Searched refs:write_uncoded_frame (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | alsa_enc.c | 170 .write_uncoded_frame = audio_write_frame,
|
H A D | xv.c | 387 .write_uncoded_frame = xv_write_frame,
|
H A D | pulse_audio_enc.c | 792 .write_uncoded_frame = pulse_write_frame,
|
H A D | opengl_enc.c | 1303 .write_uncoded_frame = opengl_write_frame,
|
/third_party/ffmpeg/libavformat/ |
H A D | uncodedframecrcenc.c | 175 .write_uncoded_frame = write_frame,
|
H A D | mux.c | 728 ret = s->oformat->write_uncoded_frame(s, pkt->stream_index, frame, 0); in write_packet() 1398 if (!s->oformat->write_uncoded_frame) { in write_uncoded_frame_internal() 1449 if (!s->oformat->write_uncoded_frame) in av_write_uncoded_frame_query() 1451 return s->oformat->write_uncoded_frame(s, stream_index, NULL, in av_write_uncoded_frame_query()
|
H A D | avformat.h | 610 int (*write_uncoded_frame)(struct AVFormatContext *, int stream_index, member
|
Completed in 11 milliseconds