Home
last modified time | relevance | path

Searched refs:VA_FOURCC_I420 (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp41 #ifndef VA_FOURCC_I420
42 #define VA_FOURCC_I420 0x30323449 macro
275 surface_image.format.fourcc == VA_FOURCC_I420 || in upload_yv12_frame_to_yuv_surface()
293 }else if(surface_image.format.fourcc == VA_FOURCC_I420){ in upload_yv12_frame_to_yuv_surface()
310 surface_image.format.fourcc == VA_FOURCC_I420){ in upload_yv12_frame_to_yuv_surface()
378 surface_image.format.fourcc == VA_FOURCC_I420 || in store_yuv_surface_to_yv12_frame()
395 } else if(surface_image.format.fourcc == VA_FOURCC_I420){ in store_yuv_surface_to_yv12_frame()
412 surface_image.format.fourcc == VA_FOURCC_I420){ in store_yuv_surface_to_yv12_frame()
/hardware/intel/img/psb_video/src/
Dpsb_surface_ext.h52 #define VA_FOURCC_I420 0x30323449 macro
Dpsb_overlay.c58 #ifndef VA_FOURCC_I420
59 #define VA_FOURCC_I420 0x30323449 macro
548 case VA_FOURCC_I420: in i830_display_video()
730 case VA_FOURCC_I420: in i830_display_video()
1153 case VA_FOURCC_I420: in I830PutImage()
/hardware/intel/common/libva/test/encode/
Davcenc.c350 #ifndef VA_FOURCC_I420
351 #define VA_FOURCC_I420 0x30323449 macro
403 surface_image.format.fourcc == VA_FOURCC_I420) { in upload_yuv_to_surface()
404 const int U = surface_image.format.fourcc == VA_FOURCC_I420 ? 1 : 2; in upload_yuv_to_surface()
405 const int V = surface_image.format.fourcc == VA_FOURCC_I420 ? 2 : 1; in upload_yuv_to_surface()