/device/generic/goldfish/camera/ |
D | Converters.cpp | 33 int width, in _YUV420SToRGB565() 63 int width, in _YUV420SToRGB32() 88 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) in YV12ToRGB565() 97 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) in YV12ToRGB32() 106 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height) in YU12ToRGB32() 122 int width, in _NVXXToRGB565() 135 int width, in _NVXXToRGB32() 141 void NV12ToRGB565(const void* nv12, void* rgb, int width, int height) in NV12ToRGB565() 149 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height) in NV12ToRGB32() 157 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height) in NV21ToRGB565() [all …]
|
D | EmulatedCamera2.cpp | 131 uint32_t width, in allocateStream() 157 uint32_t width, in allocateReprocessStream() 259 uint32_t width, in allocate_stream() 288 uint32_t width, in allocate_reprocess_stream()
|
D | JpegStub.cpp | 37 int width, int height, int quality) in JpegStub_compress()
|
D | JpegCompressor.cpp | 70 int width, in compressRawImage()
|
D | EmulatedQemuCameraDevice.cpp | 134 status_t EmulatedQemuCameraDevice::startDevice(int width, in startDevice()
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | Base.h | 38 uint32_t width, height; member 49 uint32_t width, height; member 56 uint32_t width, height; member
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | GL2EncoderUtils.cpp | 23 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pac… in pixelDataSize() 30 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLe… in pixelDataSize3D()
|
D | gl2_entry.cpp | 352 void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsiz… in glCompressedTexImage2D() 358 …xSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei heigh… in glCompressedTexSubImage2D() 364 …(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei heigh… in glCopyTexImage2D() 370 … target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei heigh… in glCopyTexSubImage2D() 762 void glLineWidth(GLfloat width) in glLineWidth() 786 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo… in glReadPixels() 798 void glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) in glRenderbufferStorage() 810 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor() 864 void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, … in glTexImage2D() 894 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz… in glTexSubImage2D() [all …]
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | renderControl_entry.cpp | 104 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height) in rcCreateWindowSurface() 116 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat) in rcCreateColorBuffer() 182 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum fo… in rcReadColorBuffer() 188 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum f… in rcUpdateColorBuffer()
|
D | renderControl_enc.cpp | 232 uint32_t rcCreateWindowSurface_enc(void *self , uint32_t config, uint32_t width, uint32_t height) in rcCreateWindowSurface_enc() 268 uint32_t rcCreateColorBuffer_enc(void *self , uint32_t width, uint32_t height, GLenum internalForma… in rcCreateColorBuffer_enc() 457 void rcReadColorBuffer_enc(void *self , uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint … in rcReadColorBuffer_enc() 481 int rcUpdateColorBuffer_enc(void *self , uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint… in rcUpdateColorBuffer_enc()
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
D | QCameraUsbParm.cpp | 491 int rc = 0, width, height, i, numPrvwSizes, validSize; in usbCamSetPrvwSize() local 544 int rc = 0, width, height, i, numPictSizes, validSize; in usbCamSetPictSize() local 594 int rc = 0, width, height, i, numThumbnailSizes, validSize; in usbCamSetThumbnailSize() local
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | GLEncoderUtils.cpp | 22 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pac… in pixelDataSize()
|
D | gl_entry.cpp | 423 void glLineWidth(GLfloat width) in glLineWidth() 633 void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsiz… in glCompressedTexImage2D() 639 …xSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei heigh… in glCompressedTexSubImage2D() 645 …(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei heigh… in glCopyTexImage2D() 651 … target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei heigh… in glCopyTexSubImage2D() 913 void glLineWidthx(GLfixed width) in glLineWidthx() 1027 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo… in glReadPixels() 1057 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor() 1117 void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, … in glTexImage2D() 1147 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz… in glTexSubImage2D() [all …]
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 151 void glLineWidth(GLfloat width) in glLineWidth() 331 void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsiz… in glCompressedTexImage2D() 336 …xSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei heigh… in glCompressedTexSubImage2D() 341 …(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei heigh… in glCopyTexImage2D() 346 … target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei heigh… in glCopyTexSubImage2D() 561 void glLineWidthx(GLfixed width) in glLineWidthx() 656 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo… in glReadPixels() 681 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor() 731 void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, … in glTexImage2D() 756 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz… in glTexSubImage2D() [all …]
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/ |
D | mm_jpeg_test.c | 57 int width; member 68 int width; member
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/test/ |
D | mm_jpeg_test.c | 56 int width; member 67 int width; member
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/inc/ |
D | QCameraUsbParm.h | 111 uint32_t width; member
|
/device/lge/hammerhead/camera/hdr/include/ |
D | morpho_image_data.h | 30 int width; /**< �� */ member
|
D | morpho_image_data_ex.h | 32 int width; /**< 幅 */ member
|
/device/asus/flo/camera/hdr/include/ |
D | morpho_image_data.h | 30 int width; /**< �� */ member
|
D | morpho_image_data_ex.h | 32 int width; /**< 幅 */ member
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/ |
D | mm_jpegdec_test.c | 64 int width; member 72 int width; member
|
D | mm_jpeg_test.c | 64 int width; member 104 int width; member
|
/device/moto/shamu/camera/QCamera/HAL2/wrapper/ |
D | QualcommCamera.cpp | 276 uint32_t width, in allocate_stream() 324 uint32_t width, in allocate_reprocess_stream()
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraHWI.cpp | 387 uint32_t width, in allocate_stream() 463 uint32_t width, in allocate_reprocess_stream()
|