Home
last modified time | relevance | path

Searched refs:FF_COMPLIANCE_NORMAL (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dflac_picture.c134 s->strict_std_compliance <= FF_COMPLIANCE_NORMAL && in ff_flac_parse_picture()
H A Dyuv4mpegenc.c258 if (s->strict_std_compliance >= FF_COMPLIANCE_NORMAL) { in yuv4_init()
H A Doptions_table.h92 {"normal", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_NORMAL }, INT_MIN, INT_MAX, D|E, "strict"},
H A Dimg2enc.c248 return std_compliance < FF_COMPLIANCE_NORMAL; in query_codec()
H A Driffenc.c182 (s->strict_std_compliance < FF_COMPLIANCE_NORMAL || in ff_put_wav_header()
H A Dmux.c174 if (tag >= 0 && (s->strict_std_compliance >= FF_COMPLIANCE_NORMAL)) in validate_codec_tag()
H A Dmpegtsenc.c812 } else if (stream_type == STREAM_TYPE_VIDEO_HEVC && s->strict_std_compliance <= FF_COMPLIANCE_NORMAL) { in mpegts_write_pmt()
H A Dmatroskaenc.c3309 if (std_compliance < FF_COMPLIANCE_NORMAL) { in mkv_query_codec()
H A Dmovenc.c1724 if (!tag || (s->strict_std_compliance >= FF_COMPLIANCE_NORMAL && in mov_get_codec_tag()
7674 if (s->strict_std_compliance >= FF_COMPLIANCE_NORMAL) {
/third_party/ffmpeg/libavcodec/
H A Davcodec.h1303 #define FF_COMPLIANCE_NORMAL 0 macro
H A Dnellymoserenc.c177 avctx->strict_std_compliance >= FF_COMPLIANCE_NORMAL) { in encode_init()
H A Dqsvenc.c781 if (avctx->strict_std_compliance != FF_COMPLIANCE_NORMAL) in init_video_param()
782 q->extco.NalHrdConformance = avctx->strict_std_compliance > FF_COMPLIANCE_NORMAL ? in init_video_param()
792 if (avctx->strict_std_compliance != FF_COMPLIANCE_NORMAL) in init_video_param()
793 q->extco.NalHrdConformance = avctx->strict_std_compliance > FF_COMPLIANCE_NORMAL ? in init_video_param()
H A Dmotion_est.c1611 else if(s->codec_id == AV_CODEC_ID_MPEG2VIDEO && s->avctx->strict_std_compliance >= FF_COMPLIANCE_NORMAL) in ff_get_best_fcode()
1662 av_assert0(range <=256 || !(s->codec_id == AV_CODEC_ID_MPEG2VIDEO && s->avctx->strict_std_compliance >= FF_COMPLIANCE_NORMAL)); in ff_fix_long_p_mvs()
H A Ddvbsubdec.c1125 if (avctx->strict_std_compliance > FF_COMPLIANCE_NORMAL) in dvbsub_parse_clut_segment()
H A Dpngdec.c1212 && avctx->strict_std_compliance <= FF_COMPLIANCE_NORMAL) in decode_frame_common()
H A Doptions_table.h130 {"normal", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_NORMAL }, INT_MIN, INT_MAX, A|V|D|E, "strict"},
H A Dmpegvideo_enc.c579 avctx->strict_std_compliance >= FF_COMPLIANCE_NORMAL) { in ff_mpv_encode_init()

Completed in 56 milliseconds