/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowCameraParameters.java | 116 public void setPreviewFormat(int pixel_format) { 117 previewFormat = pixel_format;
|
/external/mesa3d/src/mesa/drivers/x11/ |
xmesaP.h | 58 enum pixel_format { enum 85 enum pixel_format dithered_pf; /* Pixel format when dithering */ 86 enum pixel_format undithered_pf;/* Pixel format when not dithering */ 117 enum pixel_format pixelformat;
|
/external/strace/ |
v4l2.c | 233 tprintf(", {index=%u, pixel_format=", s.index); 234 print_pixelformat(s.pixel_format); 529 tprintf(", {index=%i, pixel_format=", f.index); 530 print_pixelformat(f.pixel_format);
|
/hardware/intel/common/libva/va/ |
va_tpi.h | 56 unsigned int pixel_format; /* buffer format */ member in struct:_VASurfaceAttributeTPI
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test.h | 103 }pixel_format; typedef in typeref:struct:pixel_format_t
|
/external/pdfium/core/src/fxge/win32/ |
fx_win32_gdipext.cpp | 1167 PixelFormat pixel_format; local [all...] |
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
VirtualDevice.cpp | 139 VAMappedHandle(VADisplay dpy, buffer_handle_t handle, uint32_t stride, uint32_t height, unsigned int pixel_format) 148 buf.pixel_format = pixel_format; 156 if (pixel_format == VA_FOURCC_RGBA || pixel_format == VA_FOURCC_BGRA) { 193 attrib_list[2].value.value.i = pixel_format; 221 attribTpi.pixel_format = VA_FOURCC_NV12; 263 VAMappedHandleObject(VADisplay dpy, buffer_handle_t handle, uint32_t stride, uint32_t height, unsigned int pixel_format) 264 : VAMappedHandle(dpy, handle, stride, height, pixel_format) { } 1238 unsigned int pixel_format = VA_FOURCC_BGRA; local [all...] |
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
VideoDumpView.java | 88 public static final int PIXEL_FORMAT = GLES20.GL_RGB; 89 public static final int PIXEL_TYPE = PIXEL_FORMAT == GLES20.GL_RGBA 92 PIXEL_FORMAT == GLES20.GL_RGBA ? 4 : 2; 94 = PIXEL_FORMAT == GLES20.GL_RGBA ? true : false; 440 VideoDumpConfig.PIXEL_FORMAT,
|
/hardware/intel/img/psb_video/src/android/ |
psb_surface_gralloc.c | 140 ALOGD("external_buffers->pixel_format is 0x%x.\n", external_buffers->pixel_format); 476 psb_surface->extra_info[8] = external_buffers->pixel_format;
|
/hardware/intel/common/libva/test/basic/ |
test_vaSurfaceAttrib.c | 125 vaSurfaceExternBuf.pixel_format = VA_FOURCC_NV12;
|
/device/generic/goldfish/camera/ |
QemuClient.cpp | 472 status_t CameraQemuClient::queryStart(uint32_t pixel_format, 480 mQueryStart, width, height, pixel_format);
|
QemuClient.h | 382 * pixel_format - Pixel format that is used by the client to push video 388 status_t queryStart(uint32_t pixel_format, int width, int height);
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
V4LCapabilities.cpp | 265 frmSizeEnum.pixel_format = V4L2_PIX_FMT_YUYV; 311 frmIvalEnum.pixel_format = V4L2_PIX_FMT_YUYV;
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
swrast.c | 325 GLuint pixel_format; local 336 pixel_format = choose_pixel_format(visual); 347 switch (pixel_format) {
|
/external/libdrm/ |
xf86drmMode.c | 279 uint32_t pixel_format, uint32_t bo_handles[4], 288 f.pixel_format = pixel_format;
|
xf86drmMode.h | 369 uint32_t pixel_format, uint32_t bo_handles[4],
|
/external/kernel-headers/original/uapi/drm/ |
drm_mode.h | 334 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member in struct:drm_mode_fb_cmd2
|
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderUtils.cpp | 703 extbuf.pixel_format = VA_FOURCC_NV12; 777 extbuf.pixel_format = VA_FOURCC_NV12;
|
/hardware/intel/img/psb_video/src/ |
psb_surface_attrib.c | 782 attribute_tpi->size, attribute_tpi->pixel_format, 801 attribute_tpi->size, attribute_tpi->pixel_format,
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
videodev2.h | 263 __u32 pixel_format; member in struct:v4l2_frmsizeenum 288 __u32 pixel_format; member in struct:v4l2_frmivalenum [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
videodev2.h | 263 __u32 pixel_format; member in struct:v4l2_frmsizeenum 288 __u32 pixel_format; member in struct:v4l2_frmivalenum [all...] |
/frameworks/base/core/java/android/hardware/ |
Camera.java | [all...] |
/bionic/libc/kernel/uapi/drm/ |
drm_mode.h | 302 __u32 pixel_format; member in struct:drm_mode_fb_cmd2
|
/external/libdrm/include/drm/ |
drm_mode.h | 337 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member in struct:drm_mode_fb_cmd2
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
RotationBufferProvider.cpp | 198 vaSurfaceAttrib->pixel_format = payload->format;
|