/external/chromium_org/content/common/media/ |
media_param_traits.cc | 66 m->WriteInt(static_cast<int>(p.pixel_format)); 72 int frame_size_width, frame_size_height, pixel_format; local 76 !m->ReadInt(iter, &pixel_format)) 80 r->pixel_format = static_cast<VideoPixelFormat>(pixel_format);
|
/external/chromium_org/media/video/capture/ |
video_capture_types.h | 42 VideoPixelFormat pixel_format); 50 VideoPixelFormat pixel_format; member in class:media::VideoCaptureFormat
|
/external/chromium_org/third_party/libva/va/ |
va_tpi.h | 54 unsigned int pixel_format; /* buffer format */ member in struct:_VASurfaceAttributeTPI
|
va.h | 699 unsigned int pixel_format; member in struct:_VASurfaceAttribExternalBuffers [all...] |
/external/chromium_org/ui/gl/ |
gl_surface_wgl.cc | 135 int pixel_format() const { return pixel_format_; } function in class:gfx::__anon17704::DisplayWGL 244 g_display->pixel_format(), 319 g_display->pixel_format(),
|
/external/chromium_org/media/video/capture/linux/ |
video_capture_device_linux.cc | 159 v4l2_fmtdesc pixel_format = {}; local 160 pixel_format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; 161 while (ioctl(fd, VIDIOC_ENUM_FMT, &pixel_format) == 0) { 163 supported_format.pixel_format = 164 V4l2ColorToVideoCaptureColorFormat((int32)pixel_format.pixelformat); 165 if (supported_format.pixel_format == PIXEL_FORMAT_UNKNOWN) { 166 ++pixel_format.index; 171 frame_size.pixel_format = pixel_format.pixelformat; 184 frame_interval.pixel_format = pixel_format.pixelformat [all...] |
/external/qemu/android/camera/ |
camera-capture-windows.c | 81 uint32_t pixel_format; member in struct:WndCameraDevice 231 wcd->pixel_format = V4L2_PIX_FMT_BGR32; 233 wcd->pixel_format = V4L2_PIX_FMT_RGB565; 235 wcd->pixel_format = V4L2_PIX_FMT_BGR24; 238 wcd->pixel_format = wcd->frame_bitmap->bmiHeader.biCompression; 289 uint32_t pixel_format, 490 wcd->pixel_format = V4L2_PIX_FMT_RGB565; 492 wcd->pixel_format = V4L2_PIX_FMT_BGR24; 494 wcd->pixel_format = V4L2_PIX_FMT_BGR32; 504 (const char*)&wcd->pixel_format, wcd->frame_bitmap->bmiHeader.biWidth [all...] |
camera-common.h | 100 uint32_t pixel_format; member in struct:ClientFrameBuffer 130 uint32_t pixel_format; member in struct:CameraInfo
|
camera-service.c | 191 snprintf(tmp, sizeof(tmp), "pix=%d ", ci->pixel_format); 306 (const char*)(&csd->camera_info[csd->camera_count].pixel_format)); 604 uint32_t pixel_format; member in struct:CameraClient 855 if (cc->pixel_format != pix_format ||cc->width != width || 864 __FUNCTION__, cc->device_name, (const char*)&cc->pixel_format, 877 cc->pixel_format = pix_format; 885 switch (cc->pixel_format) { 895 __FUNCTION__, (char*)&cc->pixel_format); 903 if (!has_converter(cc->camera_info->pixel_format, cc->pixel_format) || [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_atarigl.c | 409 SDL_PixelFormat *pixel_format; local 425 pixel_format = current->format; 426 redmask = pixel_format->Rmask; 427 switch (pixel_format->BitsPerPixel) { 517 SDL_PixelFormat *pixel_format; local 540 pixel_format = current->format; 541 redmask = pixel_format->Rmask; 542 switch (pixel_format->BitsPerPixel) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_wingl_c.h | 36 int pixel_format; member in struct:SDL_PrivateGLData 62 #define pixel_format (this->gl_data->pixel_format) macro
|
/external/webp/examples/ |
dwebp.c | 103 WICPixelFormatGUID pixel_format = has_alpha ? GUID_WICPixelFormat32bppBGRA local 125 IFS(IWICBitmapFrameEncode_SetPixelFormat(frame, &pixel_format));
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/ |
swrast.c | 325 GLuint pixel_format; local 336 pixel_format = choose_pixel_format(visual); 347 switch (pixel_format) {
|
/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/qemu/hw/ |
goldfish_fb.c | 51 int pixel_format; member in struct:goldfish_fb_state 138 int pixel_format; /* HAL pixel format */ member in struct:__anon28147 154 if (s->pixel_format >= 0) { 155 return s->pixel_format; 183 for (nn = 0; fb_configs[nn].pixel_format >= 0; nn++) { 192 s->pixel_format = fbc->pixel_format; 193 return s->pixel_format; 207 if (s->pixel_format < 0) { 665 /* IMPORTANT: DO NOT COMPUTE s->pixel_format and s->bytes_per_pixe [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test.h | 103 }pixel_format; typedef in typeref:struct:pixel_format_t
|
/external/chromium_org/third_party/mesa/src/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/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videodev2.h | 365 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmsizeenum 396 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmivalenum [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videodev2.h | 365 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmsizeenum 396 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmivalenum [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videodev2.h | 365 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmsizeenum 396 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmivalenum [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
videodev2.h | 263 __u32 pixel_format; member in struct:v4l2_frmsizeenum 288 __u32 pixel_format; member in struct:v4l2_frmivalenum [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
videodev2.h | 263 __u32 pixel_format; member in struct:v4l2_frmsizeenum 288 __u32 pixel_format; member in struct:v4l2_frmivalenum [all...] |
/hardware/samsung_slsi/exynos5/include/ |
videodev2.h | 473 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmsizeenum 501 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmivalenum [all...] |
/bionic/libc/kernel/common/linux/ |
videodev2.h | 357 __u32 pixel_format; member in struct:v4l2_frmsizeenum 382 __u32 pixel_format; member in struct:v4l2_frmivalenum [all...] |