Home
last modified time | relevance | path

Searched refs:pixel_format (Results 1 – 25 of 36) sorted by relevance

12

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_ENUM_FRAMESIZES.c59 framesize.pixel_format = fmt; in do_test_VIDIOC_ENUM_FRAMESIZES()
76 CU_ASSERT_EQUAL(framesize.pixel_format, fmt); in do_test_VIDIOC_ENUM_FRAMESIZES()
209 framesize.pixel_format = fmt; in do_test_VIDIOC_ENUM_FRAMESIZES_invalid_index()
226 framesize.pixel_format = fmt; in do_test_VIDIOC_ENUM_FRAMESIZES_invalid_index()
241 framesize.pixel_format = fmt; in do_test_VIDIOC_ENUM_FRAMESIZES_invalid_index()
258 framesize.pixel_format = fmt; in do_test_VIDIOC_ENUM_FRAMESIZES_invalid_index()
275 framesize.pixel_format = fmt; in do_test_VIDIOC_ENUM_FRAMESIZES_invalid_index()
334 __u32 pixel_format) in supported_pixel_format_type() argument
355 } while (ret_enum == 0 && i != 0 && format.pixelformat != pixel_format); in supported_pixel_format_type()
357 if (ret_enum == 0 && i != 0 && format.pixelformat == pixel_format) { in supported_pixel_format_type()
[all …]
Dv4l2_show.c135 framesize->index, framesize->pixel_format, framesize->type); in show_v4l2_frmsizeenum()
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_decoder.cc205 CFNumberRef pixel_format = in ResetDecompressionSession() local
208 pixel_format}; in ResetDecompressionSession()
215 if (pixel_format) { in ResetDecompressionSession()
216 CFRelease(pixel_format); in ResetDecompressionSession()
217 pixel_format = nullptr; in ResetDecompressionSession()
Dh264_video_toolbox_encoder.cc352 CFNumberRef pixel_format = in ResetCompressionSession() local
355 pixel_format}; in ResetCompressionSession()
362 if (pixel_format) { in ResetCompressionSession()
363 CFRelease(pixel_format); in ResetCompressionSession()
364 pixel_format = nullptr; in ResetCompressionSession()
/external/mesa3d/src/mesa/drivers/x11/
DxmesaP.h58 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/tests-m32/
Dioctl_v4l2.c506 p_frmsizeenum->pixel_format = fourcc(cc[0], cc[1], cc[2], cc[3]); in main()
526 cc0(p_v4l2_frmivalenum->pixel_format), in main()
527 cc1(p_v4l2_frmivalenum->pixel_format), in main()
528 cc2(p_v4l2_frmivalenum->pixel_format), in main()
529 cc3(p_v4l2_frmivalenum->pixel_format), in main()
/external/strace/tests/
Dioctl_v4l2.c506 p_frmsizeenum->pixel_format = fourcc(cc[0], cc[1], cc[2], cc[3]); in main()
526 cc0(p_v4l2_frmivalenum->pixel_format), in main()
527 cc1(p_v4l2_frmivalenum->pixel_format), in main()
528 cc2(p_v4l2_frmivalenum->pixel_format), in main()
529 cc3(p_v4l2_frmivalenum->pixel_format), in main()
/external/strace/tests-mx32/
Dioctl_v4l2.c506 p_frmsizeenum->pixel_format = fourcc(cc[0], cc[1], cc[2], cc[3]); in main()
526 cc0(p_v4l2_frmivalenum->pixel_format), in main()
527 cc1(p_v4l2_frmivalenum->pixel_format), in main()
528 cc2(p_v4l2_frmivalenum->pixel_format), in main()
529 cc3(p_v4l2_frmivalenum->pixel_format), in main()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCameraParameters.java116 public void setPreviewFormat(int pixel_format) { in setPreviewFormat() argument
117 previewFormat = pixel_format; in setPreviewFormat()
/external/syslinux/com32/include/
Dtinyjpeg.h59 int tinyjpeg_decode(struct jdec_private *priv, tinyjpeg_colorspace_t pixel_format);
/external/ImageMagick/coders/
Dsgi.c95 pixel_format; member
348 iris_info.pixel_format=ReadBlobMSBLong(image); in ReadSGIImage()
349 if (iris_info.pixel_format != 0) in ReadSGIImage()
356 if (iris_info.pixel_format == 0) in ReadSGIImage()
975 (void) WriteBlobMSBLong(image,(unsigned int) iris_info.pixel_format); in WriteSGIImage()
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp1428 PixelFormat pixel_format; in LoadDIBitmap() local
1429 CallFunc(GdipGetImagePixelFormat)(pBitmap, &pixel_format); in LoadDIBitmap()
1433 if (pixel_format == PixelFormat1bppIndexed) { in LoadDIBitmap()
1437 } else if (pixel_format == PixelFormat8bppIndexed) { in LoadDIBitmap()
1441 } else if (pixel_format == PixelFormat32bppARGB) { in LoadDIBitmap()
1456 if (pixel_format == PixelFormat1bppIndexed || in LoadDIBitmap()
1457 pixel_format == PixelFormat8bppIndexed) { in LoadDIBitmap()
1467 int entries = pixel_format == PixelFormat1bppIndexed ? 2 : 256; in LoadDIBitmap()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c325 GLuint pixel_format; in swrast_new_renderbuffer() local
336 pixel_format = choose_pixel_format(visual); in swrast_new_renderbuffer()
347 switch (pixel_format) { in swrast_new_renderbuffer()
/external/libdrm/include/drm/
Ddrm_mode.h346 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member
/external/strace/
Dv4l2.c742 print_pixelformat(s.pixel_format); in print_v4l2_frmsizeenum()
782 print_pixelformat(f.pixel_format); in print_v4l2_frmivalenum()
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h396 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm864 CGLPixelFormatObj pixel_format = NULL;
867 &pixel_format,
870 err = CGLCreateContext(pixel_format, NULL, &cgl_context_);
872 CGLDestroyPixelFormat(pixel_format);
/external/libdrm/
Dxf86drmMode.h369 uint32_t pixel_format, uint32_t bo_handles[4],
Dxf86drmMode.c274 uint32_t pixel_format, uint32_t bo_handles[4], in drmModeAddFB2() argument
284 f.pixel_format = pixel_format; in drmModeAddFB2()
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h725 __u32 pixel_format; /* Pixel format */ member
753 __u32 pixel_format; /* Pixel format */ member
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.cc650 frmsize_desc.pixel_format = pixfmt; in EnumFrameSize()
/external/valgrind/include/vki/
Dvki-linux.h3764 __vki_u32 pixel_format; /* Pixel format */ member
3783 __vki_u32 pixel_format; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c8038 PRE_FIELD_READ("ioctl(VKI_V4L2_ENUM_FRAMESIZES).pixel_format", data->pixel_format); in PRE()
8047 PRE_FIELD_READ("ioctl(VKI_V4L2_ENUM_FRAMEINTERVALS).pixel_format", data->pixel_format); in PRE()
/external/robolectric/v3/runtime/
Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...

12