Searched defs:src_handle (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp1012 static int copy_image(private_handle_t *src_handle, argument
1016 if (src_handle->fd == -1) {
1017 ALOGE("%s: src_handle fd is invalid", __FUNCTION__);
1029 return convert_yuv_c2d_to_yuv_android(src_handle, rhs);
1031 return convert_yuv_android_to_yuv_c2d(src_handle, rhs);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp1031 static int copy_image(private_handle_t *src_handle, argument
1035 if (src_handle->fd == -1) {
1036 ALOGE("%s: src_handle fd is invalid", __FUNCTION__);
1048 return convert_yuv_c2d_to_yuv_android(src_handle, rhs);
1050 return convert_yuv_android_to_yuv_c2d(src_handle, rhs);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp1012 static int copy_image(private_handle_t *src_handle, argument
1016 if (src_handle->fd == -1) {
1017 ALOGE("%s: src_handle fd is invalid", __FUNCTION__);
1029 return convert_yuv_c2d_to_yuv_android(src_handle, rhs);
1031 return convert_yuv_android_to_yuv_c2d(src_handle, rhs);
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp1120 private_handle_t *src_handle = private_handle_t::dynamicCast(layer.handle); local
1136 src_cfg.fw = src_handle->stride;
1138 src_cfg.fh = src_handle->vstride;
1139 src_cfg.yaddr = src_handle->fd;
1140 if (exynos5_format_is_ycrcb(src_handle->format)) {
1141 src_cfg.uaddr = src_handle->fd2;
1142 src_cfg.vaddr = src_handle->fd1;
1144 src_cfg.uaddr = src_handle->fd1;
1145 src_cfg.vaddr = src_handle->fd2;
1147 src_cfg.format = src_handle
[all...]

Completed in 738 milliseconds