Home
last modified time | relevance | path

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

12

/hardware/qcom/sdm845/display/gralloc/
DQtiMapper.cpp318 void *rgb_data = nullptr; in getRgbDataAddress() local
320 if (gralloc::GetRgbDataAddress(hnd, &rgb_data) == 0) { in getRgbDataAddress()
324 hidl_cb(err, rgb_data); in getRgbDataAddress()
Dgr_utils.h88 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data);
Dgr_device_impl.cpp807 void **rgb_data = va_arg(args, void **); in Perform() local
813 if (!rgb_data) { in Perform()
817 if (GetRgbDataAddress(hnd, rgb_data)) { in Perform()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.h73 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data);
Dgr_allocator.cpp751 int Allocator::GetRgbDataAddress(private_handle_t *hnd, void **rgb_data) { in GetRgbDataAddress() argument
761 *rgb_data = reinterpret_cast<void *>(hnd->base); in GetRgbDataAddress()
780 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size); in GetRgbDataAddress()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_utils.h75 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data);
Dgr_utils.cpp637 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data) { in GetRgbDataAddress() argument
647 *rgb_data = reinterpret_cast<void *>(hnd->base); in GetRgbDataAddress()
666 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size); in GetRgbDataAddress()
/hardware/qcom/display/msm8909/gralloc/
Dgr_utils.h75 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data);
Dgr_utils.cpp637 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data) { in GetRgbDataAddress() argument
647 *rgb_data = reinterpret_cast<void *>(hnd->base); in GetRgbDataAddress()
666 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size); in GetRgbDataAddress()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.h73 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data);
Dgr_allocator.cpp749 int Allocator::GetRgbDataAddress(private_handle_t *hnd, void **rgb_data) { in GetRgbDataAddress() argument
759 *rgb_data = reinterpret_cast<void *>(hnd->base); in GetRgbDataAddress()
778 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size); in GetRgbDataAddress()
/hardware/qcom/display/msm8996/libgralloc/
Dgr.h74 int getRgbDataAddress(private_handle_t* pHnd, void** rgb_data);
Dalloc_controller.cpp1097 int getRgbDataAddress(private_handle_t* hnd, void** rgb_data) in getRgbDataAddress() argument
1108 *rgb_data = (void*)hnd->base; in getRgbDataAddress()
1127 *rgb_data = (void*)(hnd->base + meta_size); in getRgbDataAddress()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgr.h66 int getRgbDataAddress(private_handle_t* pHnd, void** rgb_data);
Dmapper.cpp486 void** rgb_data = va_arg(args, void**); in gralloc_perform() local
488 res = getRgbDataAddress(hnd, rgb_data); in gralloc_perform()
Dalloc_controller.cpp1097 int getRgbDataAddress(private_handle_t* hnd, void** rgb_data) in getRgbDataAddress() argument
1108 *rgb_data = (void*)hnd->base; in getRgbDataAddress()
1130 *rgb_data = (void*)(hnd->base + meta_size); in getRgbDataAddress()
/hardware/qcom/display/msm8909/libgralloc/
Dgr.h66 int getRgbDataAddress(private_handle_t* pHnd, void** rgb_data);
Dmapper.cpp486 void** rgb_data = va_arg(args, void**); in gralloc_perform() local
488 res = getRgbDataAddress(hnd, rgb_data); in gralloc_perform()
Dalloc_controller.cpp1097 int getRgbDataAddress(private_handle_t* hnd, void** rgb_data) in getRgbDataAddress() argument
1108 *rgb_data = (void*)hnd->base; in getRgbDataAddress()
1130 *rgb_data = (void*)(hnd->base + meta_size); in getRgbDataAddress()
/hardware/qcom/sm8150/display/gralloc/
DQtiMapperExtensions.cpp100 void *rgb_data = nullptr; in getRgbDataAddress() local
102 if (gralloc::GetRgbDataAddress(hnd, &rgb_data) == 0) { in getRgbDataAddress()
106 hidl_cb(err, rgb_data); in getRgbDataAddress()
Dgr_utils.h181 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data);
Dgr_device_impl.cpp826 void **rgb_data = va_arg(args, void **); in Perform() local
832 if (!rgb_data) { in Perform()
836 if (GetRgbDataAddress(hnd, rgb_data)) { in Perform()
/hardware/qcom/sm7250/display/gralloc/
DQtiMapperExtensions.cpp100 void *rgb_data = nullptr; in getRgbDataAddress() local
102 if (gralloc::GetRgbDataAddress(hnd, &rgb_data) == 0) { in getRgbDataAddress()
106 hidl_cb(err, rgb_data); in getRgbDataAddress()
Dgr_utils.h195 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data);
Dgr_device_impl.cpp829 void **rgb_data = va_arg(args, void **); in Perform() local
835 if (!rgb_data) { in Perform()
839 if (GetRgbDataAddress(hnd, rgb_data)) { in Perform()

12