Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dstats.cc34 encoded_frame_length_in_bytes(0), in FrameStatistic()
50 return s1.encoded_frame_length_in_bytes < s2.encoded_frame_length_in_bytes; in LessForEncodedSize()
84 total_encoded_frames_lengths += it->encoded_frame_length_in_bytes; in PrintSummary()
86 total_encoded_key_frames_lengths += it->encoded_frame_length_in_bytes; in PrintSummary()
89 total_encoded_nonkey_frames_lengths += it->encoded_frame_length_in_bytes; in PrintSummary()
143 frame->encoded_frame_length_in_bytes, frame->frame_number); in PrintSummary()
147 frame->encoded_frame_length_in_bytes, frame->frame_number); in PrintSummary()
Dstats.h41 size_t encoded_frame_length_in_bytes; member
Dvideoprocessor.cc253 stat.encoded_frame_length_in_bytes = encoded_image._length; in FrameEncoded()
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc369 f.encoded_frame_length_in_bytes, f.frame_type, f.packets_dropped, in PrintCsvOutput()
454 f.bit_rate_in_kbps, f.encoded_frame_length_in_bytes, in PrintPythonOutput()