Lines Matching refs:rhs
185 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() argument
188 if (!hnd || !rhs) { in convert_yuv_c2d_to_yuv_android()
189 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs); in convert_yuv_c2d_to_yuv_android()
194 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android()
197 info.width = rhs->w; in convert_yuv_c2d_to_yuv_android()
198 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
201 switch(rhs->format) { in convert_yuv_c2d_to_yuv_android()
214 rhs->format); in convert_yuv_c2d_to_yuv_android()
231 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d() argument
233 if (!hnd || !rhs) { in convert_yuv_android_to_yuv_c2d()
234 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs); in convert_yuv_android_to_yuv_c2d()
239 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d()
242 info.width = rhs->w; in convert_yuv_android_to_yuv_c2d()
243 info.height = rhs->h; in convert_yuv_android_to_yuv_c2d()
246 switch(rhs->format) { in convert_yuv_android_to_yuv_c2d()
259 rhs->format); in convert_yuv_android_to_yuv_c2d()