Searched refs:general_ptl (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhevc.c129 HVCCProfileTierLevel general_ptl; local
133 general_ptl.profile_space = get_bits(gb, 2);
134 general_ptl.tier_flag = get_bits1(gb);
135 general_ptl.profile_idc = get_bits(gb, 5);
136 general_ptl.profile_compatibility_flags = get_bits_long(gb, 32);
137 general_ptl.constraint_indicator_flags = get_bits64(gb, 48);
138 general_ptl.level_idc = get_bits(gb, 8);
139 hvcc_update_ptl(hvcc, &general_ptl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_ps.c232 decode_profile_tier_level(s, &ptl->general_ptl);
233 ptl->general_ptl.level_idc = get_bits(gb, 8);
1289 if (sps->ptl.general_ptl.profile_idc == FF_PROFILE_HEVC_REXT && pps_range_extensions_flag) {
H A Dhevc.h365 PTLCommon general_ptl; member in struct:PTL
H A Dhevc.c412 s->avctx->profile = s->sps->ptl.general_ptl.profile_idc;
413 s->avctx->level = s->sps->ptl.general_ptl.level_idc;

Completed in 166 milliseconds