Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpsb_surface.c95 } else if (fourcc == VA_FOURCC_RGBA) { in psb_surface_create()
102 psb_surface->extra_info[4] = VA_FOURCC_RGBA; in psb_surface_create()
Dpsb_output.h125 VA_FOURCC_RGBA, \
Dpsb_surface_attrib.c65 …_NV12) || (fourcc == VA_FOURCC_YV16) || (fourcc == VA_FOURCC_IYUV) || (fourcc == VA_FOURCC_RGBA)) { in psb_surface_create_from_ub()
105 else if (VA_FOURCC_RGBA == fourcc) { in psb_surface_create_from_ub()
107 psb_surface->extra_info[4] = VA_FOURCC_RGBA; in psb_surface_create_from_ub()
Dpsb_output.c344 case VA_FOURCC_RGBA: { in psb_CreateImage()
1343 case VA_FOURCC_RGBA: in psb__LinkSubpictIntoSurface()
Dpsb_overlay.c1213 && (vaPtr->dst_srf.fourcc == VA_FOURCC_RGBA))) in I830PutImage()
/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c343 fourcc = VA_FOURCC_RGBA; in psb_CreateSurfacesFromGralloc()
/hardware/intel/common/libva/test/putsurface/
Dputsurface_common.c101 {"RGBA", VA_FOURCC_RGBA},
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp156 if (pixel_format == VA_FOURCC_RGBA || pixel_format == VA_FOURCC_BGRA) { in VAMappedHandle()
1241 pixel_format = VA_FOURCC_RGBA; in queueCompose()
1805 buf.pixel_format = VA_FOURCC_RGBA; in vspEnable()
/hardware/intel/common/libva/va/
Dva.h2753 #define VA_FOURCC_RGBA 0x41424752 macro
/hardware/intel/img/psb_video/src/x11/
Dpsb_xvva.c768 fourcc = VA_FOURCC_RGBA; in psb_putsurface_xvideo()
Dpsb_coverlay.c407 if (subpicture->fourcc != VA_FOURCC_RGBA) { in psb_DisplayRGBASubpicture()