Home
last modified time | relevance | path

Searched defs:frame_buf (Results 1 – 9 of 9) sorted by relevance

/third_party/alsa-utils/axfer/
Dmapper-single.c19 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()
Dmapper-multiple.c21 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()
Dxfer-libasound-timer-mmap.c99 void *frame_buf; in get_buffer() local
130 void *frame_buf; in timer_mmap_process_frames() local
Dxfer-libasound-irq-mmap.c80 void *frame_buf; in irq_mmap_process_frames() local
/third_party/ffmpeg/libavformat/
Drtpenc_h261.c39 void ff_rtp_send_h261(AVFormatContext *ctx, const uint8_t *frame_buf, int frame_size) in ff_rtp_send_h261()
Drtpenc_vc2hq.c102 void ff_rtp_send_vc2hq(AVFormatContext *ctx, const uint8_t *frame_buf, int frame_size, int interlac… in ff_rtp_send_vc2hq()
Ddvenc.c57 uint8_t frame_buf[DV_MAX_FRAME_SIZE]; /* frame under construction */ member
/third_party/ffmpeg/libavcodec/
Ddfa.c35 uint8_t *frame_buf; member
Dcinepakenc.c107 unsigned char *pict_bufs[4], *strip_buf, *frame_buf; member