Home
last modified time | relevance | path

Searched refs:WVGA_MAX_HEIGHT (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
Dti_video_config_parser.h27 #define WVGA_MAX_HEIGHT WVGA_MAX_WIDTH macro
Dti_m4v_config_parser.h33 #define WVGA_MAX_HEIGHT WVGA_MAX_WIDTH macro
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_video_config_parser.cpp162 if( ((width > WVGA_MAX_WIDTH) || (height > WVGA_MAX_HEIGHT)) || in ti_video_config_parser()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h114 #define WVGA_MAX_HEIGHT WVGA_MAX_WIDTH macro
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c4412 if (width > WVGA_MAX_WIDTH || height > WVGA_MAX_HEIGHT) in IsResolutionPlayable()