Searched refs:level_idc (Results 1 - 5 of 5) 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(),
536 seqParam->level_idc = encParam->level;
545 seqParam->level_idc = extS->level_idc;
648 if (seqParam->level_idc == 0) /* find level for this setting */
659 seqParam->level_idc = mapIdx2Lev[ii];
663 if (seqParam->level_idc == 0)
670 lev_idx = mapLev2Idx[seqParam->level_idc];
671 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 */

Completed in 549 milliseconds