Searched refs:NV12 (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/libva/test/videoprocess/ |
D | process.cfg | 3 #surface(NV12/YV12/I420) you require, after video processing ,the processed content 4 #(NV12/YV12/I420 surface) will be stored to frames(yv12 format in file). 6 # blending and implicit format conversion(NV12<->YV12<->I420), each time only one 15 SRC_FRAME_FORMAT: NV12 21 DST_FRAME_FORMAT: NV12
|
/hardware/intel/img/psb_video/src/ |
D | psb_overlay.h | 109 #define NV12 (0xb<<10) macro
|
D | psb_overlay.c | 727 OCMD |= NV12;//in the spec, there are two NV12, which to use? in i830_display_video()
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 957 unsigned int NV12; member 989 num->NV12++; in gather_layer_statistics() 1070 num->NV12 <= num->max_scaling_overlays && in can_dss_render_all() 1074 (!tform || num->NV12 == num->possible_overlay_layers) && in can_dss_render_all() 1425 num.RGB, num.BGR, num.NV12, in omap4_hwc_prepare()
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 147 unsigned int NV12; member 1235 num->NV12++; in gather_layer_statistics() 1329 num->NV12 <= num->max_scaling_overlays && in can_dss_render_all() 1333 (!tform || (num->NV12 == num->possible_overlay_layers) || in can_dss_render_all() 1334 (num->NV12 && ext->current.docking)) && in can_dss_render_all() 1928 num.RGB, num.BGR, num.NV12, in omap4_hwc_prepare()
|