Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferdescriptor.cpp197 int mali_gralloc_get_dimensions_internal(buffer_handle_t buffer, uint32_t *outWidth, uint32_t *outH… in mali_gralloc_get_dimensions_internal() argument
205 if (outWidth == NULL || outHeight == NULL) in mali_gralloc_get_dimensions_internal()
211 *outWidth = (uint32_t)hnd->width; in mali_gralloc_get_dimensions_internal()
Dmali_gralloc_bufferdescriptor.h113 int mali_gralloc_get_dimensions_internal(buffer_handle_t buffer, uint32_t *outWidth, uint32_t *outH…
Dmali_gralloc_public_interface.cpp123 … mali_gralloc_get_dimensions(gralloc1_device_t *device, buffer_handle_t buffer, uint32_t *outWidth, in mali_gralloc_get_dimensions() argument
127 ret = mali_gralloc_get_dimensions_internal(buffer, outWidth, outHeight); in mali_gralloc_get_dimensions()
/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/msm8909/gralloc/
Dgr_device_impl.cpp314 uint32_t *outWidth, uint32_t *outHeight) { in GetBufferDimensions() argument
318 *outWidth = UINT(hnd->GetUnalignedWidth()); in GetBufferDimensions()
/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/libhardware/include/hardware/
Dgralloc1.h583 gralloc1_device_t* device, buffer_handle_t buffer, uint32_t* outWidth,
/hardware/qcom/sm7250/display/gralloc/
Dgr_device_impl.cpp398 uint32_t *outWidth, uint32_t *outHeight) { in GetBufferDimensions() argument
399 if (!outWidth || !outHeight) { in GetBufferDimensions()
406 *outWidth = UINT(hnd->GetUnalignedWidth()); in GetBufferDimensions()
/hardware/qcom/sm8150/display/gralloc/
Dgr_device_impl.cpp395 uint32_t *outWidth, uint32_t *outHeight) { in GetBufferDimensions() argument
396 if (!outWidth || !outHeight) { in GetBufferDimensions()
403 *outWidth = UINT(hnd->GetUnalignedWidth()); in GetBufferDimensions()
/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()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp1905 OMX_U32 outWidth = m_sOutPortDef.format.video.nFrameWidth; in swvenc_do_flip_outport() local
1910 m_sOutPortDef.format.video.nFrameHeight = outWidth; in swvenc_do_flip_outport()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp1849 OMX_U32 outWidth = m_sOutPortDef.format.video.nFrameWidth; in swvenc_do_flip_outport() local
1854 m_sOutPortDef.format.video.nFrameHeight = outWidth; in swvenc_do_flip_outport()