Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:src_handle

1012 static int copy_image(private_handle_t *src_handle,
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);