HomeSort by relevance Sort by last modified time
    Searched refs:VA_FOURCC_RGBA (Results 1 - 12 of 12) sorted by null

  /hardware/intel/img/psb_video/src/
psb_surface.c 95 } else if (fourcc == VA_FOURCC_RGBA) {
102 psb_surface->extra_info[4] = VA_FOURCC_RGBA;
psb_output.h 125 VA_FOURCC_RGBA, \
psb_surface_attrib.c 65 if ((fourcc == VA_FOURCC_NV12) || (fourcc == VA_FOURCC_YV16) || (fourcc == VA_FOURCC_IYUV) || (fourcc == VA_FOURCC_RGBA)) {
105 else if (VA_FOURCC_RGBA == fourcc) {
107 psb_surface->extra_info[4] = VA_FOURCC_RGBA;
psb_output.c 344 case VA_FOURCC_RGBA: {
    [all...]
psb_overlay.c     [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 347 fourcc = VA_FOURCC_RGBA;
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 101 {"RGBA", VA_FOURCC_RGBA},
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 156 if (pixel_format == VA_FOURCC_RGBA || pixel_format == VA_FOURCC_BGRA) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
surface.c 517 case VA_FOURCC_RGBA:
  /hardware/intel/common/libva/va/
va.h     [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xvva.c 768 fourcc = VA_FOURCC_RGBA;
psb_coverlay.c 407 if (subpicture->fourcc != VA_FOURCC_RGBA) {
    [all...]

Completed in 77 milliseconds