Searched refs:level_idc (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp31 level = video->currSeqParams->level_idc;
121 if (video->PicSizeInMapUnits != PicSizeInMapUnits || video->currSeqParams->level_idc != video->level_idc)
130 num_fs = (uint32)(MaxDPBX2[(uint32)mapLev2Idx[video->currSeqParams->level_idc]] << 2) / (3 * PicSizeInMapUnits) + 1;
199 video->level_idc = video->currSeqParams->level_idc;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dinit.cpp53 /* profile_idc, constrained_setx_flag and level_idc is set by VerifyProfile(),
540 seqParam->level_idc = encParam->level;
549 seqParam->level_idc = extS->level_idc;
652 if (seqParam->level_idc == 0) /* find level for this setting */
663 seqParam->level_idc = mapIdx2Lev[ii];
667 if (seqParam->level_idc == 0)
674 lev_idx = mapLev2Idx[seqParam->level_idc];
675 if (seqParam->level_idc == AVC_LEVEL1_B)
H A Dheader.cpp46 status = BitstreamWriteBits(stream, 8, seqParam->level_idc);
H A Dmotion_est.cpp1009 lev_idx = mapLev2Idx[currSPS->level_idc];
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h304 uint level_idc; /* u(8) */ member in struct:tagSeqParamSet
725 uint level_idc; member in struct:tagCommonObj
842 /* mapping from level_idc to index map */
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h205 M4OSA_UInt8 level_idc; member in struct:__anon298
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c1034 M4OSA_UInt8 profile_idc, level_idc, reserved_zero_4bits, local
1045 sps->level_idc = (M4OSA_UInt8)H264MCS_getBits(p_bs, 8);

Completed in 485 milliseconds