Home
last modified time | relevance | path

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

/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/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp96 PixelFormat* outFormat) { in createVirtualDisplay_2_2() argument
103 *outFormat = tmpFormat; in createVirtualDisplay_2_2()
/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/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/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/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DComposerVts.h74 uint32_t outputBufferSlotCount, PixelFormat* outFormat);
/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);
Dgr_device_impl.cpp339 int32_t *outFormat) { in GetColorFormat() argument
342 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat(); in GetColorFormat()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.h92 int32_t *outFormat);
Dgr_device_impl.cpp321 int32_t *outFormat) { in GetColorFormat() argument
324 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat(); in GetColorFormat()
/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/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/qcom/sdm845/display/gralloc/
Dgr_device_impl.h92 int32_t *outFormat);
Dgr_device_impl.cpp400 int32_t *outFormat) { in GetColorFormat() argument
403 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat(); in GetColorFormat()
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h88 uint32_t outputBufferSlotCount, PixelFormat* outFormat);
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp110 PixelFormat* outFormat) { in createVirtualDisplay() argument
117 *outFormat = tmpFormat; in createVirtualDisplay()
/hardware/libhardware/include/hardware/
Dgralloc1.h606 int32_t* outFormat);
Dhwcomposer2.h1957 int32_t* /*android_pixel_format_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/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h113 Error getReadbackBufferAttributes_2_3(Display display, PixelFormat* outFormat, in getReadbackBufferAttributes_2_3() argument
116 display, reinterpret_cast<common::V1_1::PixelFormat*>(outFormat), in getReadbackBufferAttributes_2_3()
/hardware/qcom/display/msm8996/libgralloc/
Dmapper.cpp582 auto outFormat = va_arg(args, int*); in gralloc_perform() local
583 *outFormat = hnd->original_format; in gralloc_perform()