Searched refs:padded (Results 1 – 19 of 19) 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/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/timestatsproto/ |
D | Android.bp | 27 "-Wno-padded",
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | Android.bp | 32 "-Wno-padded",
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Android.bp | 17 "-Wno-padded",
|
/frameworks/native/vulkan/libvulkan/ |
D | Android.bp | 46 "-Wno-padded",
|
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 704 const size_t padded = pad_size(len); in writeInplace() local 707 if (mDataPos+padded < mDataPos) { in writeInplace() 711 if ((mDataPos+padded) <= mDataCapacity) { in writeInplace() 717 if (padded != len) { in writeInplace() 730 *reinterpret_cast<uint32_t*>(data+padded-4) &= mask[padded-len]; in writeInplace() 733 finishWrite(padded); in writeInplace() 737 status_t err = growData(padded); in writeInplace()
|
/frameworks/hardware/interfaces/vr/composer/1.0/ |
D | IVrComposerClient.hal | 30 * rows may be padded.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | mp4lib_int.h | 54 Int padded; /* flag whether this frame has been padded */ member
|
D | mp4enc_api.cpp | 1643 video->prevBaseVop->padded = 0; /* not padded */ in PVEncodeVideoFrame() 1652 video->prevEnhanceVop->padded = 0; /* not padded */ in PVEncodeVideoFrame() 1961 video->prevBaseVop->padded = 0; /* not padded */ in PVEncodeSlice() 1970 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()
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 2557 * * 0: An n-D tensor, specifying the tensor to be padded. 2561 * padding[i, 0] specifies the number of elements to be padded in the 2563 * padding[i, 1] specifies the number of elements to be padded after the 2601 * dimensions of the input are optionally zero padded according to paddings. 2629 * padding[i, 0] specifies the number of element to be padded in the 2631 * padding[i, 1] specifies the number of element to be padded after the 4699 * * 0: An n-D tensor, specifying the tensor to be padded. 4703 * padding[i, 0] specifies the number of elements to be padded in the 4705 * padding[i, 1] specifies the number of elements to be padded after
|