Searched refs:encode_frame (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-4.3.0/samples/bluetooth/bap_unicast_client/src/ |
| D | stream_lc3.c | 132 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/ |
| D | stream_lc3.c | 132 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/ |
| D | main.c | 172 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/ |
| D | video_stm32_venc.c | 615 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/ |
| D | bap.c | 376 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()
|