/external/autotest/client/site_tests/hardware_VideoDecodeCapable/src/ |
D | v4l2module.cc | 24 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/ |
D | h264_video_toolbox_decoder.cc | 205 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()
|
D | h264_video_toolbox_encoder.cc | 352 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/ |
D | 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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowCameraParameters.java | 116 public void setPreviewFormat(int pixel_format) { in setPreviewFormat() argument 117 previewFormat = pixel_format; in setPreviewFormat()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 1425 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/ |
D | swrast.c | 325 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/ |
D | v4l2.c | 234 print_pixelformat(s.pixel_format); in v4l2_ioctl() 530 print_pixelformat(f.pixel_format); in v4l2_ioctl()
|
/external/opencv3/modules/videoio/src/ |
D | cap_ffmpeg_impl.hpp | 1133 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/ |
D | drm_mode.h | 346 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 362 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_mac.mm | 864 CGLPixelFormatObj pixel_format = NULL; 867 &pixel_format, 870 err = CGLCreateContext(pixel_format, NULL, &cgl_context_); 872 CGLDestroyPixelFormat(pixel_format);
|
/external/libdrm/ |
D | xf86drmMode.h | 369 uint32_t pixel_format, uint32_t bo_handles[4],
|
D | xf86drmMode.c | 274 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/ |
D | videodev2.h | 680 __u32 pixel_format; /* Pixel format */ member 708 __u32 pixel_format; /* Pixel format */ member
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_device.cc | 650 frmsize_desc.pixel_format = pixfmt; in EnumFrameSize()
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 3764 __vki_u32 pixel_format; /* Pixel format */ member 3783 __vki_u32 pixel_format; member
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 8038 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()
|