Searched refs:padded (Results 1 – 7 of 7) sorted by relevance
551 const size_t padded = PAD_SIZE(len); in writeInplace() local554 if (mDataPos+padded < mDataPos) { in writeInplace()558 if ((mDataPos+padded) <= mDataCapacity) { in writeInplace()564 if (padded != len) { in writeInplace()577 *reinterpret_cast<uint32_t*>(data+padded-4) &= mask[padded-len]; in writeInplace()580 finishWrite(padded); in writeInplace()584 status_t err = growData(padded); in writeInplace()
100 dpb->fs[num_fs]->frame.padded = 0; in InitDPB()292 video->currPic->padded = 0; // reset this flag to not-padded in DPBInitPic()
53 Int padded; /* flag whether this frame has been padded */ member
1614 video->prevBaseVop->padded = 0; /* not padded */ in PVEncodeVideoFrame()1623 video->prevEnhanceVop->padded = 0; /* not padded */ in PVEncodeVideoFrame()1932 video->prevBaseVop->padded = 0; /* not padded */ in PVEncodeSlice()1941 video->prevEnhanceVop->padded = 0; /* not padded */ in PVEncodeSlice()
213 if (video->prevBaseVop->padded == 0 && !video->encParams->H263_Enabled) in MotionEstimation()216 video->prevBaseVop->padded = 1; in MotionEstimation()
506 uint padded; /* flag for being padded */ member
298 if (refPic->padded == 0) in AVCMotionEstimation()301 refPic->padded = 1; in AVCMotionEstimation()