OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default_pixel_format
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp
158
CAMHAL_LOGDB("Width * Height %d x %d format 0x%x", width, height,
DEFAULT_PIXEL_FORMAT
);
163
mVideoInfo->formatIn =
DEFAULT_PIXEL_FORMAT
;
168
mVideoInfo->format.fmt.pix.pixelformat =
DEFAULT_PIXEL_FORMAT
;
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h
28
#define
DEFAULT_PIXEL_FORMAT
V4L2_PIX_FMT_YUYV
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c
737
const static struct SDL_PixelFormat
default_pixel_format
= {
local
744
srcfmt = &
default_pixel_format
;
747
dstfmt = &
default_pixel_format
;
[
all
...]
SDL_blit_N.c
113
const static struct SDL_PixelFormat
default_pixel_format
= {
local
120
srcfmt = &
default_pixel_format
;
123
dstfmt = &
default_pixel_format
;
[
all
...]
Completed in 54 milliseconds