HomeSort by relevance Sort by last modified time
    Searched refs:pixel_format (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/autotest/client/site_tests/hardware_VideoDecodeCapable/src/
v4l2module.cc 24 char pixel_format[4]; local
33 pixel_format[0] = format_desc.pixelformat & 0xFF;
34 pixel_format[1] = (format_desc.pixelformat >> 8) & 0xFF;
35 pixel_format[2] = (format_desc.pixelformat >> 16) & 0xFF;
36 pixel_format[3] = (format_desc.pixelformat >> 24) & 0xFF;
37 PyObject* item = PyString_FromStringAndSize(pixel_format, 4);
  /hardware/intel/common/libva/va/
va_tpi.h 56 unsigned int pixel_format; /* buffer format */ member in struct:_VASurfaceAttributeTPI
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_decoder.cc 205 CFNumberRef pixel_format = local
208 pixel_format};
215 if (pixel_format) {
216 CFRelease(pixel_format);
217 pixel_format = nullptr;
h264_video_toolbox_encoder.cc 352 CFNumberRef pixel_format = local
355 pixel_format};
362 if (pixel_format) {
363 CFRelease(pixel_format);
364 pixel_format = nullptr;
  /device/generic/goldfish/camera/
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);
QemuClient.cpp 472 status_t CameraQemuClient::queryStart(uint32_t pixel_format,
480 mQueryStart, width, height, 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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraParameters.java 116 public void setPreviewFormat(int pixel_format) {
117 previewFormat = pixel_format;
  /prebuilts/misc/windows/sdl2/test/
testoverlay2.c 244 Uint32 pixel_format = SDL_PIXELFORMAT_YV12; local
352 MooseTexture = SDL_CreateTexture(renderer, pixel_format, SDL_TEXTUREACCESS_STREAMING, MOOSEPIC_W, MOOSEPIC_H);
434 SDL_UpdateTexture(MooseTexture, NULL, MooseFrame[i], MOOSEPIC_W*SDL_BYTESPERPIXEL(pixel_format));
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 103 }pixel_format; typedef in typeref:struct:pixel_format_t
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 125 vaSurfaceExternBuf.pixel_format = VA_FOURCC_NV12;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h 362 (SDL_Surface * src, Uint32 pixel_format, Uint32 flags);
SDL_pixels.h 333 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h 362 (SDL_Surface * src, Uint32 pixel_format, Uint32 flags);
SDL_pixels.h 333 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
  /prebuilts/misc/windows/sdl2/include/
SDL_surface.h 362 (SDL_Surface * src, Uint32 pixel_format, Uint32 flags);
SDL_pixels.h 333 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h 362 (SDL_Surface * src, Uint32 pixel_format, Uint32 flags);
  /frameworks/base/core/java/android/hardware/
Camera.java     [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) { }
1275 unsigned int pixel_format = VA_FOURCC_BGRA; local
    [all...]
  /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/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 1425 PixelFormat pixel_format; local
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 864 CGLPixelFormatObj pixel_format = NULL
    [all...]
  /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/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp 265 frmSizeEnum.pixel_format = V4L2_PIX_FMT_YUYV;
311 frmIvalEnum.pixel_format = V4L2_PIX_FMT_YUYV;

Completed in 822 milliseconds

1 2 3 4 5