Home
last modified time | relevance | path

Searched refs:encode_frame (Results 1 – 5 of 5) sorted by relevance

/Zephyr-4.3.0/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.c132 static bool encode_frame(struct tx_stream *stream, uint8_t index, struct net_buf *out_buf) in encode_frame() function
159 if (!encode_frame(stream, i, out_buf)) { in encode_frame_block()
/Zephyr-4.3.0/samples/bluetooth/bap_unicast_server/src/
Dstream_lc3.c132 static bool encode_frame(struct tx_stream *stream, uint8_t index, struct net_buf *out_buf) in encode_frame() function
159 if (!encode_frame(stream, i, out_buf)) { in encode_frame_block()
/Zephyr-4.3.0/samples/drivers/video/tcpserversink/src/
Dmain.c172 int encode_frame(struct video_buffer *in, struct video_buffer **out) in encode_frame() function
464 encode_frame(vbuf, &vbuf_out); in main()
/Zephyr-4.3.0/drivers/video/
Dvideo_stm32_venc.c615 static int encode_frame(struct stm32_venc_data *data) in encode_frame() function
747 ret = encode_frame(data); in stm32_venc_enqueue()
/Zephyr-4.3.0/subsys/bluetooth/audio/shell/
Dbap.c376 static bool encode_frame(struct shell_stream *sh_stream, uint8_t index, size_t frame_cnt, in encode_frame() function
429 if (encode_frame(sh_stream, i, frame_cnt, out_buf)) { in encode_frame_block()