Searched refs:check_bitstream (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rawenc.c | 376 .check_bitstream = h264_check_bitstream, 399 .check_bitstream = hevc_check_bitstream, 500 .check_bitstream = obu_check_bitstream,
|
H A D | segment.c | 994 if (oc->oformat->check_bitstream) { in seg_check_bitstream() 996 int ret = oc->oformat->check_bitstream(oc, ost, pkt); in seg_check_bitstream() 1072 .check_bitstream = seg_check_bitstream, 1088 .check_bitstream = seg_check_bitstream,
|
H A D | latmenc.c | 273 .check_bitstream= latm_check_bitstream,
|
H A D | mux.c | 1074 static int check_bitstream(AVFormatContext *s, FFStream *sti, AVPacket *pkt) in check_bitstream() function 1081 if (s->oformat->check_bitstream) { in check_bitstream() 1083 if ((ret = s->oformat->check_bitstream(s, &sti->pub, pkt)) < 0) in check_bitstream() 1182 ret = check_bitstream(s, sti, pkt); in write_packets_common()
|
H A D | avformat.h | 645 int (*check_bitstream)(struct AVFormatContext *s, struct AVStream *st, member
|
H A D | dashenc.c | 2345 if (oc->oformat->check_bitstream) { in dash_check_bitstream() 2348 ret = oc->oformat->check_bitstream(oc, ost, avpkt); in dash_check_bitstream() 2431 .check_bitstream = dash_check_bitstream,
|
H A D | matroskaenc.c | 3342 .check_bitstream = mkv_check_bitstream, 3372 .check_bitstream = mkv_check_bitstream, 3394 .check_bitstream = mkv_check_bitstream,
|
H A D | movenc.c | 8344 .check_bitstream = mov_check_bitstream, 8363 .check_bitstream = mov_check_bitstream, 8384 .check_bitstream = mov_check_bitstream, 8404 .check_bitstream = mov_check_bitstream, 8423 .check_bitstream = mov_check_bitstream, 8443 .check_bitstream = mov_check_bitstream, 8464 .check_bitstream = mov_check_bitstream, 8484 .check_bitstream = mov_check_bitstream,
|
H A D | flvenc.c | 1081 .check_bitstream= flv_check_bitstream,
|
H A D | mpegtsenc.c | 2342 .check_bitstream = mpegts_check_bitstream,
|
Completed in 33 milliseconds