Searched refs:padded (Results 1 - 7 of 7) sorted by last modified time

/frameworks/native/libs/binder/
H A DParcel.cpp577 const size_t padded = PAD_SIZE(len); local
580 if (mDataPos+padded < mDataPos) {
584 if ((mDataPos+padded) <= mDataCapacity) {
586 //printf("Writing %ld bytes, padded to %ld\n", len, padded);
590 if (padded != len) {
601 //printf("Applying pad mask: %p to %p\n", (void*)mask[padded-len],
602 // *reinterpret_cast<void**>(data+padded-4));
603 *reinterpret_cast<uint32_t*>(data+padded-4) &= mask[padded
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h506 uint padded; /* flag for being padded */ member in struct:tagPictureData
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp100 dpb->fs[num_fs]->frame.padded = 0;
292 video->currPic->padded = 0; // reset this flag to not-padded
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp298 if (refPic->padded == 0)
301 refPic->padded = 1;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp213 if (video->prevBaseVop->padded == 0 && !video->encParams->H263_Enabled)
216 video->prevBaseVop->padded = 1;
H A Dmp4enc_api.cpp1588 vid_out->height = video->currVop->height; /* padded height */
1589 vid_out->pitch = video->currVop->width; /* padded width */
1593 vid_out->height = video->currVop->height + 32; /* padded height */
1594 vid_out->pitch = video->currVop->width + 32; /* padded width */
1614 video->prevBaseVop->padded = 0; /* not padded */
1623 video->prevEnhanceVop->padded = 0; /* not padded */
1911 vid_out->height = video->currVop->height; /* padded height */
1912 vid_out->pitch = video->currVop->width; /* padded widt
[all...]
H A Dmp4lib_int.h53 Int padded; /* flag whether this frame has been padded */ member in struct:tagVOP

Completed in 131 milliseconds