Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_fast_f32.rscript10 // for invalid pixels, e.g., padded pixels around image boundary.
31 // Image size of padded images: g_sharp_image and g_fuzzy_image.
42 // back-most to the focal depth. This image buffer is padded.
60 // generate the final result. This image buffer is padded.
95 // padded with margin. Initialize other fields.
98 // Maps (x,y) to the padded image coordinate system.
134 // Maps (x,y) to the padded image coordinate system.
206 // Maps (x,y) to the padded image coordinate system.
230 // Maps (x,y) to the padded image coordinate system.
255 // Maps (x,y) to the padded image coordinate system.
[all …]
Dlayered_filter_fast_d1new.rscript10 // for invalid pixels, e.g., padded pixels around image boundary.
34 // Image size of padded images: g_sharp_image and g_fuzzy_image.
42 // back-most to the focal depth. This image buffer is padded.
58 // generate the final result. This image buffer is padded.
84 // padded with margin. Initialize other fields.
87 // Maps (x,y) to the padded image coordinate system.
116 // Maps (x,y) to the padded image coordinate system.
241 // Maps (x,y) to the padded image coordinate system.
287 // Maps (x,y) to the padded image coordinate system.
331 // Maps (x,y) to the padded image coordinate system.
[all …]
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/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubViewController.kt89 val padded = viewModel.people + repeated(null) in bindView() constant
90 for ((adapter, model) in viewBoundary.personViewAdapters.zip(padded)) { in bindView()
/frameworks/compile/slang/lit-tests/padding/
Dsmall_struct.rscript4 // Check that the data type small_struct is properly padded:
7 // accesses a properly padded struct:
Dsmall_struct_2.rscript4 // Check that the data type small_struct_2 is properly padded:
7 // accesses a properly (un)padded struct:
Dmore_structs.rscript5 // Check that the data types are properly padded:
11 // accesses a properly padded struct:
Dbitfield.rscript4 // Check that the data types are properly padded:
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
DAndroid.bp31 "-Wno-padded",
/frameworks/native/services/surfaceflinger/layerproto/
DAndroid.bp41 "-Wno-padded",
/frameworks/native/cmds/surfacereplayer/replayer/
DAndroid.bp26 "-Wno-padded",
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DAndroid.bp36 "-Wno-padded",
/frameworks/native/vulkan/libvulkan/
DAndroid.bp53 "-Wno-padded",
/frameworks/native/libs/binder/
DParcel.cpp787 const size_t padded = pad_size(len); in writeInplace() local
790 if (mDataPos+padded < mDataPos) { in writeInplace()
794 if ((mDataPos+padded) <= mDataCapacity) { in writeInplace()
800 if (padded != len) { in writeInplace()
813 *reinterpret_cast<uint32_t*>(data+padded-4) &= mask[padded-len]; in writeInplace()
816 finishWrite(padded); in writeInplace()
820 status_t err = growData(padded); in writeInplace()
/frameworks/hardware/interfaces/vr/composer/1.0/
DIVrComposerClient.hal30 * rows may be padded.
/frameworks/hardware/interfaces/vr/composer/2.0/
DIVrComposerClient.hal30 * rows may be padded.
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dmp4lib_int.h54 Int padded; /* flag whether this frame has been padded */ member
Dmp4enc_api.cpp1644 video->prevBaseVop->padded = 0; /* not padded */ in PVEncodeVideoFrame()
1653 video->prevEnhanceVop->padded = 0; /* not padded */ in PVEncodeVideoFrame()
1962 video->prevBaseVop->padded = 0; /* not padded */ in PVEncodeSlice()
1971 video->prevEnhanceVop->padded = 0; /* not padded */ in PVEncodeSlice()
Dmotion_est.cpp213 if (video->prevBaseVop->padded == 0 && !video->encParams->H263_Enabled) in MotionEstimation()
216 video->prevBaseVop->padded = 1; in MotionEstimation()