Searched refs:VA_FOURCC_RGBA (Results 1 – 10 of 10) sorted by relevance
95 } else if (fourcc == VA_FOURCC_RGBA) { in psb_surface_create()102 psb_surface->extra_info[4] = VA_FOURCC_RGBA; in psb_surface_create()
125 VA_FOURCC_RGBA, \
63 …_NV12) || (fourcc == VA_FOURCC_YV16) || (fourcc == VA_FOURCC_IYUV) || (fourcc == VA_FOURCC_RGBA)) { in psb_surface_create_from_ub()109 else if (VA_FOURCC_RGBA == fourcc) { in psb_surface_create_from_ub()111 psb_surface->extra_info[4] = VA_FOURCC_RGBA; in psb_surface_create_from_ub()
343 case VA_FOURCC_RGBA: { in psb_CreateImage()1342 case VA_FOURCC_RGBA: in psb__LinkSubpictIntoSurface()
1213 && (vaPtr->dst_srf.fourcc == VA_FOURCC_RGBA))) in I830PutImage()
336 fourcc = VA_FOURCC_RGBA; in psb_CreateSurfacesFromGralloc()
101 {"RGBA", VA_FOURCC_RGBA},
768 fourcc = VA_FOURCC_RGBA; in psb_putsurface_xvideo()
407 if (subpicture->fourcc != VA_FOURCC_RGBA) { in psb_DisplayRGBASubpicture()
2750 #define VA_FOURCC_RGBA 0x41424752 macro