Lines Matching refs:rhs
182 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() argument
185 if (!hnd || !rhs) { in convert_yuv_c2d_to_yuv_android()
186 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs); in convert_yuv_c2d_to_yuv_android()
191 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android()
194 info.width = rhs->w; in convert_yuv_c2d_to_yuv_android()
195 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
198 switch(rhs->format) { in convert_yuv_c2d_to_yuv_android()
211 rhs->format); in convert_yuv_c2d_to_yuv_android()
228 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d() argument
230 if (!hnd || !rhs) { in convert_yuv_android_to_yuv_c2d()
231 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs); in convert_yuv_android_to_yuv_c2d()
236 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d()
239 info.width = rhs->w; in convert_yuv_android_to_yuv_c2d()
240 info.height = rhs->h; in convert_yuv_android_to_yuv_c2d()
243 switch(rhs->format) { in convert_yuv_android_to_yuv_c2d()
256 rhs->format); in convert_yuv_android_to_yuv_c2d()