/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_image.cpp | 34 astcenc_image *img = new astcenc_image; in alloc_image() local 72 void free_image(astcenc_image * img) in free_image() 89 int determine_image_components(const astcenc_image * img) in determine_image_components() 177 astcenc_image* img = alloc_image(16, dim_x, dim_y, 1); in astc_img_from_floatx4_array() local 211 astcenc_image* img = alloc_image(8, dim_x, dim_y, 1); in astc_img_from_unorm8x4_array() local 235 const astcenc_image* img, in floatx4_array_from_astc_img() 305 const astcenc_image* img, in unorm8x4_array_from_astc_img()
|
D | astcenccli_image_load_store.cpp | 98 astcenc_image* img = astc_img_from_floatx4_array(data, dim_x, dim_y, y_flip); in load_image_with_stb() local 110 astcenc_image* img = astc_img_from_unorm8x4_array(data, dim_x, dim_y, y_flip); in load_image_with_stb() local 132 const astcenc_image* img, in store_exr_image_with_tinyexr() 152 const astcenc_image* img, in store_png_image_with_stb() 174 const astcenc_image* img, in store_tga_image_with_stb() 196 const astcenc_image* img, in store_bmp_image_with_stb() 218 const astcenc_image* img, in store_hdr_image_with_stb() 1185 astc_compressed_image& img in load_ktx_compressed_image() 1297 const astc_compressed_image& img, in store_ktx_compressed_image() 1351 const astcenc_image* img, in store_ktx_uncompressed_image() [all …]
|
D | astcenc_image.cpp | 153 const astcenc_image& img, in load_image_block() 270 const astcenc_image& img, in load_image_block_fast_ldr() 336 astcenc_image& img, in store_image_block()
|
D | astcenccli_image_external.cpp | 167 astcenc_image* img = astc_img_from_unorm8x4_array(pixbuf_slice.ptr, dim_x, dim_y, y_flip); in load_png_with_wuffs() local
|
D | astcenc_compute_variance.cpp | 108 const astcenc_image* img = arg.img; in compute_pixel_region_variance() local 424 const astcenc_image& img, in init_compute_averages()
|
D | astcenccli_toplevel.cpp | 1252 const astcenc_image& img, in image_get_pixel() 1310 astcenc_image& img, in image_set_pixel() 1339 astcenc_image& img, in image_set_pixel_u8()
|
/hardware/google/gfxstream/guest/GLESv1/ |
D | gl.cpp | 61 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES() 94 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img) in glEGLImageTargetRenderbufferStorageOES()
|
/hardware/google/gfxstream/guest/GLESv2/ |
D | gl2.cpp | 61 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES() 96 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img) in glEGLImageTargetRenderbufferStorageOES()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | Base.h | 44 uint8_t* img = nullptr; member 65 SinglePlane img; member
|
D | EmulatedSensor.cpp | 1073 auto img = in threadLoop() local 1462 void EmulatedSensor::CaptureRawBinned(uint8_t* img, size_t row_stride_in_bytes, in CaptureRawBinned() 1470 void EmulatedSensor::CaptureRawInSensorZoom(uint8_t* img, in CaptureRawInSensorZoom() 1479 void EmulatedSensor::CaptureRawFullRes(uint8_t* img, size_t row_stride_in_bytes, in CaptureRawFullRes() 1487 void EmulatedSensor::CaptureRaw(uint8_t* img, size_t row_stride_in_bytes, in CaptureRaw() 1559 void EmulatedSensor::CaptureRGB(uint8_t* img, uint32_t width, uint32_t height, in CaptureRGB() 1735 void EmulatedSensor::CaptureDepth(uint8_t* img, uint32_t gain, uint32_t width, in CaptureDepth()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglDisplay.cpp | 519 EGLImageKHR EglDisplay::addImageKHR(ImagePtr img) { in addImageKHR() 541 ImagePtr EglDisplay::getImage(EGLImageKHR img, in getImage() 554 bool EglDisplay:: destroyImageKHR(EGLImageKHR img) { in destroyImageKHR() 666 const ImagesHndlMap::value_type& img) { in onSaveAllImages()
|
D | EglImp.cpp | 1403 ImagePtr img( new EglImage() ); in eglCreateImageKHR() local 1437 ImagePtr img( new EglImage() ); in eglCreateImageKHR() local 1468 ImagePtr img = getEGLImage(imagehndl); in eglDestroyImageKHR() local 1629 ImagePtr img = getEGLImage(imagehndl); in eglSetImageFenceANDROID() local 1822 ImagePtr img = getEGLImage(imagehndl); in eglGetNativeImageANDROID() local 1830 ImagePtr img = getEGLImage(imagehndl); in eglSetImageInfoANDROID() local 1847 ImagePtr img( new EglImage() ); in eglImportImageANDROID() local
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl.hpp | 3600 Image(const Image& img) : Memory(img) {} in Image() 3605 Image& operator = (const Image &img) in operator =() 3615 Image(Image&& img) CL_HPP_NOEXCEPT : Memory(std::move(img)) {} in Image() function in cl::Image 3620 Image& operator = (Image &&img) in operator =() 3717 Image1D(const Image1D& img) : Image(img) {} in Image1D() 3722 Image1D& operator = (const Image1D &img) in operator =() 3732 Image1D(Image1D&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} in Image1D() function in cl::Image1D 3737 Image1D& operator = (Image1D &&img) in operator =() 3794 Image1DBuffer(const Image1DBuffer& img) : Image(img) {} in Image1DBuffer() 3799 Image1DBuffer& operator = (const Image1DBuffer &img) in operator =() [all …]
|
D | opencl.hpp | 4478 Image(const Image& img) : Memory(img) {} in Image() 4483 Image& operator = (const Image &img) in operator =() 4492 Image(Image&& img) CL_HPP_NOEXCEPT_ : Memory(std::move(img)) {} in Image() function in cl::Image 4497 Image& operator = (Image &&img) in operator =() 4597 Image1D(const Image1D& img) : Image(img) {} in Image1D() 4602 Image1D& operator = (const Image1D &img) in operator =() 4611 Image1D(Image1D&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} in Image1D() function in cl::Image1D 4616 Image1D& operator = (Image1D &&img) in operator =() 4680 Image1DBuffer(const Image1DBuffer& img) : Image(img) {} in Image1DBuffer() 4685 Image1DBuffer& operator = (const Image1DBuffer &img) in operator =() [all …]
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.cpp | 547 void dumpExynosImage(uint32_t type, exynos_image &img) in dumpExynosImage() 558 void dumpExynosImage(String8& result, const exynos_image& img) { in dumpExynosImage() 620 bool hasHdrInfo(const exynos_image& img) { in hasHdrInfo() 641 exynos_image img; in hasHdrInfo() local 646 bool hasHdr10Plus(exynos_image &img) { in hasHdr10Plus()
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit.cpp | 141 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) in set_image()
|
/hardware/google/aemu/host-common/ |
D | MediaVideoToolBoxVideoHelper.cpp | 73 static void dumpBytes(const uint8_t* img, size_t szBytes, bool all = false) { in dumpBytes()
|
/hardware/google/gfxstream/host/ |
D | ColorBuffer.cpp | 495 void ColorBuffer::glOpReadback(unsigned char* img, bool readbackBgra) { in glOpReadback()
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | copybit_c2d.cpp | 933 static bool need_temp_buffer(struct copybit_image_t const *img) in need_temp_buffer() 953 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) in populate_buffer_info()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit_c2d.cpp | 933 static bool need_temp_buffer(struct copybit_image_t const *img) in need_temp_buffer() 953 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) in populate_buffer_info()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit_c2d.cpp | 935 static bool need_temp_buffer(struct copybit_image_t const *img) in need_temp_buffer() 955 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) in populate_buffer_info()
|
/hardware/qcom/sm7250/display/libcopybit/ |
D | copybit_c2d.cpp | 933 static bool need_temp_buffer(struct copybit_image_t const *img) in need_temp_buffer() 953 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) in populate_buffer_info()
|
/hardware/qcom/sm8150/display/libcopybit/ |
D | copybit_c2d.cpp | 933 static bool need_temp_buffer(struct copybit_image_t const *img) in need_temp_buffer() 953 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) in populate_buffer_info()
|
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
D | copybit_c2d.cpp | 933 static bool need_temp_buffer(struct copybit_image_t const *img) in need_temp_buffer() 953 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) in populate_buffer_info()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit_c2d.cpp | 929 static bool need_temp_buffer(struct copybit_image_t const *img) in need_temp_buffer() 949 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) in populate_buffer_info()
|