HomeSort by relevance Sort by last modified time
    Searched defs:halFormat (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp 49 int halFormat = ovutils::getHALFormat(destWhf.format);
52 destWhf.w, destWhf.h, halFormat, alW, alH);
  /hardware/qcom/display/msm8974/liboverlay/
overlayRotator.cpp 49 int halFormat = ovutils::getHALFormat(destWhf.format);
52 destWhf.w, destWhf.h, halFormat, alW, alH);
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 101 int halFormat;
110 halFormat = HAL_PIXEL_FORMAT_YV12;
120 halFormat = HAL_PIXEL_FORMAT_RGB_565;
153 halFormat));
  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.cpp 48 int halFormat = ovutils::getHALFormat(destWhf.format);
51 destWhf.w, destWhf.h, halFormat, alW, alH);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 54 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
56 halFormat, alW, alH);
63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
65 halFormat, alW, alH);
overlayRotator.cpp 49 int halFormat = ovutils::getHALFormat(destWhf.format);
52 destWhf.w, destWhf.h, halFormat, alW, alH);

Completed in 142 milliseconds