Home
last modified time | relevance | path

Searched defs:img (Results 1 – 25 of 33) sorted by relevance

12

/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenccli_image.cpp34 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()
Dastcenccli_image_load_store.cpp98 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 …]
Dastcenc_image.cpp153 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()
Dastcenccli_image_external.cpp167 astcenc_image* img = astc_img_from_unorm8x4_array(pixbuf_slice.ptr, dim_x, dim_y, y_flip); in load_png_with_wuffs() local
Dastcenc_compute_variance.cpp108 const astcenc_image* img = arg.img; in compute_pixel_region_variance() local
424 const astcenc_image& img, in init_compute_averages()
Dastcenccli_toplevel.cpp1252 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()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp178 bool GoldfishAVCDec::getVUIParams(h264_image_t& img) { in getVUIParams()
235 h264_image_t img = mContext->getImage(); in readAndDiscardAllHostBuffers() local
263 void GoldfishAVCDec::copyImageData( OMX_BUFFERHEADERTYPE *outHeader, h264_image_t & img) { in copyImageData()
394 h264_image_t img = {}; in onQueueFilled() local
DMediaH264Decoder.cpp102 h264_result_t MediaH264Decoder::decodeFrame(uint8_t* img, size_t szBytes, uint64_t pts) { in decodeFrame()
/device/generic/goldfish-opengl/system/GLESv1/
Dgl.cpp56 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES()
93 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img) in glEGLImageTargetRenderbufferStorageOES()
/device/generic/goldfish-opengl/system/GLESv2/
Dgl2.cpp56 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES()
96 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img) in glEGLImageTargetRenderbufferStorageOES()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglDisplay.cpp535 EGLImageKHR EglDisplay::addImageKHR(ImagePtr img) { in addImageKHR()
557 ImagePtr EglDisplay::getImage(EGLImageKHR img, in getImage()
570 bool EglDisplay:: destroyImageKHR(EGLImageKHR img) { in destroyImageKHR()
683 const ImagesHndlMap::value_type& img) { in onSaveAllImages()
DEglImp.cpp1398 ImagePtr img( new EglImage() ); in eglCreateImageKHR() local
1431 ImagePtr img( new EglImage() ); in eglCreateImageKHR() local
1462 ImagePtr img = getEGLImage(imagehndl); in eglDestroyImageKHR() local
1623 ImagePtr img = getEGLImage(imagehndl); in eglSetImageFenceANDROID() local
1809 ImagePtr img = getEGLImage(imagehndl); in eglGetNativeImageANDROID() local
1817 ImagePtr img = getEGLImage(imagehndl); in eglSetImageInfoANDROID() local
1834 ImagePtr img( new EglImage() ); in eglImportImageANDROID() local
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DMediaH264Decoder.cpp100 h264_result_t MediaH264Decoder::decodeFrame(uint8_t *img, size_t szBytes, in decodeFrame()
DC2GoldfishAvcDec.cpp768 void C2GoldfishAvcDec::getVuiParams(h264_image_t &img) { in getVuiParams()
800 void C2GoldfishAvcDec::copyImageData(h264_image_t &img) { in copyImageData()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DMediaHevcDecoder.cpp100 hevc_result_t MediaHevcDecoder::decodeFrame(uint8_t *img, size_t szBytes, in decodeFrame()
DC2GoldfishHevcDec.cpp714 void C2GoldfishHevcDec::getVuiParams(hevc_image_t &img) { in getVuiParams()
747 void C2GoldfishHevcDec::copyImageData(hevc_image_t &img) { in copyImageData()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp628 EglImage* img = new (std::nothrow) EglImage(rc->dpy, image, s_egl.eglDestroyImageKHR); in rcBindTexture() local
667 EglImage* img = new (std::nothrow) EglImage(rc->dpy, image, s_egl.eglDestroyImageKHR); in rcBindRenderbuffer() local
715 EglImage* img = new (std::nothrow) EglImage(rc->dpy, image, s_egl.eglDestroyImageKHR); in rcCreateClientImage() local
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dswapchain.cpp1232 Swapchain::Image& img = swapchain->images[i]; in CreateSwapchainKHR() local
1282 Swapchain::Image& img = swapchain->images[i]; in CreateSwapchainKHR() local
1523 Swapchain::Image& img = swapchain.images[image_idx]; in QueuePresentKHR() local
/device/generic/vulkan-cereal/stream-servers/
DColorBuffer.cpp426 void ColorBuffer::glOpReadback(unsigned char* img, bool readbackBgra) { in glOpReadback()
DFrameBuffer.h796 unsigned char* img = nullptr; member
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp765 vpx_image_t *img = vpx_codec_get_frame(mCtx); in outputBuffer() local
/device/generic/vulkan-cereal/stream-servers/gl/
DColorBufferGl.cpp871 void ColorBufferGl::readback(unsigned char* img, bool readbackBgra) { in readback()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp2294 uint32_t img = rcEnc->rcCreateClientImage(rcEnc, ctxHandle, target, texture); in eglCreateImageKHR() local
2308 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp410 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in blitFromCurrentReadBufferANDROID() local
4261 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in glEGLImageTargetTexture2DOES() local
4341 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in glEGLImageTargetRenderbufferStorageOES() local
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2203 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in glEGLImageTargetTexture2DOES() local
2242 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in glEGLImageTargetRenderbufferStorageOES() local

12