Home
last modified time | relevance | path

Searched refs:lower_bit_rate_constraint_flag (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dcodec-utils.c909 guint8 lower_bit_rate_constraint_flag; member
1010 if (p.lower_bit_rate_constraint_flag in utils_get_extension_profile()
1011 && !ext_profile->lower_bit_rate_constraint_flag) in utils_get_extension_profile()
1321 &ext_profile.lower_bit_rate_constraint_flag, 1)) in gst_codec_utils_h265_get_profile()
/third_party/ffmpeg/libavcodec/
Dhevc_ps.h109 uint8_t lower_bit_rate_constraint_flag; member
Dvdpau_hevc.c458 copy_field(lower_bit_rate_constraint_flag); in ptl_convert()
Dvaapi_hevc.c514 copy_field(lower_bit_rate_constraint_flag); in ptl_convert()
Dhevc_ps.c313 ptl->lower_bit_rate_constraint_flag = get_bits1(gb); in decode_profile_tier_level()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c379 guint8 lower_bit_rate_constraint_flag) in set_format_range_fields() argument
390 ptl->lower_bit_rate_constraint_flag = lower_bit_rate_constraint_flag; in set_format_range_fields()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h545 guint8 lower_bit_rate_constraint_flag; member
Dgsth265parser.c340 READ_UINT8 (nr, ptl->lower_bit_rate_constraint_flag, 1); in gst_h265_parse_profile_tier_level()
3451 && !ptl->lower_bit_rate_constraint_flag) in get_extension_profile()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c1503 (pft->lower_bit_rate_constraint_flag << 3) | in gst_h265_parse_make_codec_data()