HomeSort by relevance Sort by last modified time
    Searched defs:halFormat (Results 1 - 9 of 9) 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/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);
  /hardware/qcom/display/msm8909/liboverlay/
overlayRotator.cpp 71 int halFormat = ovutils::getHALFormat(destWhf.format);
74 destWhf.w, destWhf.h, halFormat, alW, alH);
overlayMdpRot.cpp 63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
65 halFormat, alW, alH);
72 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
74 halFormat, alW, alH);
  /hardware/qcom/display/msm8994/liboverlay/
overlayRotator.cpp 71 int halFormat = ovutils::getHALFormat(destWhf.format);
74 destWhf.w, destWhf.h, halFormat, alW, alH);
overlayMdpRot.cpp 63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
65 halFormat, alW, alH);
72 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
74 halFormat, alW, alH);
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 104 int halFormat = HAL_PIXEL_FORMAT_RGB_565;
115 halFormat = HAL_PIXEL_FORMAT_YV12;
122 halFormat = HAL_PIXEL_FORMAT_RGB_888;
130 halFormat = HAL_PIXEL_FORMAT_RGBA_8888;
142 if (halFormat == HAL_PIXEL_FORMAT_RGB_565) {
171 halFormat));

Completed in 166 milliseconds