Home
last modified time | relevance | path

Searched refs:outMode (Results 1 – 9 of 9) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DMediaCudaVideoHelper.h53 MediaCudaVideoHelper(OutputTreatmentMode outMode,
DMediaVideoToolBoxVideoHelper.h61 OutputTreatmentMode outMode,
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h162 int32_t getPowerMode(int64_t display, std::optional<PowerMode>& outMode) override;
DHalImpl.cpp1154 int32_t HalImpl::getPowerMode(int64_t display, std::optional<PowerMode>& outMode) { in getPowerMode() argument
1159 h2a::translate(mode, outMode); in getPowerMode()
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h233 virtual int32_t getPowerMode(int64_t display, std::optional<PowerMode>& outMode) = 0;
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h299 android_color_mode_t *outMode) const;
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h263 android_color_mode_t *outMode) const;
DHWC2On1Adapter.cpp1698 uint32_t id, android_color_mode_t* outMode) const in getColorModeForHwc1Id()
1702 *outMode = idPair.first; in getColorModeForHwc1Id()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1610 uint32_t id, android_color_mode_t* outMode) const { in getColorModeForHwc1Id()
1613 *outMode = idPair.first; in getColorModeForHwc1Id()