Home
last modified time | relevance | path

Searched refs:padded (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DAndroid.bp27 "-Wno-padded",
/frameworks/native/services/surfaceflinger/layerproto/
DAndroid.bp32 "-Wno-padded",
/frameworks/native/cmds/surfacereplayer/replayer/
DAndroid.bp17 "-Wno-padded",
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dimage_and_kernel.rsh6 // width-by-height is the dimension of a padded image with a margin.
Dlayered_filter_f32_helper.rsh12 // @param x x-coordinate of a pixel in a padded image.
13 // @param y y-coordinate of a pixel in a padded image.
175 // padded pixels).
Dlayered_filter_d1new_helper.rsh29 // @param x x-coordinate of a pixel in a padded image.
30 // @param y y-coordinate of a pixel in a padded image.
235 // padded pixels).
/frameworks/native/vulkan/tools/
DAndroid.bp27 "-Wno-padded",
/frameworks/native/vulkan/nulldrv/
DAndroid.bp28 "-Wno-padded",
/frameworks/native/libs/sensor/
DAndroid.bp39 "-Wno-padded",
/frameworks/native/vulkan/libvulkan/
DAndroid.bp46 "-Wno-padded",
/frameworks/native/libs/binder/tests/
DAndroid.bp134 "-Wno-padded",
/frameworks/native/libs/ui/
DAndroid.bp47 "-Wno-padded",
/frameworks/native/libs/binder/
DParcel.cpp770 const size_t padded = pad_size(len); in writeInplace() local
773 if (mDataPos+padded < mDataPos) { in writeInplace()
777 if ((mDataPos+padded) <= mDataCapacity) { in writeInplace()
783 if (padded != len) { in writeInplace()
796 *reinterpret_cast<uint32_t*>(data+padded-4) &= mask[padded-len]; in writeInplace()
799 finishWrite(padded); in writeInplace()
803 status_t err = growData(padded); in writeInplace()
/frameworks/hardware/interfaces/vr/composer/1.0/
DIVrComposerClient.hal30 * rows may be padded.
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h54 Int padded; /* flag whether this frame has been padded */ member
Dmotion_est.cpp213 if (video->prevBaseVop->padded == 0 && !video->encParams->H263_Enabled) in MotionEstimation()
216 video->prevBaseVop->padded = 1; in MotionEstimation()