Home
last modified time | relevance | path

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

/device/google/dragon/recovery/updater/
Dupdate_fw.cpp31 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/
DSensor.cpp398 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()
DBase.h43 uint8_t *img; member
/device/generic/goldfish/camera/
DPreviewWindow.cpp152 void* img = NULL; in onNextFrameAvailable() local
/device/generic/goldfish-opengl/system/GLESv2/
Dgl2.cpp52 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES()
/device/generic/goldfish-opengl/system/GLESv1/
Dgl.cpp52 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp1821 uint32_t img = rcEnc->rcCreateClientImage(rcEnc, ctxHandle, target, texture); in eglCreateImageKHR() local
1833 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR()