Searched refs:in_bufs (Results 1 - 3 of 3) sorted by relevance

/external/libxcam/modules/soft/
H A Dsoft_stitcher.h51 SmartPtr<VideoBuffer> in_bufs[XCAM_STITCH_MAX_CAMERAS]; member in struct:XCam::SoftStitcher::StitcherParam
68 XCamReturn stitch_buffers (const VideoBufferList &in_bufs, SmartPtr<VideoBuffer> &out_buf);
H A Dsoft_stitcher.cpp463 dewarp_params->in_buf = param->in_bufs[i];
735 SoftStitcher::stitch_buffers (const VideoBufferList &in_bufs, SmartPtr<VideoBuffer> &out_buf) argument
738 ERROR, !in_bufs.empty (), XCAM_RETURN_ERROR_PARAM,
739 "soft-stitcher:%s stitch buffer failed, in_bufs is empty", XCAM_STR (get_name ()));
744 for (VideoBufferList::const_iterator i = in_bufs.begin(); i != in_bufs.end (); ++i) {
747 param->in_bufs[count++] = buf;
933 ERROR, param.ptr () && param->in_buf_num > 0 && param->in_bufs[0].ptr (), XCAM_RETURN_ERROR_PARAM,
934 "soft_stitcher:%s start_work failed, params(in_buf_num) in_bufs are set",
948 // param->in_bufs[
[all...]
/external/libxcam/xcore/interface/
H A Dstitcher.h161 virtual XCamReturn stitch_buffers (const VideoBufferList &in_bufs, SmartPtr<VideoBuffer> &out_buf) = 0;

Completed in 641 milliseconds