Searched refs:created_frames_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives.cc317 created_frames_[timestamp] = frame;
327 // created_frames_ map.
349 // Fill in all fields of the Frame objects in the created_frames_ map.
354 created_frames_[created_timestamp]->sent_timestamp_in_us_ = it->second;
358 created_frames_[created_timestamp]->received_timestamp_in_us_ = it->second;
362 created_frames_[created_timestamp]->decoded_timestamp_in_us_ =it->second;
366 created_frames_[created_timestamp]->rendered_timestamp_in_us_ = it->second;
399 ViETest::Log(" Created frames: %ld", created_frames_.size());
H A Dframedrop_primitives.h186 std::map<unsigned int, Frame*> created_frames_; member in class:FrameDropDetector

Completed in 248 milliseconds