Home
last modified time | relevance | path

Searched refs:outWidth (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h224 gralloc1_error_t getDimensions(uint32_t* outWidth, in getDimensions() argument
226 *outWidth = mDescriptor.width; in getDimensions()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_device_impl.cpp314 uint32_t *outWidth, uint32_t *outHeight) { in GetBufferDimensions() argument
318 *outWidth = UINT(hnd->GetUnalignedWidth()); in GetBufferDimensions()
/hardware/qcom/display/msm8909/gralloc/
Dgr_device_impl.cpp314 uint32_t *outWidth, uint32_t *outHeight) { in GetBufferDimensions() argument
318 *outWidth = UINT(hnd->GetUnalignedWidth()); in GetBufferDimensions()
/hardware/libhardware/include/hardware/
Dgralloc1.h583 gralloc1_device_t* device, buffer_handle_t buffer, uint32_t* outWidth,
/hardware/qcom/display/msm8994/libgralloc/
Dmapper.cpp523 auto outWidth = va_arg(args, int*); in gralloc_perform() local
525 *outWidth = hnd->original_width; in gralloc_perform()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_device_impl.cpp327 uint32_t *outWidth, uint32_t *outHeight) { in GetBufferDimensions() argument
331 *outWidth = UINT(hnd->GetUnalignedWidth()); in GetBufferDimensions()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.cpp309 uint32_t *outWidth, uint32_t *outHeight) { in GetBufferDimensions() argument
313 *outWidth = UINT(hnd->GetUnalignedWidth()); in GetBufferDimensions()
/hardware/qcom/display/msm8996/libgralloc/
Dmapper.cpp573 auto outWidth = va_arg(args, int*); in gralloc_perform() local
575 *outWidth = hnd->original_width; in gralloc_perform()
/hardware/qcom/sdm845/display/gralloc/
Dgr_device_impl.cpp388 uint32_t *outWidth, uint32_t *outHeight) { in GetBufferDimensions() argument
392 *outWidth = UINT(hnd->GetUnalignedWidth()); in GetBufferDimensions()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp1878 OMX_U32 outWidth = m_sOutPortDef.format.video.nFrameWidth; in swvenc_do_flip_outport() local
1883 m_sOutPortDef.format.video.nFrameHeight = outWidth; in swvenc_do_flip_outport()