Home
last modified time | relevance | path

Searched refs:H264_MAX_HEIGHT (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264.h109 H264_MAX_HEIGHT = H264_MAX_MB_HEIGHT * 16, enumerator
Dh264_metadata_bsf.c648 { .i64 = -1 }, -1, H264_MAX_HEIGHT, FLAGS },
651 { .i64 = -1 }, -1, H264_MAX_HEIGHT, FLAGS },
Dcbs_h264_syntax_template.c357 ue(frame_crop_top_offset, 0, H264_MAX_HEIGHT); in FUNC()
358 ue(frame_crop_bottom_offset, 0, H264_MAX_HEIGHT); in FUNC()