Home | History | Annotate | Download | only in devices

Lines Matching refs:YuvFramesCapturer

28 #include "talk/media/devices/yuvframescapturer.h"
42 class YuvFramesCapturer::YuvFramesThread
45 explicit YuvFramesThread(YuvFramesCapturer* capturer)
87 YuvFramesCapturer* capturer_;
95 // Implementation of class YuvFramesCapturer.
98 const char* YuvFramesCapturer::kYuvFrameDeviceName = "YuvFramesGenerator";
101 YuvFramesCapturer::YuvFramesCapturer()
109 YuvFramesCapturer::~YuvFramesCapturer() {
114 void YuvFramesCapturer::Init() {
135 CaptureState YuvFramesCapturer::Start(const VideoFormat& capture_format) {
156 bool YuvFramesCapturer::IsRunning() {
160 void YuvFramesCapturer::Stop() {
169 bool YuvFramesCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) {
178 void YuvFramesCapturer::ReadFrame(bool first_frame) {
190 int32_t YuvFramesCapturer::GetBarcodeValue() {