Home
last modified time | relevance | path

Searched refs:push_buffer (Results 1 – 11 of 11) sorted by relevance

/external/libxcam/xcore/
Dpipe_manager.cpp116 PipeManager::push_buffer (SmartPtr<VideoBuffer> &buf) in push_buffer() function in XCam::PipeManager
136 ret = _smart_analyzer->push_buffer (buffer); in scaled_image_ready()
Dx3a_image_process_center.cpp116 if (processor->push_buffer (buf) != XCAM_RETURN_NO_ERROR) in put_buffer()
205 XCamReturn ret = next_processor->push_buffer (cur_buf); in process_buffer_done()
Dpipe_manager.h51 virtual XCamReturn push_buffer (SmartPtr<VideoBuffer> &buf);
Dimage_processor.h69 XCamReturn push_buffer (SmartPtr<VideoBuffer> &buf);
Dxcam_analyzer.h91 XCamReturn push_buffer (const SmartPtr<VideoBuffer> &buffer);
Dxcam_analyzer.cpp231 XAnalyzer::push_buffer (const SmartPtr<VideoBuffer> &buffer) in push_buffer() function in XCam::XAnalyzer
Dimage_processor.cpp203 ImageProcessor::push_buffer (SmartPtr<VideoBuffer> &buf) in push_buffer() function in XCam::ImageProcessor
Ddevice_manager.cpp304 ret = _smart_analyzer->push_buffer (buffer); in scaled_image_ready()
Dx3a_analyzer.cpp99 return XAnalyzer::push_buffer (stats); in push_3a_stats()
/external/libxcam/tests/
Dtest-pipe-manager.cpp460 pipe_manager->push_buffer (video_buf); in main()
/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp923 if (pipe_manager->push_buffer (video_buf) != XCAM_RETURN_NO_ERROR) { in gst_xcam_filter_before_transform()