Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 218) sorted by relevance

123456789

/device/google/cuttlefish/shared/config/
Dcamera_v3.json12 "width": "1600", string
16 "width": "1280", string
20 "width": "640", string
24 "width": "320", string
34 "width": "1024", string
38 "width": "800", string
42 "width": "640", string
46 "width": "320", string
Dcamera_v1.json12 "width": "1600", string
16 "width": "1280", string
20 "width": "640", string
24 "width": "320", string
34 "width": "1024", string
38 "width": "800", string
42 "width": "640", string
46 "width": "320", string
/device/google/cuttlefish_common/guest/hals/camera/
DConverters.cpp30 int width, int height) { in _YUV420SToRGB565()
56 const uint8_t* V, int dUV, uint32_t* rgb, int width, 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 …]
DCompressor.cpp29 int width, int height, int quality, in compress()
44 bool Compressor::configureCompressor(int width, int height, int quality) { in configureCompressor()
84 std::vector<uint8_t>& vRows, int rowIndex, int width, in deinterleave()
108 int width = mCompressInfo.image_width; in compressData() local
/device/generic/goldfish/camera/
DConverters.cpp35 int width, in _YUV420SToRGB565()
64 int width, 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()
139 int width, in _NVXXToRGB565()
158 int width, 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 …]
DEmulatedFakeRotatingCameraDevice.cpp71 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()
464 status_t EmulatedFakeRotatingCameraDevice::startDevice(int width, in startDevice()
525 int width=mFrameWidth; in produceFrame() local
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/
DYUVConverter.cpp30 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()
162 GLsizei width, in createYUVGLTex()
187 int x, int y, int width, int height, in subUpdateYUVGLTex()
339 int width, int ywidth, in doYUVConversionDraw()
380 YUVConverter::YUVConverter(int width, int height, FrameworkFormat format) : mFormat(format){ in YUVConverter()
413 int width, int height, in drawConvert()
450 void YUVConverter::updateCutoffs(float width, float ywidth, in updateCutoffs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dtransmogrify.h130 Py_ssize_t width; in stringlib_ljust() local
160 Py_ssize_t width; in stringlib_rjust() local
191 Py_ssize_t width; in stringlib_center() local
226 Py_ssize_t width; in stringlib_zfill() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dtransmogrify.h130 Py_ssize_t width; in stringlib_ljust() local
160 Py_ssize_t width; in stringlib_rjust() local
191 Py_ssize_t width; in stringlib_center() local
226 Py_ssize_t width; in stringlib_zfill() local
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
Dlprint.c156 uint32_t width) in printhexx()
192 uint32_t width) in printhex()
226 uint32_t width) in printdec()
266 uint32_t *width) in getwidth()
353 uint32_t width = 1; in dpf() local
/device/google/crosshatch/sdm845/kernel-headers/media/
Dmsm_media_info.h816 static __inline__ unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE()
835 static __inline__ unsigned int VENUS_Y_STRIDE(int color_fmt, int width) in VENUS_Y_STRIDE()
877 static __inline__ unsigned int VENUS_UV_STRIDE(int color_fmt, int width) in VENUS_UV_STRIDE()
989 static __inline__ unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) in VENUS_Y_META_STRIDE()
1055 static __inline__ unsigned int VENUS_UV_META_STRIDE(int color_fmt, int width) in VENUS_UV_META_STRIDE()
1114 static __inline__ unsigned int VENUS_RGB_STRIDE(int color_fmt, int width) in VENUS_RGB_STRIDE()
1169 static __inline__ unsigned int VENUS_RGB_META_STRIDE(int color_fmt, int width) in VENUS_RGB_META_STRIDE()
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/kernel-headers/media/
Dmsm_media_info.h816 static __inline__ unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE()
835 static __inline__ unsigned int VENUS_Y_STRIDE(int color_fmt, int width) in VENUS_Y_STRIDE()
877 static __inline__ unsigned int VENUS_UV_STRIDE(int color_fmt, int width) in VENUS_UV_STRIDE()
989 static __inline__ unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) in VENUS_Y_META_STRIDE()
1055 static __inline__ unsigned int VENUS_UV_META_STRIDE(int color_fmt, int width) in VENUS_UV_META_STRIDE()
1114 static __inline__ unsigned int VENUS_RGB_STRIDE(int color_fmt, int width) in VENUS_RGB_STRIDE()
1169 static __inline__ unsigned int VENUS_RGB_META_STRIDE(int color_fmt, int width) in VENUS_RGB_META_STRIDE()
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/
Dmsm_media_info.h816 static __inline__ unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE()
835 static __inline__ unsigned int VENUS_Y_STRIDE(int color_fmt, int width) in VENUS_Y_STRIDE()
877 static __inline__ unsigned int VENUS_UV_STRIDE(int color_fmt, int width) in VENUS_UV_STRIDE()
989 static __inline__ unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) in VENUS_Y_META_STRIDE()
1055 static __inline__ unsigned int VENUS_UV_META_STRIDE(int color_fmt, int width) in VENUS_UV_META_STRIDE()
1114 static __inline__ unsigned int VENUS_RGB_STRIDE(int color_fmt, int width) in VENUS_RGB_STRIDE()
1169 static __inline__ unsigned int VENUS_RGB_META_STRIDE(int color_fmt, int width) in VENUS_RGB_META_STRIDE()
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/
Dmsm_media_info.h816 static __inline__ unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE()
835 static __inline__ unsigned int VENUS_Y_STRIDE(int color_fmt, int width) in VENUS_Y_STRIDE()
877 static __inline__ unsigned int VENUS_UV_STRIDE(int color_fmt, int width) in VENUS_UV_STRIDE()
989 static __inline__ unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) in VENUS_Y_META_STRIDE()
1055 static __inline__ unsigned int VENUS_UV_META_STRIDE(int color_fmt, int width) in VENUS_UV_META_STRIDE()
1114 static __inline__ unsigned int VENUS_RGB_STRIDE(int color_fmt, int width) in VENUS_RGB_STRIDE()
1169 static __inline__ unsigned int VENUS_RGB_META_STRIDE(int color_fmt, int width) in VENUS_RGB_META_STRIDE()
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/linaro/hikey/gralloc960/
Dmali_gralloc_bufferallocation.cpp103 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/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtextwrap.py116 width=70, argument
210 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
343 def wrap(text, width=70, **kwargs): argument
356 def fill(text, width=70, **kwargs): argument
Dcalendar.py220 def yeardatescalendar(self, year, width=3): argument
233 def yeardays2calendar(self, year, width=3): argument
246 def yeardayscalendar(self, year, width=3): argument
265 def prweek(self, theweek, width): argument
271 def formatday(self, day, weekday, width): argument
281 def formatweek(self, theweek, width): argument
287 def formatweekday(self, day, width): argument
297 def formatweekheader(self, width): argument
303 def formatmonthname(self, theyear, themonth, width, withyear=True): argument
442 def formatyear(self, theyear, width=3): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtextwrap.py108 width=70, argument
202 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
335 def wrap(text, width=70, **kwargs): argument
348 def fill(text, width=70, **kwargs): argument
Dcalendar.py216 def yeardatescalendar(self, year, width=3): argument
229 def yeardays2calendar(self, year, width=3): argument
242 def yeardayscalendar(self, year, width=3): argument
261 def prweek(self, theweek, width): argument
267 def formatday(self, day, weekday, width): argument
277 def formatweek(self, theweek, width): argument
283 def formatweekday(self, day, width): argument
293 def formatweekheader(self, width): argument
299 def formatmonthname(self, theyear, themonth, width, withyear=True): argument
438 def formatyear(self, theyear, width=3): argument
[all …]
/device/generic/goldfish/camera/jpeg-stub/
DCompressor.cpp29 int width, int height, int quality, in compress()
44 bool Compressor::configureCompressor(int width, int height, int quality) { in configureCompressor()
84 std::vector<uint8_t>& vRows, int rowIndex, int width, in deinterleave()
108 int width = mCompressInfo.image_width; in compressData() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dyuvconvert.c5 yuv_sv411_to_cl422dc(int invert, void *data, void *yuv, int width, int height) in yuv_sv411_to_cl422dc()
43 int width, int height) in yuv_sv411_to_cl422dc_quartersize()
82 int width, int height) in yuv_sv411_to_cl422dc_sixteenthsize()
/device/generic/goldfish/camera/fake-pipeline2/
DBase.h37 uint32_t width, height; member
48 uint32_t width, height; member
55 uint32_t width, height; member
/device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
DBase.h41 uint32_t width, height; member
52 uint32_t width, height; member
59 uint32_t width, height; member
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp206 static int computePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, int alig… in computePackingOffset()
214 GLsizei width, GLsizei height, GLsizei depth, in computeTextureStartEnd()
242 GLsizei width, GLsizei height, GLsizei depth, in computeTotalImageSize()
267 GLsizei width, GLsizei height, GLsizei depth, in computeNeededBufferSize()
292 GLsizei width, GLsizei height, in computePackingOffsets2D()
/device/google/cuttlefish_common/host/frontend/vnc_server/
Djpeg_compressor.cpp28 std::uint16_t width, std::uint16_t height, int jpeg_quality) { in InitCinfo()
44 std::uint16_t y, std::uint16_t width, in Compress()

123456789