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 679 * reset numOut and outIndex here */
680 dpb->numOut = dpb->outIndex = 0;
688 dpb->numOut = 0;
807 ASSERT(dpb->numOut == 0);
809 dpb->outBuf[dpb->numOut].data = dpb->currentOut->data;
810 dpb->outBuf[dpb->numOut].isIdr = dpb->currentOut->isIdr;
811 dpb->outBuf[dpb->numOut].picId = dpb->currentOut->picId;
812 dpb->outBuf[dpb->numOut].numErrMbs = dpb->currentOut->numErrMbs;
813 dpb->numOut++;
1041 dpb->numOut = dpb->outIndex = 0
    [all...]
h264bsd_dpb.h 83 u32 numOut;
H264SwDecApi.c 414 pDecCont->storage.dpb->numOut !=

Completed in 49 milliseconds