Searched refs:Vol (Results 1 – 15 of 15) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | vop.cpp | 25 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop); 44 Vol *currVol = video->vol[currLayer]; in EncodeVop() 127 Vol *currVol = video->vol[video->currLayer]; in EncodeVop_NoME() 196 Vol *currVol = video->vol[currLayer]; in EncodeSlice() 312 Vol *currVol = video->vol[0]; in EncodeVopNotCoded() 353 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop) in EncodeVOPHeader() 510 Vol *currVol = video->vol[video->currLayer]; in EncodeVideoPacketHeader()
|
D | mp4enc_api.cpp | 201 Vol *pVol; in PVInitVideoEncoder() 874 if ((size_t)nLayers > SIZE_MAX / sizeof(Vol *)) { in PVInitVideoEncoder() 877 video->vol = (Vol **)M4VENC_MALLOC(nLayers * sizeof(Vol *)); /* Memory for VOL pointers */ in PVInitVideoEncoder() 887 video->vol[idx] = (Vol *)M4VENC_MALLOC(sizeof(Vol)); in PVInitVideoEncoder() 893 M4VENC_MEMSET(video->vol[idx], 0, sizeof(Vol)); in PVInitVideoEncoder() 1362 Vol *currVol = video->vol[currLayer]; in PVGetOverrunBuffer() 1393 Vol *currVol; in PVEncodeVideoFrame() 1686 Vol *currVol; in PVEncodeFrameSet() 1877 Vol *currVol; in PVEncodeSlice() 2439 Vol *currVol = video->vol[video->currLayer]; in EncodeVOS_Start() [all …]
|
D | mp4lib_int.h | 128 } Vol; typedef 323 Vol **vol; /* Data stored for each VOL */
|
D | motion_est.cpp | 78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur, 80 Int fullsearchBlk(VideoEncData *video, Vol *currVol, UChar *cent, UChar *cur, 139 Vol *currVol = video->vol[video->currLayer]; in MotionEstimation() 773 Vol *currVol = video->vol[video->currLayer]; in MBMotionSearch() 1179 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *prev, UChar *cur, in fullsearch() 1266 Int fullsearchBlk(VideoEncData *video, Vol *currVol, UChar *cent, UChar *cur, in fullsearchBlk() 1358 Vol *currVol = video->vol[video->currLayer]; in CandidateSelection()
|
D | datapart_encode.cpp | 39 Vol *currVol = video->vol[video->currLayer]; in EncodeFrameDataPartMode() 214 Vol *currVol = video->vol[video->currLayer]; in EncodeSliceDataPartMode()
|
D | rate_control.cpp | 186 Vol *currVol = video->vol[currLayer]; in RC_VopQPSetting() 294 Vol *currVol = video->vol[currLayer]; in RC_VopUpdateStat() 533 Vol *currVol = video->vol[video->currLayer]; in targetBitCalculation() 703 Vol *currVol = video->vol[video->currLayer]; in calculateQuantizer_Multipass()
|
D | combined_encode.cpp | 40 Vol *currVol = video->vol[video->currLayer]; in EncodeFrameCombinedMode() 265 Vol *currVol = video->vol[video->currLayer]; in EncodeSliceCombinedMode()
|
D | fastcodemb.cpp | 287 Vol *currVol = video->vol[video->currLayer]; in CodeMB_MPEG()
|
D | vlc_encode.cpp | 2024 Vol *currVol = video->vol[video->currLayer]; in DCACPred() 2534 Vol *currVol = video->vol[video->currLayer]; in find_pmvs()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | pvdec_api.cpp | 58 extern Vol IMEM_VOL[2]; 60 extern Vol IMEM_vol[2][1]; 104 video->vol = (Vol **) IMEM_VOL; in PVInitVideoDecoder() 106 if ((size_t)nLayers > SIZE_MAX / sizeof(Vol *)) { in PVInitVideoDecoder() 111 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *)); in PVInitVideoDecoder() 114 video->memoryUsage += nLayers * sizeof(Vol *); in PVInitVideoDecoder() 184 video->memoryUsage += sizeof(Vol); in PVInitVideoDecoder() 185 oscl_memset(video->vol[idx], 0, sizeof(Vol)); in PVInitVideoDecoder() 189 video->vol[idx] = (Vol *) oscl_malloc(sizeof(Vol)); in PVInitVideoDecoder() 197 video->memoryUsage += sizeof(Vol); in PVInitVideoDecoder() [all …]
|
D | mp4lib_int.h | 129 } Vol; typedef 203 Vol **vol; /* Data stored for each VOL */
|
D | vop.cpp | 83 Vol *currVol; in DecodeVOLHeader() 809 Vol *currVol = video->vol[video->currLayer]; in DecodeVOPHeader() 1019 Vol *currVol = video->vol[0]; in DecodeShortHeader() 1529 Vol *currVol = video->vol[video->currLayer]; in PV_DecodeVop() 1623 uint32 CalcVopDisplayTime(Vol *currVol, Vop *currVop, int shortVideoHeader) in CalcVopDisplayTime()
|
D | packet_util.cpp | 31 Vol *currVol = video->vol[video->currLayer]; in PV_ReadVideoPacketHeader()
|
D | mp4dec_lib.h | 278 uint32 CalcVopDisplayTime(Vol *currVol, Vop *currVop, int shortVideoHeader);
|
D | vlc_dequant.cpp | 54 Vol *currVol = video->vol[video->currLayer]; in VlcDequantMpegIntraBlock() 388 Vol *currVol = video->vol[video->currLayer]; in VlcDequantMpegInterBlock()
|