/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);
|
/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;
|
/external/robolectric/v1/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;
|
/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));
|
/external/libchrome/base/mac/ |
scoped_typeref.h | 38 // CGLCreateContext(pixel_format, share_group, context.InitializeInto());
|
/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 | 1425 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) { } 1276 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;
|
/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);
|
/external/webrtc/webrtc/modules/desktop_capture/ |
screen_capturer_mac.mm | 864 CGLPixelFormatObj pixel_format = NULL [all...] |
/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/ImageMagick/coders/ |
sgi.c | 97 pixel_format; 352 iris_info.pixel_format=ReadBlobMSBLong(image); 353 if (iris_info.pixel_format != 0) 360 if (iris_info.pixel_format == 0) 95 pixel_format; member in struct:_SGIInfo [all...] |
/hardware/intel/common/utils/ISV/base/ |
isv_worker.cpp | 236 vaExtBuf.pixel_format = VA_FOURCC_YV12; 248 vaExtBuf.pixel_format = VA_FOURCC_YV12; 269 vaExtBuf.pixel_format = VA_FOURCC_NV12; [all...] |
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_pixels.h | 333 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_pixels.h | 333 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_pixels.h | 333 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
|