Home
last modified time | relevance | path

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

12

/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()
400 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/goldfish/camera/fake-pipeline2/
DSensor.cpp416 void Sensor::captureRaw(uint8_t *img, uint32_t gain, uint32_t stride) { in captureRaw()
458 void Sensor::captureRGBA(uint8_t *img, uint32_t gain, uint32_t width, uint32_t height) { in captureRGBA()
497 void Sensor::captureRGB(uint8_t *img, uint32_t gain, uint32_t width, uint32_t height) { in captureRGB()
533 void Sensor::captureYU12(uint8_t *img, uint32_t gain, uint32_t width, uint32_t height) { in captureYU12()
592 void Sensor::captureNV12(uint8_t *img, uint32_t gain, uint32_t width, uint32_t height) { in captureNV12()
650 void Sensor::captureDepth(uint8_t *img, uint32_t gain, uint32_t width, uint32_t height) { in captureDepth()
682 void Sensor::captureDepthCloud(uint8_t *img) { in captureDepthCloud()
DBase.h42 uint8_t *img; member
/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/
DEglDisplay.cpp524 EGLImageKHR EglDisplay::addImageKHR(ImagePtr img) { in addImageKHR()
546 ImagePtr EglDisplay::getImage(EGLImageKHR img, in getImage()
559 bool EglDisplay:: destroyImageKHR(EGLImageKHR img) { in destroyImageKHR()
672 const ImagesHndlMap::value_type& img) { in onSaveAllImages()
DEglImp.cpp1381 ImagePtr img( new EglImage() ); in eglCreateImageKHR() local
1412 ImagePtr img = getEGLImage(imagehndl); in eglDestroyImageKHR() local
1563 ImagePtr img = getEGLImage(imagehndl); in eglSetImageFenceANDROID() local
/device/generic/goldfish/camera/qemu-pipeline3/
DQemuSensor.cpp415 void QemuSensor::captureRGBA(uint8_t *img, uint32_t width, uint32_t height, in captureRGBA()
522 void QemuSensor::captureRGB(uint8_t *img, uint32_t width, uint32_t height, uint32_t stride, int64_t… in captureRGB()
526 void QemuSensor::captureYU12(uint8_t *img, uint32_t width, uint32_t height, uint32_t stride, in captureYU12()
/device/generic/goldfish/camera/
DCameraRotator.cpp415 void CameraRotator::captureRGBA(uint8_t *img, uint32_t width, uint32_t height, in captureRGBA()
522 void CameraRotator::captureRGB(uint8_t *img, uint32_t width, uint32_t height, uint32_t stride, int6… in captureRGB()
526 void CameraRotator::captureYU12(uint8_t *img, uint32_t width, uint32_t height, uint32_t stride, in captureYU12()
DPreviewWindow.cpp152 void* img = NULL; in onNextFrameAvailable() local
DEmulatorCameraTest.cpp58 void captureRGBA(uint8_t *img, uint32_t gain, uint32_t width, uint32_t height, Scene& scene, uint32… in captureRGBA()
95 void captureYU12(uint8_t *img, uint32_t gain, uint32_t width, uint32_t height, Scene& scene, uint32… in captureYU12()
DEmulatedFakeRotatingCameraDevice.cpp147 static void get_color(uint32_t* img, int i, int j, int w, int h, int dw, uint32_t * color) { in get_color()
/device/generic/vulkan-cereal/third-party/angle/samples/multi_texture/
DMultiTexture.cpp29 TGAImage img; in loadTexture() 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.cpp701 void C2GoldfishAvcDec::getVuiParams(h264_image_t &img) { in getVuiParams()
734 void C2GoldfishAvcDec::copyImageData(h264_image_t &img) { in copyImageData()
/device/generic/vulkan-cereal/third-party/angle/samples/particle_system/
DParticleSystem.cpp114 TGAImage img; in initialize() local
/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
1274 Swapchain::Image& img = swapchain->images[i]; in CreateSwapchainKHR() local
1515 Swapchain::Image& img = swapchain.images[image_idx]; in QueuePresentKHR() local
/device/generic/vulkan-cereal/protocols/vulkan/config/
Dkhronos.css74 img { border: 0; } selector
138 img, object, embed { max-width: 100%; height: auto; } selector
142 img { -ms-interpolation-mode: bicubic; } selector
162 img { display: inline-block; vertical-align: middle; } selector
/device/generic/vulkan-cereal/stream-servers/
DColorBuffer.cpp842 void ColorBuffer::readback(unsigned char* img, bool readbackBgra) { in readback()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationGL13.cpp41 const void *img) in ValidateGetCompressedTexImage()
/device/generic/vulkan-cereal/host-common/
DMediaH264DecoderVideoToolBox.cpp273 static void dumpBytes(const uint8_t* img, size_t szBytes, bool all = false) { in dumpBytes()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp743 vpx_image_t *img = vpx_codec_get_frame(mCtx); in outputBuffer() local
/device/generic/vulkan-cereal/third-party/angle/util/windows/third_party/StackWalker/src/
DStackWalker.cpp721 DWORD LoadModule(HANDLE hProcess, LPCSTR img, LPCSTR mod, DWORD64 baseAddr, DWORD size) in LoadModule()
1353 void StackWalker::OnLoadModule(LPCSTR img, in OnLoadModule()

12