/aosp_15_r20/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/ |
D | ImsMediaImageRotateTest.cpp | 31 const uint16_t img_width = 4, img_height = 4; in TEST_F() local 55 const uint16_t img_width = 0, img_height = 0; in TEST_F() local 77 const uint16_t img_width = 4, img_height = 4; in TEST_F() local 101 const uint16_t img_width = 4, img_height = 4, outimg_stride = 6; in TEST_F() local 125 const uint16_t img_width = 0, img_height = 0; in TEST_F() local 147 const uint16_t img_width = 4, img_height = 4; in TEST_F() local 171 const uint16_t img_width = 4, img_height = 4, outimg_stride = 6; in TEST_F() local 195 const uint16_t img_width = 0, img_height = 0; in TEST_F() local 217 const uint16_t img_width = 4, img_height = 4; in TEST_F() local 238 const uint16_t img_width = 0, img_height = 0; in TEST_F() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_imagereadwrite.cpp | 40 update_rgba8_image(unsigned char *p, int x, int y, int w, int h, int img_width, MTdata d) in update_rgba8_image() 58 update_image_from_image(void *out, void *in, int x, int y, int w, int h, int img_width, int elem_si… in update_image_from_image() 108 update_rgba16_image(unsigned short *p, int x, int y, int w, int h, int img_width, MTdata d) in update_rgba16_image() 156 update_rgbafp_image(float *p, int x, int y, int w, int h, int img_width, MTdata d) in update_rgbafp_image() 199 int img_width = 512; in test_imagereadwrite() local
|
H A D | test_imagerandomcopy.cpp | 40 …rgba8_image(unsigned char *image, unsigned char *outptr, int x, int y, int w, int h, int img_width) in verify_rgba8_image() 70 …a16_image(unsigned short *image, unsigned short *outptr, int x, int y, int w, int h, int img_width) in verify_rgba16_image() 100 verify_rgbafp_image(float *image, float *outptr, int x, int y, int w, int h, int img_width) in verify_rgbafp_image() 128 int img_width = 512; in test_imagerandomcopy() local
|
H A D | test_imagereadwrite3d.cpp | 40 update_rgba8_image(unsigned char *p, int x, int y, int z, int w, int h, int d, int img_width, int i… in update_rgba8_image() 60 …_image(void *out, void *in, int x, int y, int z, int w, int h, int d, int img_width, int img_heigh… in update_image_from_image() 112 update_rgba16_image(unsigned short *p, int x, int y, int z, int w, int h, int d, int img_width, int… in update_rgba16_image() 162 update_rgbafp_image(float *p, int x, int y, int z, int w, int h, int d, int img_width, int img_heig… in update_rgbafp_image() 207 int img_width = 64; in test_imagereadwrite3d() local
|
H A D | test_imagedim.cpp | 79 size_t img_width, max_img_width; in test_imagedim_pow2() local 286 size_t img_width, max_img_width; in test_imagedim_non_pow2() local
|
H A D | test_image_multipass.cpp | 149 int img_width = 512; in test_image_multipass_integer_coord() local 403 int img_width = 512; in test_image_multipass_float_coord() local
|
H A D | test_image_r8.cpp | 61 const size_t img_width = 512; in test_image_r8() local
|
H A D | test_imagearraycopy.cpp | 30 int img_width = 512; in test_imagearraycopy_single_format() local
|
H A D | test_imagearraycopy3d.cpp | 30 int img_width = 128; in test_imagearraycopy3d_single_format() local
|
H A D | test_imagenpot.cpp | 87 int img_width; in test_imagenpot() local
|
H A D | test_multireadimageonefmt.cpp | 104 int img_width = 512; in test_mri_one() local
|
H A D | test_arrayimagecopy.cpp | 36 int img_width = 512; in test_arrayimagecopy_single_format() local
|
H A D | test_multireadimagemultifmt.cpp | 122 int img_width = 512; in test_mri_multiple() local
|
H A D | test_hostptr.cpp | 105 int img_width = 512; in test_hostptr() local
|
H A D | test_imagecopy3d.cpp | 116 int img_width = 128; in test_imagecopy3d() local
|
H A D | test_imagecopy.cpp | 116 int img_width = 512; in test_imagecopy() local
|
H A D | test_writeimage.cpp | 133 size_t img_width = 512; in test_writeimage() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/ |
H A D | command_buffer_test_copy.cpp | 121 const size_t img_width = 512; member 357 const size_t img_width = 512; member 463 const size_t img_width = 512; member 557 const size_t img_width = 512; member
|
H A D | command_buffer_test_fill.cpp | 104 const size_t img_width = 512; member
|
/aosp_15_r20/external/eigen/demos/mandelbrot/ |
H A D | mandelbrot.cpp | 31 template<typename Real> void MandelbrotThread::render(int img_width, int img_height) in render() 117 int img_width = widget->width()/widget->draft; in run() local
|
/aosp_15_r20/cts/apps/CameraITS/utils/ |
H A D | image_processing_utils.py | 1555 aa_width, aa_height, coords, img_width, img_height): argument 1597 aa_width, aa_height, coords, img_width, img_height): argument
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | PriorBoxLayer.cpp | 44 int img_width = info.img_size().x; in prior_box_layer() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/ |
H A D | CLPriorBoxLayerKernel.cpp | 136 int img_width = info.img_size().x; in configure() local
|
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_API.dtd | 61 img_width NMTOKEN #IMPLIED attribute
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/ |
H A D | NEPriorBoxLayerKernel.cpp | 113 int img_width = _info.img_size().x; in calculate_prior_boxes() local
|