Home
last modified time | relevance | path

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

/external/webrtc/test/pc/e2e/analyzer/video/
Dquality_analyzing_video_encoder.cc242 std::pair<uint32_t, uint16_t> timestamp_frame_id; in OnEncodedImage() local
244 timestamp_frame_id = timestamp_to_frame_id_list_.front(); in OnEncodedImage()
245 if (timestamp_frame_id.first == encoded_image.Timestamp()) { in OnEncodedImage()
268 frame_id = timestamp_frame_id.second; in OnEncodedImage()