Searched defs:img (Results 1 – 7 of 7) sorted by relevance
/device/google/dragon/recovery/updater/ |
D | update_fw.cpp | 31 int check_compatible_keys(struct flash_device *img, struct flash_device *spi) in check_compatible_keys() 84 struct flash_device *img, const Value *ec_file) in update_recovery_fw() 115 static int update_rw_fw(struct flash_device *spi, struct flash_device *img, in update_rw_fw() 142 static int update_ap_fw(struct flash_device *spi, struct flash_device *img) in update_ap_fw() 172 struct flash_device *img, *spi, *ec; in update_fw() local
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | Sensor.cpp | 398 void Sensor::captureRaw(uint8_t *img, uint32_t gain, uint32_t stride) { in captureRaw() 439 void Sensor::captureRGBA(uint8_t *img, uint32_t gain, uint32_t stride) { in captureRGBA() 469 void Sensor::captureRGB(uint8_t *img, uint32_t gain, uint32_t stride) { in captureRGB() 498 void Sensor::captureNV21(uint8_t *img, uint32_t gain, uint32_t stride) { in captureNV21() 553 void Sensor::captureDepth(uint8_t *img, uint32_t gain, uint32_t stride) { in captureDepth() 579 void Sensor::captureDepthCloud(uint8_t *img) { in captureDepthCloud()
|
D | Base.h | 43 uint8_t *img; member
|
/device/generic/goldfish/camera/ |
D | PreviewWindow.cpp | 152 void* img = NULL; in onNextFrameAvailable() local
|
/device/generic/goldfish-opengl/system/GLESv2/ |
D | gl2.cpp | 52 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES()
|
/device/generic/goldfish-opengl/system/GLESv1/ |
D | gl.cpp | 52 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 1821 uint32_t img = rcEnc->rcCreateClientImage(rcEnc, ctxHandle, target, texture); in eglCreateImageKHR() local 1833 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR()
|