Searched defs:frame_buf (Results 1 – 9 of 9) sorted by relevance
/third_party/alsa-utils/axfer/ |
D | mapper-single.c | 19 static void align_to_vector(void *frame_buf, unsigned int frame_count, in align_to_vector() 41 static void align_from_vector(void *frame_buf, unsigned int frame_count, in align_from_vector() 110 void *frame_buf, in single_muxer_process_frames() 141 void *frame_buf, in single_demuxer_process_frames()
|
D | mapper-multiple.c | 21 static void align_to_i(void *frame_buf, unsigned int frame_count, in align_to_i() 48 static void align_from_i(void *frame_buf, unsigned int frame_count, in align_from_i() 171 void *frame_buf, in multiple_muxer_process_frames() 203 void *frame_buf, in multiple_demuxer_process_frames()
|
D | xfer-libasound-timer-mmap.c | 99 void *frame_buf; in get_buffer() local 130 void *frame_buf; in timer_mmap_process_frames() local
|
D | xfer-libasound-irq-mmap.c | 80 void *frame_buf; in irq_mmap_process_frames() local
|
/third_party/ffmpeg/libavformat/ |
D | rtpenc_h261.c | 39 void ff_rtp_send_h261(AVFormatContext *ctx, const uint8_t *frame_buf, int frame_size) in ff_rtp_send_h261()
|
D | rtpenc_vc2hq.c | 102 void ff_rtp_send_vc2hq(AVFormatContext *ctx, const uint8_t *frame_buf, int frame_size, int interlac… in ff_rtp_send_vc2hq()
|
D | dvenc.c | 57 uint8_t frame_buf[DV_MAX_FRAME_SIZE]; /* frame under construction */ member
|
/third_party/ffmpeg/libavcodec/ |
D | dfa.c | 35 uint8_t *frame_buf; member
|
D | cinepakenc.c | 107 unsigned char *pict_bufs[4], *strip_buf, *frame_buf; member
|