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

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayHardware.h 101 uint32_t OSTRIDE;
OverlayPlaneBase.cpp 860 backBuffer->OSTRIDE = (yStride & (~0x3f)) | ((uvStride & (~0x3f)) << 16);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayHardware.h 101 uint32_t OSTRIDE;
OverlayPlaneBase.cpp 832 backBuffer->OSTRIDE = (yStride & (~0x3f)) | ((uvStride & (~0x3f)) << 16);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.h 198 uint32_t OSTRIDE;
psb_overlay.c 724 overlay->OSTRIDE = dstPitch | (dstPitch << 16);
733 overlay->OSTRIDE = (dstPitch * 2) | (dstPitch << 16);
740 overlay->OSTRIDE = dstPitch;
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp 343 backBuffer->OSTRIDE = mapper.getStride().rgb.stride & (~0x3f);

Completed in 45 milliseconds