Searched refs:poc (Results 1 – 5 of 5) sorted by relevance
43 int poc; in displayingOrder2EncodingOrder() local45 poc = displaying_order % (intracnt * idrcnt + 1); in displayingOrder2EncodingOrder()47 poc = displaying_order; in displayingOrder2EncodingOrder()49 if (poc == 0) //IDR in displayingOrder2EncodingOrder()51 else if ((poc % (bframes + 1)) == 0) //I or P in displayingOrder2EncodingOrder()
316 int32_t poc = getPOC(&(picParam->CurrPic)); in decodeSlice() local317 if (poc < mAcquiredBuffer->pictureOrder) { in decodeSlice()318 mAcquiredBuffer->pictureOrder = poc; in decodeSlice()466 dpb->poc = getPOC(ref); in updateDPB()470 …ETRACE("Reference frame %d is missing for current frame %d", dpb->poc, getPOC(&(picParam->CurrPic)… in updateDPB()474 if (dpb->poc == getPOC(&(picParam->CurrPic))) { in updateDPB()500 dpb->poc = getPOC(&(picParam->CurrPic)); in updateDPB()588 int32_t poc = getPOC(&(picParam->CurrPic)); in removeReferenceFromDPB() local590 if (poc == dpb->poc) { in removeReferenceFromDPB()591 dpb->poc = (int32_t)POC_DEFAULT; in removeReferenceFromDPB()[all …]
437 int32_t poc = MAXIMUM_POC;455 if (p->pictureOrder < poc) {457 poc = p->pictureOrder;490 int32_t poc = MAXIMUM_POC; in findOutputByPoc() local504 if (p->pictureOrder < poc && p->pictureOrder >= mNextOutputPOC) { in findOutputByPoc()506 poc = p->pictureOrder; in findOutputByPoc()510 if (poc == mNextOutputPOC || count == mOutputWindowSize) { in findOutputByPoc()522 poc = MAXIMUM_POC; in findOutputByPoc()
62 int32_t poc; // Picture Order Count member
289 uint32_t poc = 0; in ProcessorPreEmptyBuffer() local308 poc = mInputPictureCount % GOP; in ProcessorPreEmptyBuffer()310 if (poc == 0 /*IDR*/) { in ProcessorPreEmptyBuffer()314 }else if ((poc > IpPeriod) && ((poc - IpPeriod) % IntraPeriod == 0))/*I*/{ in ProcessorPreEmptyBuffer()318 … } else if ((poc % IpPeriod == 0) /*P*/ || (buffer->nFlags & OMX_BUFFERFLAG_EOS)/*EOS,always P*/) { in ProcessorPreEmptyBuffer()