Home
last modified time | relevance | path

Searched refs:VA_FOURCC_BGRA (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libva/test/putsurface/
Dputsurface_common.c100 {"BGRA", VA_FOURCC_BGRA},
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp156 if (pixel_format == VA_FOURCC_RGBA || pixel_format == VA_FOURCC_BGRA) { in VAMappedHandle()
382 …d.va_dpy, rgbHandle, align_width(outWidth), align_height(outHeight), (unsigned int)VA_FOURCC_BGRA); in run()
1276 unsigned int pixel_format = VA_FOURCC_BGRA; in queueCompose()
/hardware/intel/common/libva/va/
Dva.h2755 #define VA_FOURCC_BGRA 0x41524742 macro