Lines Matching refs:rhs
183 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() argument
186 if (!hnd || !rhs) { in convert_yuv_c2d_to_yuv_android()
187 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs); in convert_yuv_c2d_to_yuv_android()
192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android()
195 info.width = rhs->w; in convert_yuv_c2d_to_yuv_android()
196 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
199 switch(rhs->format) { in convert_yuv_c2d_to_yuv_android()
212 rhs->format); in convert_yuv_c2d_to_yuv_android()
229 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d() argument
231 if (!hnd || !rhs) { in convert_yuv_android_to_yuv_c2d()
232 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs); in convert_yuv_android_to_yuv_c2d()
237 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d()
240 info.width = rhs->w; in convert_yuv_android_to_yuv_c2d()
241 info.height = rhs->h; in convert_yuv_android_to_yuv_c2d()
244 switch(rhs->format) { in convert_yuv_android_to_yuv_c2d()
257 rhs->format); in convert_yuv_android_to_yuv_c2d()