HomeSort by relevance Sort by last modified time
    Searched refs:base_dpb (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/common/src/
dpb.cpp 90 dpb->fs[num_fs]->base_dpb = dpb->decoded_picture_buffer + dpb->used_size;
250 status = avcHandle->CBAVC_FrameBind(avcHandle->userData, ii, &(video->currFS->base_dpb));
287 /* assign dbp->base_dpb to fs[i]->frame.Sl, Scb, Scr .*/
304 video->currPic->Sl = video->currFS->base_dpb + offset;
305 video->currPic->Scb = video->currFS->base_dpb + luma_framesize + offsetc;
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 485 uint8 *Sl; /* derived from base_dpb in AVCFrameStore */
516 uint8 *base_dpb; /* base pointer for the YCbCr */ member in struct:tagFrameStore
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_api.cpp 576 recon->id = (uint32) currFS->base_dpb; /* use the pointer as the id */
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_api.cpp 884 output->id = (uint32) oldestFrame->base_dpb; /* use the pointer as the id */
    [all...]

Completed in 61 milliseconds