Home
last modified time | relevance | path

Searched refs:height (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_media_info.h319 static inline unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() argument
321 (void)height; in VENUS_EXTRADATA_SIZE()
381 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() argument
384 if (!height) in VENUS_Y_SCANLINES()
394 sclines = MSM_MEDIA_ALIGN(height, alignment); in VENUS_Y_SCANLINES()
403 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() argument
406 if (!height) in VENUS_UV_SCANLINES()
416 sclines = MSM_MEDIA_ALIGN(((height + 1) >> 1), alignment); in VENUS_UV_SCANLINES()
450 static inline unsigned int VENUS_Y_META_SCANLINES(int color_fmt, int height) in VENUS_Y_META_SCANLINES() argument
454 if (!height) in VENUS_Y_META_SCANLINES()
[all …]
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_media_info.h319 static inline unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() argument
321 (void)height; in VENUS_EXTRADATA_SIZE()
381 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() argument
384 if (!height) in VENUS_Y_SCANLINES()
394 sclines = MSM_MEDIA_ALIGN(height, alignment); in VENUS_Y_SCANLINES()
403 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() argument
406 if (!height) in VENUS_UV_SCANLINES()
416 sclines = MSM_MEDIA_ALIGN(((height + 1) >> 1), alignment); in VENUS_UV_SCANLINES()
450 static inline unsigned int VENUS_Y_META_SCANLINES(int color_fmt, int height) in VENUS_Y_META_SCANLINES() argument
454 if (!height) in VENUS_Y_META_SCANLINES()
[all …]
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_media_info.h404 static inline unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() argument
406 (void)height; in VENUS_EXTRADATA_SIZE()
468 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() argument
471 if (!height) in VENUS_Y_SCANLINES()
487 sclines = MSM_MEDIA_ALIGN(height, alignment); in VENUS_Y_SCANLINES()
492 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() argument
495 if (!height) in VENUS_UV_SCANLINES()
512 sclines = MSM_MEDIA_ALIGN(height / 2, alignment); in VENUS_UV_SCANLINES()
543 static inline unsigned int VENUS_Y_META_SCANLINES(int color_fmt, int height) in VENUS_Y_META_SCANLINES() argument
547 if (!height) in VENUS_Y_META_SCANLINES()
[all …]
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_media_info.h404 static inline unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() argument
406 (void)height; in VENUS_EXTRADATA_SIZE()
468 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() argument
471 if (!height) in VENUS_Y_SCANLINES()
487 sclines = MSM_MEDIA_ALIGN(height, alignment); in VENUS_Y_SCANLINES()
492 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() argument
495 if (!height) in VENUS_UV_SCANLINES()
512 sclines = MSM_MEDIA_ALIGN(height / 2, alignment); in VENUS_UV_SCANLINES()
543 static inline unsigned int VENUS_Y_META_SCANLINES(int color_fmt, int height) in VENUS_Y_META_SCANLINES() argument
547 if (!height) in VENUS_Y_META_SCANLINES()
[all …]
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsm_media_info.h140 static inline unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() argument
142 (void)height; in VENUS_EXTRADATA_SIZE()
192 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() argument
195 if (!height) in VENUS_Y_SCANLINES()
203 sclines = MSM_MEDIA_ALIGN(height, alignment); in VENUS_Y_SCANLINES()
212 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() argument
215 if (!height) in VENUS_UV_SCANLINES()
223 sclines = MSM_MEDIA_ALIGN(((height + 1) >> 1), alignment); in VENUS_UV_SCANLINES()
233 int color_fmt, int width, int height) in VENUS_BUFFER_SIZE() argument
235 const unsigned int extra_size = VENUS_EXTRADATA_SIZE(width, height); in VENUS_BUFFER_SIZE()
[all …]
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsm_media_info.h140 static inline unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() argument
142 (void)height; in VENUS_EXTRADATA_SIZE()
192 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() argument
195 if (!height) in VENUS_Y_SCANLINES()
203 sclines = MSM_MEDIA_ALIGN(height, alignment); in VENUS_Y_SCANLINES()
212 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() argument
215 if (!height) in VENUS_UV_SCANLINES()
223 sclines = MSM_MEDIA_ALIGN(((height + 1) >> 1), alignment); in VENUS_UV_SCANLINES()
233 int color_fmt, int width, int height) in VENUS_BUFFER_SIZE() argument
235 const unsigned int extra_size = VENUS_EXTRADATA_SIZE(width, height); in VENUS_BUFFER_SIZE()
[all …]
/hardware/intel/common/libva/test/putsurface/
Dputsurface_x11.c35 static int create_window(void *win_display, int x, int y, int width, int height);
36 static int check_window_event(void *x11_display, void *drawable, int *width, int *height, int *quit…
52 static Pixmap create_pixmap(void *win_display, int width, int height) in create_pixmap() argument
64 …e a pixmap from ROOT window %dx%d, pixmap size %dx%d\n\n", attr.width, attr.height, width, height); in create_pixmap()
65 pixmap = XCreatePixmap(x11_display, root, width, height, in create_pixmap()
71 static int create_window(void *win_display, int x, int y, int width, int height) in create_window() argument
80 drawable_thread0 = (void *)XCreateSimpleWindow(x11_display, root, x, y, width, height, in create_window()
87 sizehints.height = height; in create_window()
101 drawable_thread0 = (void *)create_pixmap(x11_display, width, height); in create_window()
109 drawable_thread1 = (void *)XCreateSimpleWindow(x11_display, root, width, 0, width, height, in create_window()
[all …]
/hardware/intel/img/psb_video/src/
Dpsb_surface.c40 int width, int height, int fourcc, unsigned int flags, in psb_surface_create() argument
59 if ((width <= 0) || (width * height > 5120 * 5120) || (height <= 0)) { in psb_surface_create()
92 psb_surface->chroma_offset = psb_surface->stride * height; in psb_surface_create()
93 psb_surface->size = (psb_surface->stride * height * 3) / 2; in psb_surface_create()
101 psb_surface->size = psb_surface->stride * height; in psb_surface_create()
104 if ((width <= 0) || (width * height > 5120 * 5120) || (height <= 0)) { in psb_surface_create()
137 psb_surface->chroma_offset = psb_surface->stride * height; in psb_surface_create()
138 psb_surface->size = psb_surface->stride * height * 2; in psb_surface_create()
144 psb_surface->chroma_offset = psb_surface->stride * height; in psb_surface_create()
145 psb_surface->size = psb_surface->stride * height * 4; in psb_surface_create()
[all …]
Dpsb_surface_attrib.c55 int width, int height, int fourcc, in psb_surface_create_from_ub() argument
66 if ((width <= 0) || (width * height > 5120 * 5120) || (height <= 0)) { in psb_surface_create_from_ub()
91 psb_surface->chroma_offset = psb_surface->stride * height; in psb_surface_create_from_ub()
94 psb_surface->size = ((psb_surface->stride * height) * 3) / 2; in psb_surface_create_from_ub()
98 psb_surface->size = (psb_surface->stride * height) * 2; in psb_surface_create_from_ub()
102 psb_surface->size = ((psb_surface->stride * height) * 3) / 2; in psb_surface_create_from_ub()
106 psb_surface->size = (psb_surface->stride * height) * 4; in psb_surface_create_from_ub()
143 int width, height, buf_stride, buf_offset, size;
170 height = v4l2_fmt->fmt.pix.height;
177 width, height, buf_stride, buf_offset, size);
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dvc1parse_bitplane.c152 int32_t width, int32_t height) in vc1_Norm2ModeDecode() argument
176 if ((width*height) & 1) /* first bit if size is odd */ in vc1_Norm2ModeDecode()
179 put_bit(tmp_databits, 0, 0, width, height, pBitplane->invert, in vc1_Norm2ModeDecode()
197 for (i = (width*height) & 1; i < (width*height/2)*2; i += 2) in vc1_Norm2ModeDecode()
209 put_bit(0, col[0],row[0], width, height, pBitplane->invert, in vc1_Norm2ModeDecode()
211 put_bit(0, col[1],row[1], width, height, pBitplane->invert, in vc1_Norm2ModeDecode()
219 put_bit(1, col[0],row[0], width, height, pBitplane->invert, in vc1_Norm2ModeDecode()
221 put_bit(1, col[1],row[1], width, height, pBitplane->invert, in vc1_Norm2ModeDecode()
229 put_bit(1, col[0],row[0], width, height, pBitplane->invert, in vc1_Norm2ModeDecode()
231 put_bit(0, col[1],row[1], width, height, pBitplane->invert, in vc1_Norm2ModeDecode()
[all …]
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp105 int left, int top, int width, int height, void** vaddr) { in gfx_lock() argument
117 left, top, width, height, vaddr); in gfx_lock()
196 vinfo.height = h->iHeight; in GetGfxBufferInfo()
222 LOG_V("Actual Width=%d, Height=%d, Stride=%d\n\n", vinfo.width, vinfo.height, vinfo.lumaStride); in GetGfxBufferInfo()
234 if (gfx_lock((buffer_handle_t)handle, usage, 0, 0, vinfo.width, vinfo.height, &vaddr[0]) != 0) in DumpGfx()
237 fwrite(vaddr[0], 1, vinfo.lumaStride * vinfo.height * 4, fp); in DumpGfx()
239 LOG_I("dump %d bytes data to %s\n", vinfo.lumaStride * vinfo.height * 4, filename); in DumpGfx()
299 int height = mVASurfaceHeight = mVinfo.height; in doMapping() local
316 height = tmp.height; in doMapping()
326 … if (gfx_alloc(width, height, HAL_PIXEL_FORMAT_NV12, usage, &mGfxHandle, &stride) != 0) in doMapping()
[all …]
/hardware/ti/omap4-aah/test/CameraHal/
Dsurfacetexture_test.cpp112 test_format (int format, int page_mode, int width, int height) in test_format() argument
128 st->setDefaultBufferSize (width, height); in test_format()
142 width, height, format); in test_format()
146 Rect bounds(width, height); in test_format()
233 int width, height; in main() local
236 height = 480; in main()
237 test_format (HAL_PIXEL_FORMAT_TI_NV12, 0, width, height); in main()
238 test_format (HAL_PIXEL_FORMAT_TI_NV12, 1, width, height); in main()
239 test_format (HAL_PIXEL_FORMAT_TI_NV12_1D, 0, width, height); in main()
240 test_format (HAL_PIXEL_FORMAT_TI_Y8, 1, width, height); in main()
[all …]
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp170 aligned_h = hnd->height; in getAlignedWidthAndHeight()
209 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight() argument
217 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h); in getAlignedWidthAndHeight()
219 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h); in getAlignedWidthAndHeight()
222 aligned_h = height; in getAlignedWidthAndHeight()
255 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height); in getAlignedWidthAndHeight()
259 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV21, height); in getAlignedWidthAndHeight()
266 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
303 width, height, format, 0,raster_mode, padding_threshold, in getAlignedWidthAndHeight()
316 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight() argument
[all …]
/hardware/qcom/display/msm8226/libcopybit/
Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
99 while(r1 < height/2) { in convertYV12toYCrCb420SP()
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
154 for (int i = 0; i < height; i++) { in copy_source_to_destination()
164 height = height/2; in copy_source_to_destination()
165 for (int i = 0; i < height; i++) { in copy_source_to_destination()
196 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
202 info.src_plane1_offset = info.src_stride*info.height; in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
[all …]
/hardware/qcom/display/msm8996/libcopybit/
Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
99 while(r1 < height/2) { in convertYV12toYCrCb420SP()
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
154 for (int i = 0; i < height; i++) { in copy_source_to_destination()
164 height = height/2; in copy_source_to_destination()
165 for (int i = 0; i < height; i++) { in copy_source_to_destination()
196 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
202 info.src_plane1_offset = info.src_stride*info.height; in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
[all …]
/hardware/qcom/display/msm8960/libcopybit/
Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
99 while(r1 < height/2) { in convertYV12toYCrCb420SP()
128 int height; member
148 int height = info.height; in copy_source_to_destination() local
153 for (int i = 0; i < height; i++) { in copy_source_to_destination()
163 height = height/2; in copy_source_to_destination()
164 for (int i = 0; i < height; i++) { in copy_source_to_destination()
195 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
201 info.src_plane1_offset = info.src_stride*info.height; in convert_yuv_c2d_to_yuv_android()
202 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
[all …]
/hardware/qcom/display/msm8084/libcopybit/
Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
99 while(r1 < height/2) { in convertYV12toYCrCb420SP()
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
154 for (int i = 0; i < height; i++) { in copy_source_to_destination()
164 height = height/2; in copy_source_to_destination()
165 for (int i = 0; i < height; i++) { in copy_source_to_destination()
196 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
202 info.src_plane1_offset = info.src_stride*info.height; in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
[all …]
/hardware/qcom/display/msm8909/libcopybit/
Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
99 while(r1 < height/2) { in convertYV12toYCrCb420SP()
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
154 for (int i = 0; i < height; i++) { in copy_source_to_destination()
164 height = height/2; in copy_source_to_destination()
165 for (int i = 0; i < height; i++) { in copy_source_to_destination()
196 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
202 info.src_plane1_offset = info.src_stride*info.height; in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
[all …]
/hardware/qcom/display/msm8994/libcopybit/
Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
99 while(r1 < height/2) { in convertYV12toYCrCb420SP()
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
154 for (int i = 0; i < height; i++) { in copy_source_to_destination()
164 height = height/2; in copy_source_to_destination()
165 for (int i = 0; i < height; i++) { in copy_source_to_destination()
196 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
202 info.src_plane1_offset = info.src_stride*info.height; in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dresize_util.c27 static int parse_dim(char *v, int *width, int *height) { in parse_dim() argument
34 *height = atoi(&x[1]); in parse_dim()
35 if (*width <= 0 || *height <= 0) in parse_dim()
48 int width, height, target_width, target_height; in main() local
58 if (!parse_dim(argv[2], &width, &height)) { in main()
87 width, height); in main()
95 inbuf = (uint8_t*)malloc(width * height * 3 / 2); in main()
97 inbuf_u = inbuf + width * height; in main()
98 inbuf_v = inbuf_u + width * height / 4; in main()
103 if (fread(inbuf, width * height * 3 / 2, 1, fpin) != 1) in main()
[all …]
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp164 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight() argument
172 height, format, tileEnabled, aligned_w, aligned_h); in getAlignedWidthAndHeight()
177 getUBwcWidthAndHeight(width, height, format, aligned_w, aligned_h); in getAlignedWidthAndHeight()
182 aligned_h = height; in getAlignedWidthAndHeight()
209 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height); in getAlignedWidthAndHeight()
216 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
253 width, height, format, 0,raster_mode, padding_threshold, in getAlignedWidthAndHeight()
265 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight() argument
269 aligned_h = ALIGN(height, 32); in getGpuAlignedWidthHeight()
301 height, bpp, tile_enabled, in getGpuAlignedWidthHeight()
[all …]
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/
Dmm_lib2d_test.c112 int32_t height; member
142 int height, int stride, char *fname) in lib2d_dump_tga() argument
156 fprintf(f, "%c%c%c%c", width & 0xff, width >> 8, height & 0xff, height >> 8); in lib2d_dump_tga()
159 for (i = 0; i < height; i++) { in lib2d_dump_tga()
266 int32_t height, int32_t crcb_offset, void *addr) in lib2d_test_load_input_yuv_data_linebyline() argument
282 i = fread(y_ptr, 1, (input_yuv_stride * height), fp); in lib2d_test_load_input_yuv_data_linebyline()
284 i = fread(crcb_ptr, 1, (input_yuv_stride * height / 2), fp); in lib2d_test_load_input_yuv_data_linebyline()
288 for (line = 0;line < height; line++) { in lib2d_test_load_input_yuv_data_linebyline()
292 for (line = 0;line < height; line++) { in lib2d_test_load_input_yuv_data_linebyline()
330 int32_t height = 0; in main() local
[all …]
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp131 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight() argument
135 aligned_h = height; in getAlignedWidthAndHeight()
139 aligned_h = ALIGN(height, 32); in getAlignedWidthAndHeight()
167 height, bpp, tile_enabled, in getAlignedWidthAndHeight()
210 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height); in getAlignedWidthAndHeight()
217 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
254 width, height, format, 0,raster_mode, padding_threshold, in getAlignedWidthAndHeight()
394 size_t getSize(int format, int width, int height, const int alignedw, in getSize() argument
418 size += ALIGN(2 * ALIGN(width/2, 32) * ALIGN(height/2, 32), 4096); in getSize()
425 size += ALIGN( alignedw * ALIGN(height/2, 32), 8192); in getSize()
[all …]
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp129 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight() argument
133 aligned_h = height; in getAlignedWidthAndHeight()
137 aligned_h = ALIGN(height, 32); in getAlignedWidthAndHeight()
165 height, bpp, tile_enabled, in getAlignedWidthAndHeight()
203 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height); in getAlignedWidthAndHeight()
209 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
246 width, height, format, 0,raster_mode, padding_threshold, in getAlignedWidthAndHeight()
397 unsigned int getSize(int format, int width, int height, const int alignedw, in getSize() argument
418 size += ALIGN(2 * ALIGN(width/2, 32) * ALIGN(height/2, 32), 4096); in getSize()
425 size += ALIGN( alignedw * ALIGN(height/2, 32), 8192); in getSize()
[all …]
/hardware/qcom/camera/usbcamcore/src/
DQCameraUsbParm.cpp380 snprintf(buffer, sizeof(buffer), "%dx%d", sizes[0].width, sizes[0].height); in create_sizes_str()
384 snprintf(buffer, sizeof(buffer), ",%dx%d", sizes[i].width, sizes[i].height); in create_sizes_str()
491 int rc = 0, width, height, i, numPrvwSizes, validSize; in usbCamSetPrvwSize() local
494 params.getPreviewSize(&width, &height); in usbCamSetPrvwSize()
495 ALOGI("%s: Requested preview size %d x %d", __func__, width, height); in usbCamSetPrvwSize()
501 && height == previewSizes[i].height) { in usbCamSetPrvwSize()
504 camHal->qCamParams.setPreviewSize(width, height); in usbCamSetPrvwSize()
506 __func__, width, height); in usbCamSetPrvwSize()
509 camHal->prevHeight = height; in usbCamSetPrvwSize()
511 camHal->dispHeight = height; in usbCamSetPrvwSize()
[all …]

12345678910>>...29