Searched refs:padded (Results 1 – 21 of 21) sorted by relevance
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_fast_f32.rscript | 10 // 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 …]
|
D | layered_filter_fast_d1new.rscript | 10 // 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 …]
|
D | image_and_kernel.rsh | 6 // width-by-height is the dimension of a padded image with a margin.
|
D | layered_filter_f32_helper.rsh | 12 // @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).
|
D | layered_filter_d1new_helper.rsh | 29 // @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/ |
D | PeopleHubViewController.kt | 89 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/ |
D | small_struct.rscript | 4 // Check that the data type small_struct is properly padded: 7 // accesses a properly padded struct:
|
D | small_struct_2.rscript | 4 // Check that the data type small_struct_2 is properly padded: 7 // accesses a properly (un)padded struct:
|
D | more_structs.rscript | 5 // Check that the data types are properly padded: 11 // accesses a properly padded struct:
|
D | bitfield.rscript | 4 // Check that the data types are properly padded:
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
D | Android.bp | 31 "-Wno-padded",
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | Android.bp | 41 "-Wno-padded",
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Android.bp | 26 "-Wno-padded",
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | Android.bp | 36 "-Wno-padded",
|
/frameworks/native/vulkan/libvulkan/ |
D | Android.bp | 53 "-Wno-padded",
|
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 787 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/ |
D | IVrComposerClient.hal | 30 * rows may be padded.
|
/frameworks/hardware/interfaces/vr/composer/2.0/ |
D | IVrComposerClient.hal | 30 * rows may be padded.
|
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | mp4lib_int.h | 54 Int padded; /* flag whether this frame has been padded */ member
|
D | mp4enc_api.cpp | 1644 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()
|
D | motion_est.cpp | 213 if (video->prevBaseVop->padded == 0 && !video->encParams->H263_Enabled) in MotionEstimation() 216 video->prevBaseVop->padded = 1; in MotionEstimation()
|