Home
last modified time | relevance | path

Searched refs:profile_space (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_ps_enc.c29 put_bits(pb, 2, ptl->profile_space); in write_ptl_layer()
Dhevc_ps.h93 uint8_t profile_space; member
Dvdpau_hevc.c438 h265_raw_ptl->general_profile_space = general_ptl->profile_space; in ptl_convert()
Dvaapi_hevc.c494 h265_raw_ptl->general_profile_space = general_ptl->profile_space; in ptl_convert()
Dvideotoolbox.c223 AV_W8(p + 1, ptlc.profile_space << 6 | in ff_videotoolbox_hvcc_extradata_create()
Dhevc_ps.c273 ptl->profile_space = get_bits(gb, 2); in decode_profile_tier_level()
/third_party/ffmpeg/libavformat/
Dhevc.c64 uint8_t profile_space; member
79 hvcc->general_profile_space = ptl->profile_space; in hvcc_update_ptl()
135 general_ptl.profile_space = get_bits(gb, 2); in hvcc_parse_ptl()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dcodec-utils.c2374 guint16 profile_space; in hevc_caps_get_mime_codec() local
2417 profile_space = (profile_tier_level[0] & 0x11) >> 6; in hevc_caps_get_mime_codec()
2440 if (profile_space) in hevc_caps_get_mime_codec()
2441 codec_string = g_string_append_c (codec_string, 'A' + profile_space - 1); in hevc_caps_get_mime_codec()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h526 guint8 profile_space; member
Dgsth265parser.c320 READ_UINT8 (nr, ptl->profile_space, 2); in gst_h265_parse_profile_tier_level()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c1480 (pft->profile_space << 5) | (pft->tier_flag << 5) | pft->profile_idc; in gst_h265_parse_make_codec_data()