/device/google/cuttlefish/shared/config/ |
D | camera_v1.json | 13 "height": "1200" string 17 "height": "720" string 21 "height": "480" string 25 "height": "240" string 35 "height": "768" string 39 "height": "600" string 43 "height": "480" string 47 "height": "240" string
|
D | camera_v3.json | 13 "height": "1200" string 17 "height": "720" string 21 "height": "480" string 25 "height": "240" string 35 "height": "768" string 39 "height": "600" string 43 "height": "480" string 47 "height": "240" string
|
/device/google/cuttlefish/guest/hals/camera/ |
D | Converters.cpp | 30 int width, int height) { in _YUV420SToRGB565() 57 int height) { in _YUV420SToRGB32() 82 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) { in YV12ToRGB565() 90 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) { in YV12ToRGB32() 98 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height) { in YU12ToRGB32() 110 uint16_t* rgb, int width, int height) { in _NVXXToRGB565() 118 uint32_t* rgb, int width, int height) { in _NVXXToRGB32() 122 void NV12ToRGB565(const void* nv12, void* rgb, int width, int height) { in NV12ToRGB565() 129 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height) { in NV12ToRGB32() 136 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height) { in NV21ToRGB565() [all …]
|
D | Compressor.cpp | 29 int width, int height, int quality, in compress() 44 bool Compressor::configureCompressor(int width, int height, int quality) { in configureCompressor() 85 int height, int stride) { in deinterleave() 109 int height = mCompressInfo.image_height; in compressData() local
|
/device/generic/goldfish/camera/ |
D | Converters.cpp | 36 int height, in _YUV420SToRGB565() 65 int height, in _YUV420SToRGB32() 96 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) in YV12ToRGB565() 108 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) in YV12ToRGB32() 120 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height) in YU12ToRGB32() 140 int height) in _NVXXToRGB565() 159 int height) in _NVXXToRGB32() 170 void NV12ToRGB565(const void* nv12, void* rgb, int width, int height) in NV12ToRGB565() 178 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height) in NV12ToRGB32() 186 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height) in NV21ToRGB565() [all …]
|
D | EmulatedFakeRotatingCameraDevice.cpp | 71 static void rgba8888_to_nv21(uint8_t* input, uint8_t* output, int width, int height) { in rgba8888_to_nv21() 95 static void nv21_to_rgba8888(uint8_t* input, uint32_t * output, int width, int height) { in nv21_to_rgba8888() 115 void EmulatedFakeRotatingCameraDevice::render(int width, int height) in render() 169 void EmulatedFakeRotatingCameraDevice::create_texture_dotx(int width, int height) { in create_texture_dotx() 248 void EmulatedFakeRotatingCameraDevice::update_scene(float width, float height) in update_scene() 351 int EmulatedFakeRotatingCameraDevice::init_gl_surface(int width, int height) in init_gl_surface() 465 int height, in startDevice() 526 int height = mFrameHeight; in produceFrame() local
|
/device/google/coral-kernel/sm8150/kernel-headers/media/ |
D | msm_media_info.h | 899 static __inline__ unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() 1010 static __inline__ unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() 1047 static __inline__ unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() 1119 static __inline__ unsigned int VENUS_Y_META_SCANLINES(int color_fmt, int height) in VENUS_Y_META_SCANLINES() 1185 static __inline__ unsigned int VENUS_UV_META_SCANLINES(int color_fmt, int height) in VENUS_UV_META_SCANLINES() 1244 static __inline__ unsigned int VENUS_RGB_SCANLINES(int color_fmt, int height) in VENUS_RGB_SCANLINES() 1298 static __inline__ unsigned int VENUS_RGB_META_SCANLINES(int color_fmt, int height) in VENUS_RGB_META_SCANLINES() 1334 int color_fmt, int width, int height) in VENUS_BUFFER_SIZE() 1455 int color_fmt, int width, int height, int interlace) in VENUS_BUFFER_SIZE_USED() 1495 int color_fmt, int width, int height) in VENUS_VIEW2_OFFSET()
|
/device/google/coral-kernel/sm8150/original-kernel-headers/media/ |
D | msm_media_info.h | 899 static __inline__ unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() 1010 static __inline__ unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() 1047 static __inline__ unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() 1119 static __inline__ unsigned int VENUS_Y_META_SCANLINES(int color_fmt, int height) in VENUS_Y_META_SCANLINES() 1185 static __inline__ unsigned int VENUS_UV_META_SCANLINES(int color_fmt, int height) in VENUS_UV_META_SCANLINES() 1244 static __inline__ unsigned int VENUS_RGB_SCANLINES(int color_fmt, int height) in VENUS_RGB_SCANLINES() 1298 static __inline__ unsigned int VENUS_RGB_META_SCANLINES(int color_fmt, int height) in VENUS_RGB_META_SCANLINES() 1334 int color_fmt, int width, int height) in VENUS_BUFFER_SIZE() 1455 int color_fmt, int width, int height, int interlace) in VENUS_BUFFER_SIZE_USED() 1495 int color_fmt, int width, int height) in VENUS_VIEW2_OFFSET()
|
/device/google/bonito/sdm710/kernel-headers/media/ |
D | msm_media_info.h | 816 static __inline__ unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() 919 static __inline__ unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() 953 static __inline__ unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() 1022 static __inline__ unsigned int VENUS_Y_META_SCANLINES(int color_fmt, int height) in VENUS_Y_META_SCANLINES() 1088 static __inline__ unsigned int VENUS_UV_META_SCANLINES(int color_fmt, int height) in VENUS_UV_META_SCANLINES() 1143 static __inline__ unsigned int VENUS_RGB_SCANLINES(int color_fmt, int height) in VENUS_RGB_SCANLINES() 1193 static __inline__ unsigned int VENUS_RGB_META_SCANLINES(int color_fmt, int height) in VENUS_RGB_META_SCANLINES() 1228 int color_fmt, int width, int height) in VENUS_BUFFER_SIZE() 1373 int color_fmt, int width, int height) in VENUS_VIEW2_OFFSET()
|
/device/google/crosshatch/sdm845/original-kernel-headers/media/ |
D | msm_media_info.h | 816 static __inline__ unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() 919 static __inline__ unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() 953 static __inline__ unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() 1022 static __inline__ unsigned int VENUS_Y_META_SCANLINES(int color_fmt, int height) in VENUS_Y_META_SCANLINES() 1088 static __inline__ unsigned int VENUS_UV_META_SCANLINES(int color_fmt, int height) in VENUS_UV_META_SCANLINES() 1143 static __inline__ unsigned int VENUS_RGB_SCANLINES(int color_fmt, int height) in VENUS_RGB_SCANLINES() 1193 static __inline__ unsigned int VENUS_RGB_META_SCANLINES(int color_fmt, int height) in VENUS_RGB_META_SCANLINES() 1228 int color_fmt, int width, int height) in VENUS_BUFFER_SIZE() 1373 int color_fmt, int width, int height) in VENUS_VIEW2_OFFSET()
|
/device/google/crosshatch/sdm845/kernel-headers/media/ |
D | msm_media_info.h | 816 static __inline__ unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() 919 static __inline__ unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() 953 static __inline__ unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() 1022 static __inline__ unsigned int VENUS_Y_META_SCANLINES(int color_fmt, int height) in VENUS_Y_META_SCANLINES() 1088 static __inline__ unsigned int VENUS_UV_META_SCANLINES(int color_fmt, int height) in VENUS_UV_META_SCANLINES() 1143 static __inline__ unsigned int VENUS_RGB_SCANLINES(int color_fmt, int height) in VENUS_RGB_SCANLINES() 1193 static __inline__ unsigned int VENUS_RGB_META_SCANLINES(int color_fmt, int height) in VENUS_RGB_META_SCANLINES() 1228 int color_fmt, int width, int height) in VENUS_BUFFER_SIZE() 1373 int color_fmt, int width, int height) in VENUS_VIEW2_OFFSET()
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | msm_media_info.h | 816 static __inline__ unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() 919 static __inline__ unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() 953 static __inline__ unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() 1022 static __inline__ unsigned int VENUS_Y_META_SCANLINES(int color_fmt, int height) in VENUS_Y_META_SCANLINES() 1088 static __inline__ unsigned int VENUS_UV_META_SCANLINES(int color_fmt, int height) in VENUS_UV_META_SCANLINES() 1143 static __inline__ unsigned int VENUS_RGB_SCANLINES(int color_fmt, int height) in VENUS_RGB_SCANLINES() 1193 static __inline__ unsigned int VENUS_RGB_META_SCANLINES(int color_fmt, int height) in VENUS_RGB_META_SCANLINES() 1228 int color_fmt, int width, int height) in VENUS_BUFFER_SIZE() 1373 int color_fmt, int width, int height) in VENUS_VIEW2_OFFSET()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferallocation.cpp | 103 static void get_rgb_stride_and_size(int width, int height, int pixel_size, int *pixel_stride, int *… in get_rgb_stride_and_size() 197 static bool get_afbc_yuv420_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byt… in get_afbc_yuv420_8bit_stride_and_size() 289 static bool get_yv12_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride, si… in get_yv12_stride_and_size() 336 static bool get_yuv422_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byte_str… in get_yuv422_8bit_stride_and_size() 375 static bool get_afbc_yuv422_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byt… in get_afbc_yuv422_8bit_stride_and_size() 454 static bool get_yuv_pX10_stride_and_size(int width, int height, int vss, int *pixel_stride, int *by… in get_yuv_pX10_stride_and_size() 510 static bool get_yuv_y210_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride… in get_yuv_y210_stride_and_size() 557 static bool get_yuv_y0l2_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride… in get_yuv_y0l2_stride_and_size() 601 static bool get_yuv_y410_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride… in get_yuv_y410_stride_and_size() 645 static bool get_yuv420_10bit_afbc_stride_and_size(int width, int height, int *pixel_stride, int *by… in get_yuv420_10bit_afbc_stride_and_size() [all …]
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferallocation.cpp | 103 static void get_rgb_stride_and_size(int width, int height, int pixel_size, int *pixel_stride, int *… in get_rgb_stride_and_size() 197 static bool get_afbc_yuv420_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byt… in get_afbc_yuv420_8bit_stride_and_size() 289 static bool get_yv12_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride, si… in get_yv12_stride_and_size() 336 static bool get_yuv422_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byte_str… in get_yuv422_8bit_stride_and_size() 375 static bool get_afbc_yuv422_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byt… in get_afbc_yuv422_8bit_stride_and_size() 454 static bool get_yuv_pX10_stride_and_size(int width, int height, int vss, int *pixel_stride, int *by… in get_yuv_pX10_stride_and_size() 510 static bool get_yuv_y210_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride… in get_yuv_y210_stride_and_size() 557 static bool get_yuv_y0l2_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride… in get_yuv_y0l2_stride_and_size() 601 static bool get_yuv_y410_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride… in get_yuv_y410_stride_and_size() 645 static bool get_yuv420_10bit_afbc_stride_and_size(int width, int height, int *pixel_stride, int *by… in get_yuv420_10bit_afbc_stride_and_size() [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/ |
D | YUVConverter.cpp | 30 static void getPlanarYUVSizes(int width, int height, in getPlanarYUVSizes() 71 static void getYUVSizes(int width, int height, in getYUVSizes() 91 static void getPlanarYUVOffsets(int width, int height, FrameworkFormat format, in getPlanarYUVOffsets() 135 static void getYUVOffsets(int width, int height, FrameworkFormat format, in getYUVOffsets() 163 GLsizei height, in createYUVGLTex() 187 int x, int y, int width, int height, in subUpdateYUVGLTex() 380 YUVConverter::YUVConverter(int width, int height, FrameworkFormat format) : mFormat(format){ in YUVConverter() 413 int width, int height, in drawConvert()
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 206 static int computePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, int alig… in computePackingOffset() 216 GLsizei width, GLsizei height, GLsizei depth, in computeTextureStartEnd() 244 GLsizei width, GLsizei height, GLsizei depth, in computeTotalImageSize() 269 GLsizei width, GLsizei height, GLsizei depth, in computeNeededBufferSize() 294 GLsizei width, GLsizei height, in computePackingOffsets2D() 320 GLsizei width, GLsizei height, GLsizei depth, in computePackingOffsets3D()
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_entry.cpp | 127 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height) in rcCreateWindowSurface() 139 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat) in rcCreateColorBuffer() 205 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum fo… in rcReadColorBuffer() 211 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum f… in rcUpdateColorBuffer() 271 int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenu… in rcUpdateColorBufferDMA() 277 uint32_t rcCreateColorBufferDMA(uint32_t width, uint32_t height, GLenum internalFormat, int framewo… in rcCreateColorBufferDMA() 343 void rcReadColorBufferYUV(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, void* … in rcReadColorBufferYUV() 355 void rcCreateColorBufferWithHandle(uint32_t width, uint32_t height, GLenum internalFormat, uint32_t… in rcCreateColorBufferWithHandle()
|
/device/generic/goldfish/camera/qemu-pipeline3/ |
D | QemuSensor.cpp | 57 QemuSensor::QemuSensor(const char *deviceName, uint32_t width, uint32_t height, in QemuSensor() 394 void QemuSensor::captureRGBA(uint8_t *img, uint32_t width, uint32_t height, in captureRGBA() 461 void QemuSensor::captureRGBA(uint32_t width, uint32_t height, in captureRGBA() 501 void QemuSensor::captureRGB(uint8_t *img, uint32_t width, uint32_t height, uint32_t stride, int64_t… in captureRGB() 505 void QemuSensor::captureYU12(uint8_t *img, uint32_t width, uint32_t height, uint32_t stride, in captureYU12() 571 void QemuSensor::captureYU12(uint32_t width, uint32_t height, uint32_t stride, in captureYU12()
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | Base.h | 37 uint32_t width, height; member 48 uint32_t width, height; member 55 uint32_t width, height; member
|
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/ |
D | Base.h | 36 uint32_t width, height; member 48 uint32_t width, height; member 55 uint32_t width, height; member
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | cvd_video_frame_buffer.cpp | 33 CvdVideoFrameBuffer::CvdVideoFrameBuffer(int width, int height) in CvdVideoFrameBuffer() 41 int CvdVideoFrameBuffer::height() const { return height_; } in height() function in cuttlefish::CvdVideoFrameBuffer
|
/device/generic/goldfish/camera/jpeg-stub/ |
D | Compressor.cpp | 29 int width, int height, int quality, in compress() 43 bool Compressor::configureCompressor(int width, int height, int quality) { in configureCompressor() 90 int height = mCompressInfo.image_height; in compressData() local
|
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/ |
D | MultiDisplayService.java | 58 public int height; field in MultiDisplayService.MultiDisplay 191 int height = array[3]; in run() local 218 private native Surface nativeCreateSurface(int displayId, int width, int height); in nativeCreateSurface() 221 private native boolean nativeResizeListener(int displayId, int with, int height); in nativeResizeListener()
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | FormatConversions.cpp | 50 void get_yv12_offsets(int width, int height, in get_yv12_offsets() 65 void get_yuv420p_offsets(int width, int height, in get_yuv420p_offsets() 89 void rgb565_to_yv12(char* dest, char* src, int width, int height, in rgb565_to_yv12() 129 void rgb888_to_yv12(char* dest, char* src, int width, int height, in rgb888_to_yv12() 197 void rgb888_to_yuv420p(char* dest, char* src, int width, int height, in rgb888_to_yuv420p() 234 void yv12_to_rgb565(char* dest, char* src, int width, int height, in yv12_to_rgb565() 279 void yv12_to_rgb888(char* dest, char* src, int width, int height, in yv12_to_rgb888() 319 void yuv420p_to_rgb888(char* dest, char* src, int width, int height, in yuv420p_to_rgb888() 364 int width, int height, int top, int left, in copy_rgb_buffer_from_unlocked()
|
/device/google/cuttlefish/host/frontend/vnc_server/ |
D | jpeg_compressor.cpp | 29 std::uint16_t width, std::uint16_t height, int jpeg_quality) { in InitCinfo() 46 std::uint16_t height, in Compress()
|