/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | mp4enc_api.cpp | 139 void DetermineVopType(VideoEncData *video, Int currLayer); 1159 for (idx = 1; idx < video->currLayer; idx++) in PVCleanUpVideoEncoder() 1324 encData->currLayer = layer; /* Set Layer */ in PVGetVolHeader() 1357 Int currLayer = video->currLayer; in PVGetOverrunBuffer() local 1358 Vol *currVol = video->vol[currLayer]; in PVGetOverrunBuffer() 1398 Int currLayer = -1; in PVEncodeVideoFrame() local 1419 currLayer = *nLayer; in PVEncodeVideoFrame() 1420 if ((currLayer < 0) || (currLayer > encParams->nLayers - 1)) in PVEncodeVideoFrame() 1461 currVol = video->vol[currLayer]; in PVEncodeVideoFrame() 1471 if (video->volInitialize[currLayer]) in PVEncodeVideoFrame() [all …]
|
D | rate_control.cpp | 185 Int currLayer = video->currLayer; in RC_VopQPSetting() local 186 Vol *currVol = video->vol[currLayer]; in RC_VopQPSetting() 192 rateControl *rc = video->rc[currLayer]; in RC_VopQPSetting() 193 MultiPass *pMP = video->pMP[currLayer]; in RC_VopQPSetting() 205 if (video->rc[currLayer]->encoded_frames == 0) /* rc[currLayer]->totalFrameNumber*/ in RC_VopQPSetting() 208 video->rc[currLayer]->Qc = video->encParams->InitQuantIvop[currLayer]; in RC_VopQPSetting() 213 currVop->quantizer = video->rc[currLayer]->Qc; in RC_VopQPSetting() 234 …pMP->counter_BTdst = (Int)(video->encParams->LayerFrameRate[video->currLayer] * 7.5 + 0.5); /* 0.7… in RC_VopQPSetting() 293 Int currLayer = video->currLayer; in RC_VopUpdateStat() local 294 Vol *currVol = video->vol[currLayer]; in RC_VopUpdateStat() [all …]
|
D | vop.cpp | 43 Int currLayer = video->currLayer; in EncodeVop() local 44 Vol *currVol = video->vol[currLayer]; in EncodeVop() 108 RC_VopUpdateStat(video, rc[currLayer]); in EncodeVop() 127 Vol *currVol = video->vol[video->currLayer]; in EncodeVop_NoME() 195 Int currLayer = video->currLayer; in EncodeSlice() local 196 Vol *currVol = video->vol[currLayer]; in EncodeSlice() 259 status = RC_VopUpdateStat(video, rc[currLayer]); in EncodeSlice() 510 Vol *currVol = video->vol[video->currLayer]; in EncodeVideoPacketHeader()
|
D | mp4enc_lib.h | 186 Int RC_GetSkipNextFrame(VideoEncData *video, Int currLayer); 187 Int RC_GetRemainingVops(VideoEncData *video, Int currLayer); 188 void RC_ResetSkipNextFrame(VideoEncData *video, Int currLayer); 189 PV_STATUS RC_UpdateBuffer(VideoEncData *video, Int currLayer, Int num_skip);
|
D | findhalfpel.cpp | 81 Int height = video->vol[video->currLayer]->height; in FindHalfPelMB() 203 height = video->vol[video->currLayer]->height; in FindHalfPelBlk()
|
D | combined_encode.cpp | 40 Vol *currVol = video->vol[video->currLayer]; in EncodeFrameCombinedMode() 265 Vol *currVol = video->vol[video->currLayer]; in EncodeSliceCombinedMode() 684 …BitstreamEncVideo *stream = (bs1stream ? video->bitstream1 : video->vol[video->currLayer]->stream); in EncodeGOBHeader()
|
D | datapart_encode.cpp | 39 Vol *currVol = video->vol[video->currLayer]; in EncodeFrameDataPartMode() 214 Vol *currVol = video->vol[video->currLayer]; in EncodeSliceDataPartMode()
|
D | vlc_encode.cpp | 1146 Int shortVideoHeader = video->vol[video->currLayer]->shortVideoHeader; in MBVlcEncodeCombined_I_VOP() 1182 if (!video->vol[video->currLayer]->shortVideoHeader) in MBVlcEncodeCombined_I_VOP() 1264 Int shortVideoHeader = video->vol[video->currLayer]->shortVideoHeader; in MBVlcEncodeCombined_P_VOP() 1324 if (!video->vol[video->currLayer]->shortVideoHeader && intra) in MBVlcEncodeCombined_P_VOP() 1338 if (!((video->vol[video->currLayer]->scalability) && (video->currVop->refSelectCode == 3))) in MBVlcEncodeCombined_P_VOP() 1789 …Int ShortNacNintra = (!(video->vol[video->currLayer]->shortVideoHeader) && video->acPredFlag[video… in RunLevel() 2024 Vol *currVol = video->vol[video->currLayer]; in DCACPred() 2534 Vol *currVol = video->vol[video->currLayer]; in find_pmvs()
|
D | motion_est.cpp | 139 Vol *currVol = video->vol[video->currLayer]; in MotionEstimation() 223 if (video->currLayer == 0 && video->encParams->Refresh) in MotionEstimation() 469 currVop->quantizer = video->encParams->InitQuantIvop[video->currLayer]; in MotionEstimation() 773 Vol *currVol = video->vol[video->currLayer]; in MBMotionSearch() 1358 Vol *currVol = video->vol[video->currLayer]; in CandidateSelection()
|
D | fastcodemb.cpp | 57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader; in CodeMB_H263() 287 Vol *currVol = video->vol[video->currLayer]; in CodeMB_MPEG()
|
D | mp4lib_int.h | 404 Int currLayer; /* Current frame layer */ member
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | LayerProtoParser.cpp | 187 auto currLayer = layerMap[layerProto.id()]; in updateChildrenAndRelative() local 191 currLayer->children.push_back(layerMap[layerProto.children(i)]); in updateChildrenAndRelative() 197 currLayer->relatives.push_back(layerMap[layerProto.relatives(i)]); in updateChildrenAndRelative() 203 currLayer->parent = layerMap[layerProto.parent()]; in updateChildrenAndRelative() 209 currLayer->zOrderRelativeOf = layerMap[layerProto.z_order_relative_of()]; in updateChildrenAndRelative()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | pvdec_api.cpp | 588 video->currLayer = 0; in PVAllocVideoData() 903 return video->currLayer; in PVGetLayerID() 1138 video->currLayer = idx; in PVDecodeVopHeader() 1181 video->currLayer = target_layer; in PVDecodeVopHeader() 1212 video->currLayer = target_layer = 0; in PVDecodeVopHeader() 1293 header_info->currLayer = target_layer; in PVDecodeVopHeader() 1318 int target_layer = video->currLayer; in PVDecodeVopBody()
|
D | mp4lib_int.h | 253 int currLayer; /* Current frame layer */ member
|
D | packet_util.cpp | 31 Vol *currVol = video->vol[video->currLayer]; in PV_ReadVideoPacketHeader()
|
D | vlc_dequant.cpp | 54 Vol *currVol = video->vol[video->currLayer]; in VlcDequantMpegIntraBlock() 388 Vol *currVol = video->vol[video->currLayer]; in VlcDequantMpegInterBlock()
|
D | vop.cpp | 815 Vol *currVol = video->vol[video->currLayer]; in DecodeVOPHeader() 1549 Vol *currVol = video->vol[video->currLayer]; in PV_DecodeVop()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
D | mp4dec_api.h | 108 int currLayer; member
|