HomeSort by relevance Sort by last modified time
    Searched defs:halFormat (Results 1 - 8 of 8) 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/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 118 int halFormat = HAL_PIXEL_FORMAT_RGB_565;
129 halFormat = HAL_PIXEL_FORMAT_YV12;
136 halFormat = HAL_PIXEL_FORMAT_RGB_888;
144 halFormat = HAL_PIXEL_FORMAT_RGBA_8888;
157 halFormat = HAL_PIXEL_FORMAT_RGBA_1010102;
159 halFormat = HAL_PIXEL_FORMAT_YV12;
172 if (halFormat == HAL_PIXEL_FORMAT_RGB_565) {
176 } else if (halFormat == HAL_PIXEL_FORMAT_RGBA_1010102) {
205 halFormat));
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Stream.impl.h 186 audio_format_t halFormat = mStream->get_format(mStream);
187 _hidl_cb(halSampleRate, AudioChannelBitfield(halMask), AudioFormat(halFormat));

Completed in 302 milliseconds