Searched refs:updated_region (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/remoting/codec/
H A Dvideo_encoder_helper.h31 // but the updated rects overridden by |updated_region|. This is useful for
36 const webrtc::DesktopRegion& updated_region);
H A Dvideo_encoder_helper.cc18 return CreateVideoPacketWithUpdatedRegion(frame, frame.updated_region());
24 const webrtc::DesktopRegion& updated_region) {
37 for (webrtc::DesktopRegion::Iterator iter(updated_region);
22 CreateVideoPacketWithUpdatedRegion( const webrtc::DesktopFrame& frame, const webrtc::DesktopRegion& updated_region) argument
H A Dvideo_encoder_vpx.cc260 webrtc::DesktopRegion updated_region; local
261 PrepareImage(frame, &updated_region);
264 PrepareActiveMap(updated_region);
291 helper_.CreateVideoPacketWithUpdatedRegion(frame, updated_region));
356 webrtc::DesktopRegion* updated_region) {
357 if (frame.updated_region().is_empty()) {
358 updated_region->Clear();
366 for (webrtc::DesktopRegion::Iterator r(frame.updated_region());
373 updated_region->Clear();
374 updated_region
355 PrepareImage(const webrtc::DesktopFrame& frame, webrtc::DesktopRegion* updated_region) argument
428 PrepareActiveMap( const webrtc::DesktopRegion& updated_region) argument
[all...]
H A Dvideo_encoder_vpx.h44 // |updated_region|.
46 webrtc::DesktopRegion* updated_region);
48 // Updates the active map according to |updated_region|. Active map is then
50 void PrepareActiveMap(const webrtc::DesktopRegion& updated_region);
H A Dvideo_encoder_verbatim.cc38 for (webrtc::DesktopRegion::Iterator iter(frame.updated_region());
49 for (webrtc::DesktopRegion::Iterator iter(frame.updated_region());
H A Dcodec_test.cc366 decoder_tester.AddRegion(frame->updated_region());
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_x11.cc301 last_invalid_region_ = result->updated_region();
399 DesktopRegion* updated_region = frame->mutable_updated_region(); local
410 updated_region->AddRect(DesktopRect::MakeXYWH(
414 helper_.InvalidateRegion(*updated_region);
417 helper_.TakeInvalidRegion(updated_region);
422 updated_region->IntersectWith(
425 for (DesktopRegion::Iterator it(*updated_region);
441 frame->data(), updated_region);
447 updated_region->SetRect(screen_rect);
H A Ddesktop_frame.h45 const DesktopRegion& updated_region() const { return updated_region_; } function in class:webrtc::DesktopFrame
H A Dshared_desktop_frame.cc64 *result->mutable_updated_region() = updated_region();
H A Dscreen_capturer_unittest.cc99 EXPECT_FALSE(frame->updated_region().is_empty());
100 DesktopRegion::Iterator it(frame->updated_region());
H A Dscreen_capturer_mac_unittest.cc57 DesktopRegion::Iterator it(frame->updated_region());
H A Ddesktop_frame.cc74 *result->mutable_updated_region() = frame.updated_region();
/external/chromium_org/remoting/host/
H A Dvideo_frame_recorder_unittest.cc23 (!a.updated_region().Equals(b.updated_region())) ||
H A Dcast_video_capturer_adapter.cc38 if (!owned_frame || owned_frame->updated_region().is_empty()) {
H A Dvideo_frame_recorder.cc105 *frame_copy->mutable_updated_region() = frame.updated_region();
H A Dvideo_scheduler.cc378 if (!frame || frame->updated_region().is_empty()) {
H A Ddesktop_session_agent.cc324 for (webrtc::DesktopRegion::Iterator i(frame->updated_region());

Completed in 551 milliseconds