Home
last modified time | relevance | path

Searched refs:level_idc (Results 1 – 9 of 9) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dinit.cpp541 seqParam->level_idc = encParam->level; in SetEncodeParam()
550 seqParam->level_idc = extS->level_idc; in SetEncodeParam()
653 if (seqParam->level_idc == 0) /* find level for this setting */ in VerifyLevel()
664 seqParam->level_idc = mapIdx2Lev[ii]; in VerifyLevel()
668 if (seqParam->level_idc == 0) in VerifyLevel()
675 lev_idx = mapLev2Idx[seqParam->level_idc]; in VerifyLevel()
676 if (seqParam->level_idc == AVC_LEVEL1_B) in VerifyLevel()
Dheader.cpp46 status = BitstreamWriteBits(stream, 8, seqParam->level_idc); in EncodeSPS()
Dmotion_est.cpp1010 lev_idx = mapLev2Idx[currSPS->level_idc]; in AVCMBMotionSearch()
/external/opencore/codecs_v2/utilities/pv_config_parser/src/
Dpv_video_config_parser.cpp109 int32 profile_idc, level_idc = 0; in pv_video_config_parser() local
146 (int*) & level_idc); in pv_video_config_parser()
154 aOutputs->level = (uint32) level_idc; in pv_video_config_parser()
/external/opencore/codecs_v2/video/avc_h264/common/src/
Ddpb.cpp31 level = video->currSeqParams->level_idc; in InitDPB()
121 …deo->PicSizeInMapUnits != PicSizeInMapUnits || video->currSeqParams->level_idc != video->level_idc) in AVCConfigureSequence()
130 …num_fs = (uint32)(MaxDPBX2[(uint32)mapLev2Idx[video->currSeqParams->level_idc]] << 2) / (3 * PicSi… in AVCConfigureSequence()
199 video->level_idc = video->currSeqParams->level_idc; in AVCConfigureSequence()
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dheader.cpp31 uint level_idc, seq_parameter_set_id; in DecodeSPS() local
46 BitstreamReadBits(stream, 8, &level_idc); in DecodeSPS()
47 if (level_idc > 51) in DecodeSPS()
51 if (mapLev2Idx[level_idc] == 255) in DecodeSPS()
82 seqParam->level_idc = level_idc; in DecodeSPS()
576 video->level_idc = currSPS->level_idc; in DecodeSliceHeader()
/external/opencore/codecs_v2/utilities/m4v_config_parser/include/
Dm4v_config_parser.h92 … int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/
Dm4v_config_parser.cpp777 …, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) in iGetAVCConfigInfo() argument
869 if (DecodeSPS(&psBits, width, height, display_width, display_height, profile_idc, level_idc)) in iGetAVCConfigInfo()
894 …, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) in DecodeSPS() argument
917 *level_idc = temp; in DecodeSPS()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h307 uint level_idc; /* u(8) */ member
728 uint level_idc; member