Home
last modified time | relevance | path

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

12

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferdescriptor.cpp216 int mali_gralloc_get_format_internal(buffer_handle_t buffer, int32_t *outFormat) in mali_gralloc_get_format_internal() argument
224 if (outFormat == NULL) in mali_gralloc_get_format_internal()
230 *outFormat = hnd->req_format; in mali_gralloc_get_format_internal()
Dmali_gralloc_bufferdescriptor.h114 int mali_gralloc_get_format_internal(buffer_handle_t buffer, int32_t *outFormat);
Dmali_gralloc_public_interface.cpp132 …32_t mali_gralloc_get_format(gralloc1_device_t *device, buffer_handle_t buffer, int32_t *outFormat) in mali_gralloc_get_format() argument
135 ret = mali_gralloc_get_format_internal(buffer, outFormat); in mali_gralloc_get_format()
/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.h65 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/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/hal/include/composer-hal/2.2/
DComposerHal.h73 virtual Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat,
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DComposerVts.h75 uint32_t outputBufferSlotCount, PixelFormat* outFormat);
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.h92 int32_t *outFormat);
/hardware/qcom/display/msm8998/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/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);
/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/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp894 int32_t outFormat; in captureScreenWithReadback() local
898 &outFormat, &outDataspace)) != HWC2_ERROR_NONE) { in captureScreenWithReadback()
904 if ((ret = captureClass.allocBuffer(outFormat, display->mXres, display->mYres)) in captureScreenWithReadback()
950 outFormat, display->mXres, display->mYres, in captureScreenWithReadback()
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h89 uint32_t outputBufferSlotCount, PixelFormat* outFormat);
/hardware/libhardware/include/hardware/
Dgralloc1.h606 int32_t* outFormat);

12