Home | History | Annotate | Download | only in soft

Lines Matching refs:out_buf

69     SmartPtr<VideoBuffer> &out_buf)
71 SmartPtr<ImageHandler::Parameters> param = new ImageHandler::Parameters (in, out_buf);
73 if (xcam_ret_is_ok (ret) && !out_buf.ptr ()) {
74 out_buf = param->out_buf;
125 SmartPtr<VideoBuffer> in_buf = param->in_buf, out_buf = param->out_buf;
129 args->out_luma = new UcharImage (out_buf, 0);
130 args->out_uv = new Uchar2Image (out_buf, 1);
155 XCAM_ASSERT (param->out_buf.ptr ());