Home
last modified time | relevance | path

Searched refs:sub_layer_profile_idc (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_h265.h67 uint8_t sub_layer_profile_idc[HEVC_MAX_SUB_LAYERS]; member
Dcbs_h265_syntax_template.c169 ubs(5, sub_layer_profile_idc[i], 1, i); in FUNC()
179 #define profile_compatible(x) (current->sub_layer_profile_idc[i] == (x) || \ in FUNC()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h555 guint8 sub_layer_profile_idc[6]; member
Dgsth265parser.c363 READ_UINT8 (nr, ptl->sub_layer_profile_idc[i], 5); in gst_h265_parse_profile_tier_level()