Home
last modified time | relevance | path

Searched refs:outFormat (Results 1 – 25 of 37) sorted by relevance

12

/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerHal.h61 Error getReadbackBufferAttributes(Display display, common::V1_1::PixelFormat* outFormat, in getReadbackBufferAttributes() argument
63 return getReadbackBufferAttributes_2_3(display, reinterpret_cast<PixelFormat*>(outFormat), in getReadbackBufferAttributes()
94 virtual Error getReadbackBufferAttributes_2_3(Display display, PixelFormat* outFormat,
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayInterface.cpp59 int32_t* __unused outFormat, int32_t* __unused outDataspace) in getReadbackBufferAttributes() argument
DExynosDisplayInterface.h72 virtual int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp95 PixelFormat* outFormat) { in createVirtualDisplay_2_2() argument
102 *outFormat = tmpFormat; in createVirtualDisplay_2_2()
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DComposerVts.h67 uint32_t outputBufferSlotCount, PixelFormat* outFormat);
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcHal.h98 Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat, in getReadbackBufferAttributes() argument
109 *outFormat = static_cast<PixelFormat>(format); in getReadbackBufferAttributes()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp103 PixelFormat* outFormat) { in createVirtualDisplay() argument
110 *outFormat = tmpFormat; in createVirtualDisplay()
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h80 uint32_t outputBufferSlotCount, PixelFormat* outFormat);
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_device_impl.h92 int32_t *outFormat);
Dgr_device_impl.cpp326 int32_t *outFormat) { in GetColorFormat() argument
329 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat(); in GetColorFormat()
/hardware/qcom/display/msm8909/gralloc/
Dgr_device_impl.h92 int32_t *outFormat);
Dgr_device_impl.cpp326 int32_t *outFormat) { in GetColorFormat() argument
329 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat(); in GetColorFormat()
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerHal.h73 virtual Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat,
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_device_impl.h92 int32_t *outFormat);
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.h92 int32_t *outFormat);
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h231 gralloc1_error_t getFormat(int32_t* outFormat) const { in getFormat() argument
232 *outFormat = mDescriptor.format; in getFormat()
/hardware/qcom/sm7250/display/gralloc/
Dgr_device_impl.h92 int32_t *outFormat);
Dgr_device_impl.cpp414 int32_t *outFormat) { in GetColorFormat() argument
415 if (!outFormat) { in GetColorFormat()
421 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat(); in GetColorFormat()
/hardware/qcom/sm8150/display/gralloc/
Dgr_device_impl.h92 int32_t *outFormat);
Dgr_device_impl.cpp411 int32_t *outFormat) { in GetColorFormat() argument
412 if (!outFormat) { in GetColorFormat()
418 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat(); in GetColorFormat()
/hardware/libhardware/include/hardware/
Dgralloc1.h606 int32_t* outFormat);
/hardware/google/gfxstream/guest/mesa/include/android_stub/hardware/
Dgralloc1.h606 int32_t* outFormat);
/hardware/libhardware/include_all/hardware/
Dgralloc1.h606 int32_t* outFormat);
/hardware/qcom/display/msm8994/libgralloc/
Dmapper.cpp532 auto outFormat = va_arg(args, int*); in gralloc_perform() local
533 *outFormat = hnd->original_format; in gralloc_perform()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp1152 int32_t outFormat; in captureScreenWithReadback() local
1156 &outFormat, &outDataspace)) != HWC2_ERROR_NONE) { in captureScreenWithReadback()
1162 if ((ret = captureClass.allocBuffer(outFormat, display->mXres, display->mYres)) in captureScreenWithReadback()
1208 outFormat, display->mXres, display->mYres, in captureScreenWithReadback()

12