Home
last modified time | relevance | path

Searched refs:VA_FOURCC_YV12 (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/libva/test/
Dloadsurface.h108 case VA_FOURCC_YV12: in YUV_blend_with_pic()
200 case VA_FOURCC_YV12: in yuvgen_planar()
259 case VA_FOURCC_YV12: in upload_surface()
325 case VA_FOURCC_YV12: in upload_surface_yuv()
359 } else if (src_fourcc == VA_FOURCC_YV12) { in upload_surface_yuv()
369 case VA_FOURCC_YV12: in upload_surface_yuv()
423 case VA_FOURCC_YV12: in download_surface_yuv()
457 } else if (dst_fourcc == VA_FOURCC_YV12) { in download_surface_yuv()
467 case VA_FOURCC_YV12: in download_surface_yuv()
/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp274 if (surface_image.format.fourcc == VA_FOURCC_YV12 || in upload_yv12_frame_to_yuv_surface()
290 if(surface_image.format.fourcc == VA_FOURCC_YV12){ in upload_yv12_frame_to_yuv_surface()
309 if (surface_image.format.fourcc == VA_FOURCC_YV12|| in upload_yv12_frame_to_yuv_surface()
319 if (surface_image.format.fourcc == VA_FOURCC_YV12){ in upload_yv12_frame_to_yuv_surface()
377 if (surface_image.format.fourcc == VA_FOURCC_YV12 || in store_yuv_surface_to_yv12_frame()
392 if (surface_image.format.fourcc == VA_FOURCC_YV12){ in store_yuv_surface_to_yv12_frame()
411 if (surface_image.format.fourcc == VA_FOURCC_YV12|| in store_yuv_surface_to_yv12_frame()
420 if (surface_image.format.fourcc == VA_FOURCC_YV12){ in store_yuv_surface_to_yv12_frame()
/hardware/intel/img/psb_video/src/
Dpsb_surface_ext.h49 #define VA_FOURCC_YV12 0x32315659 macro
Dpsb_overlay.c547 case VA_FOURCC_YV12: in i830_display_video()
729 case VA_FOURCC_YV12: in i830_display_video()
1152 case VA_FOURCC_YV12: in I830PutImage()
Dvsp_VPP.c553 case VA_FOURCC_YV12: in vsp__VPP_process_pipeline_param()
/hardware/intel/common/libva/test/encode/
Dh264encode.c630 case VA_FOURCC_YV12: in fourcc_to_string()
648 fourcc = VA_FOURCC_YV12; in string_to_fourcc()
1722 srcyuv_fourcc == VA_FOURCC_YV12) { in load_surface()
1760 srcyuv_fourcc == VA_FOURCC_YV12) { in save_recyuv()
1780 srcyuv_fourcc == VA_FOURCC_YV12) { in save_recyuv()
Davcenc.c402 } else if (surface_image.format.fourcc == VA_FOURCC_YV12 || in upload_yuv_to_surface()
/hardware/intel/common/utils/ISV/base/
Disv_worker.cpp238 vaExtBuf.pixel_format = VA_FOURCC_YV12; in allocSurface()
250 vaExtBuf.pixel_format = VA_FOURCC_YV12; in allocSurface()
/hardware/intel/common/libva/test/putsurface/
Dputsurface_common.c99 {"YV12", VA_FOURCC_YV12},
/hardware/intel/common/libva/va/
Dva.h2765 #define VA_FOURCC_YV12 0x32315659 macro
/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp273 if ((video_def->eColorFormat == VA_FOURCC_YV12) || in ISV_GetParameter()