Searched refs:CapturedFrame (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer.h29 // CapturedFrame, followed by the frame data.
65 bool RecordFrame(const CapturedFrame& frame);
123 talk_base::StreamResult ReadFrameHeader(CapturedFrame* frame);
130 // Return the CapturedFrame - useful for extracting contents after reading
132 // the CapturedFrame object still exists).
133 const CapturedFrame* frame() const {
142 CapturedFrame captured_frame_;
H A Dfilevideocapturer.cc54 bool VideoRecorder::RecordFrame(const CapturedFrame& frame) {
179 CapturedFrame frame;
262 CapturedFrame* frame) {
266 char header[CapturedFrame::kFrameHeaderSize];
271 CapturedFrame::kFrameHeaderSize,
277 if (CapturedFrame::kFrameHeaderSize != bytes_read) {
280 talk_base::ByteBuffer buffer(header, CapturedFrame::kFrameHeaderSize);
H A Dfilevideocapturer_unittest.cc62 const cricket::CapturedFrame* frame) {
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideocapturer.h64 struct CapturedFrame { struct in namespace:cricket
68 CapturedFrame();
93 DISALLOW_COPY_AND_ASSIGN(CapturedFrame);
249 sigslot::signal2<VideoCapturer*, const CapturedFrame*,
260 const CapturedFrame* captured_frame);
290 std::string ToString(const CapturedFrame* frame) const;
H A Dvideocapturer.cc69 // Implementation of struct CapturedFrame
71 CapturedFrame::CapturedFrame() function in class:cricket::CapturedFrame
84 bool CapturedFrame::GetDataSize(uint32* size) const {
85 if (!size || data_size == CapturedFrame::kUnknownDataSize) {
289 std::string VideoCapturer::ToString(const CapturedFrame* captured_frame) const {
307 const CapturedFrame* captured_frame) {
343 CapturedFrame* scaled_frame = const_cast<CapturedFrame*>(captured_frame);
H A Dfakevideocapturer.h95 cricket::CapturedFrame frame;
H A Dtestutils.h141 void OnFrameCaptured(VideoCapturer* capturer, const CapturedFrame* frame);
H A Dtestutils.cc242 const CapturedFrame* frame) {
/external/chromium_org/content/renderer/media/
H A Dvideo_destination_handler_unittest.cc17 using cricket::CapturedFrame;
48 void OnFrameCaptured(VideoCapturer* capturer, const CapturedFrame* frame) {
50 captured_frame_ = const_cast<CapturedFrame*>(frame);
57 CapturedFrame* captured_frame_;
H A Drtc_video_capturer.cc100 cricket::CapturedFrame frame;
105 // cricket::CapturedFrame time is in nanoseconds.
H A Dvideo_destination_handler.cc115 cricket::CapturedFrame frame;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.h94 struct WebRtcCapturedFrame : public CapturedFrame {
H A Dwebrtcvideoframe.h40 struct CapturedFrame;
78 bool Init(const CapturedFrame* frame, int dw, int dh);
H A Dwebrtcvideoframe_unittest.cc44 // Build the CapturedFrame.
45 cricket::CapturedFrame captured_frame;
60 // Create the new frame from the CapturedFrame.
H A Dwebrtcvideoengine.h81 struct CapturedFrame;
H A Dwebrtcvideoframe.cc102 bool WebRtcVideoFrame::Init(const CapturedFrame* frame, int dw, int dh) {

Completed in 135 milliseconds