Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/hardware_VideoDecodeCapable/src/
Dv4l2module.cc24 char pixel_format[4]; in v4l2_enum_formats() local
33 pixel_format[0] = format_desc.pixelformat & 0xFF; in v4l2_enum_formats()
34 pixel_format[1] = (format_desc.pixelformat >> 8) & 0xFF; in v4l2_enum_formats()
35 pixel_format[2] = (format_desc.pixelformat >> 16) & 0xFF; in v4l2_enum_formats()
36 pixel_format[3] = (format_desc.pixelformat >> 24) & 0xFF; in v4l2_enum_formats()
37 PyObject* item = PyString_FromStringAndSize(pixel_format, 4); in v4l2_enum_formats()
/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/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/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp1425 PixelFormat pixel_format; in LoadDIBitmap() local
1426 CallFunc(GdipGetImagePixelFormat)(pBitmap, &pixel_format); in LoadDIBitmap()
1430 if (pixel_format == PixelFormat1bppIndexed) { in LoadDIBitmap()
1434 } else if (pixel_format == PixelFormat8bppIndexed) { in LoadDIBitmap()
1438 } else if (pixel_format == PixelFormat32bppARGB) { in LoadDIBitmap()
1453 if (pixel_format == PixelFormat1bppIndexed || in LoadDIBitmap()
1454 pixel_format == PixelFormat8bppIndexed) { in LoadDIBitmap()
1464 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/strace/
Dv4l2.c234 print_pixelformat(s.pixel_format); in v4l2_ioctl()
530 print_pixelformat(f.pixel_format); in v4l2_ioctl()
/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp1133 double fps, int pixel_format) in icv_add_video_stream_FFMPEG() argument
1230 c->pix_fmt = (PixelFormat) pixel_format; in icv_add_video_stream_FFMPEG()
1922 …ontext *oc, CV_CODEC_ID codec_id, int w, int h, int bitrate, double fps, PixelFormat pixel_format);
1969 …Context *oc, CV_CODEC_ID codec_id, int w, int h, int bitrate, double fps, PixelFormat pixel_format) in addVideoStream() argument
2047 c->pix_fmt = pixel_format; in addVideoStream()
/external/libdrm/include/drm/
Ddrm_mode.h346 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h362 __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.h680 __u32 pixel_format; /* Pixel format */ member
708 __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()