HomeSort by relevance Sort by last modified time
    Searched refs:push_buffer (Results 1 - 11 of 11) sorted by null

  /external/libxcam/xcore/
pipe_manager.cpp 116 PipeManager::push_buffer (SmartPtr<VideoBuffer> &buf) function in class:XCam::PipeManager
136 ret = _smart_analyzer->push_buffer (buffer);
pipe_manager.h 51 virtual XCamReturn push_buffer (SmartPtr<VideoBuffer> &buf);
x3a_image_process_center.cpp 116 if (processor->push_buffer (buf) != XCAM_RETURN_NO_ERROR)
205 XCamReturn ret = next_processor->push_buffer (cur_buf);
207 XCAM_LOG_ERROR ("processor(%s) failed in push_buffer", next_processor->get_name());
image_processor.h 69 XCamReturn push_buffer (SmartPtr<VideoBuffer> &buf);
xcam_analyzer.h 91 XCamReturn push_buffer (const SmartPtr<VideoBuffer> &buffer);
xcam_analyzer.cpp 231 XAnalyzer::push_buffer (const SmartPtr<VideoBuffer> &buffer) function in class:XCam::XAnalyzer
device_manager.cpp 304 ret = _smart_analyzer->push_buffer (buffer);
image_processor.cpp 203 ImageProcessor::push_buffer (SmartPtr<VideoBuffer> &buf) function in class:XCam::ImageProcessor
x3a_analyzer.cpp 99 return XAnalyzer::push_buffer (stats);
  /external/libxcam/tests/
test-pipe-manager.cpp 460 pipe_manager->push_buffer (video_buf);
  /external/libxcam/wrapper/gstreamer/
gstxcamfilter.cpp     [all...]

Completed in 2088 milliseconds