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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.c 680 * reset numOut and outIndex here */
681 dpb->numOut = dpb->outIndex = 0;
689 dpb->numOut = 0;
808 ASSERT(dpb->numOut == 0);
810 dpb->outBuf[dpb->numOut].data = dpb->currentOut->data;
811 dpb->outBuf[dpb->numOut].isIdr = dpb->currentOut->isIdr;
812 dpb->outBuf[dpb->numOut].picId = dpb->currentOut->picId;
813 dpb->outBuf[dpb->numOut].numErrMbs = dpb->currentOut->numErrMbs;
814 dpb->numOut++;
1049 dpb->numOut = dpb->outIndex = 0
    [all...]
h264bsd_dpb.h 83 u32 numOut;
H264SwDecApi.c 425 pDecCont->storage.dpb->numOut !=

Completed in 55 milliseconds