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

  /frameworks/av/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/av/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/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.cpp 568 recon->id = (intptr_t) currFS->base_dpb; /* use the pointer as the id */

Completed in 41 milliseconds