Home
last modified time | relevance | path

Searched refs:base_dpb (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/common/src/
Ddpb.cpp90 dpb->fs[num_fs]->base_dpb = dpb->decoded_picture_buffer + dpb->used_size; in InitDPB()
250 … status = avcHandle->CBAVC_FrameBind(avcHandle->userData, ii, &(video->currFS->base_dpb)); in DPBInitBuffer()
304 video->currPic->Sl = video->currFS->base_dpb + offset; in DPBInitPic()
305 video->currPic->Scb = video->currFS->base_dpb + luma_framesize + offsetc; in DPBInitPic()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h519 uint8 *base_dpb; /* base pointer for the YCbCr */ member
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Davcenc_api.cpp578 recon->id = (uint32) currFS->base_dpb; /* use the pointer as the id */ in PVAVCEncGetRecon()
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Davcdec_api.cpp884 output->id = (uint32) oldestFrame->base_dpb; /* use the pointer as the id */ in PVAVCDecGetOutput()