Home
last modified time | relevance | path

Searched defs:halFormat (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdpRot.cpp54 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format); in getDstWhf() local
63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format); in getDstDimensions() local
DoverlayRotator.cpp49 int halFormat = ovutils::getHALFormat(destWhf.format); in calcOutputBufSize() local
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMdpRot.cpp63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format); in getDstWhf() local
72 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format); in getDstDimensions() local
DoverlayRotator.cpp71 int halFormat = ovutils::getHALFormat(destWhf.format); in calcOutputBufSize() local
/hardware/qcom/display/msm8960/liboverlay/
DoverlayRotator.cpp49 int halFormat = ovutils::getHALFormat(destWhf.format); in calcOutputBufSize() local
/hardware/qcom/display/msm8084/liboverlay/
DoverlayRotator.cpp48 int halFormat = ovutils::getHALFormat(destWhf.format); in calcOutputBufSize() local
/hardware/interfaces/audio/effect/all-versions/default/util/tests/
Deffectutils_tests.cpp125 buffer_config_t halFormat; in TEST() local
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp211 audio_format_t halFormat = mStream->get_format(mStream); in getAudioProperties() local
234 audio_format_t halFormat; in getSupportedProfiles() local
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp176 for (auto halFormat : halFormats) { in updateRestrictions() local
DExynosDisplayDrmInterface.cpp2739 int halFormat = drmFormatToHalFormat(formats[i]); in init() local
/hardware/interfaces/audio/common/all-versions/default/7.0/
DHidlUtils.cpp245 status_t HidlUtils::audioFormatFromHal(audio_format_t halFormat, AudioFormat* format) { in audioFormatFromHal()
259 for (const auto& halFormat : halFormats) { in audioFormatsFromHal() local
272 status_t HidlUtils::audioFormatToHal(const AudioFormat& format, audio_format_t* halFormat) { in audioFormatToHal()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h132 int halFormat; member
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit_c2d.cpp285 static int get_c2d_format_for_yuv_destination(int halFormat) { in get_c2d_format_for_yuv_destination()
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit_c2d.cpp285 static int get_c2d_format_for_yuv_destination(int halFormat) { in get_c2d_format_for_yuv_destination()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit_c2d.cpp285 static int get_c2d_format_for_yuv_destination(int halFormat) { in get_c2d_format_for_yuv_destination()
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit_c2d.cpp285 static int get_c2d_format_for_yuv_destination(int halFormat) { in get_c2d_format_for_yuv_destination()
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit_c2d.cpp283 static int get_c2d_format_for_yuv_destination(int halFormat) { in get_c2d_format_for_yuv_destination()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit_c2d.cpp282 static int get_c2d_format_for_yuv_destination(int halFormat) { in get_c2d_format_for_yuv_destination()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp281 static int get_c2d_format_for_yuv_destination(int halFormat) { in get_c2d_format_for_yuv_destination()
/hardware/qcom/sm7250/display/libcopybit/
Dcopybit_c2d.cpp285 static int get_c2d_format_for_yuv_destination(int halFormat) { in get_c2d_format_for_yuv_destination()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp279 static int get_c2d_format_for_yuv_destination(int halFormat) { in get_c2d_format_for_yuv_destination()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp277 static int get_c2d_format_for_yuv_destination(int halFormat) { in get_c2d_format_for_yuv_destination()
/hardware/interfaces/audio/common/all-versions/default/tests/
Dhidlutils_tests.cpp574 audio_format_t halFormat; in TEST() local
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp5920 uint32_t ExynosDisplay::getRestrictionIndex(int halFormat) in getRestrictionIndex()