HomeSort by relevance Sort by last modified time
    Searched refs:frame_length_in_bytes (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/test/testsupport/
frame_writer.cc 19 size_t frame_length_in_bytes)
21 frame_length_in_bytes_(frame_length_in_bytes),
frame_reader.h 54 // frame_length_in_bytes The size of each frame.
56 FrameReaderImpl(std::string input_filename, size_t frame_length_in_bytes);
frame_writer.h 52 // frame_length_in_bytes The size of each frame.
54 FrameWriterImpl(std::string output_filename, size_t frame_length_in_bytes);
frame_reader.cc 21 size_t frame_length_in_bytes)
23 frame_length_in_bytes_(frame_length_in_bytes),
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 33 frame_length_in_bytes(0),
82 size_t frame_length_in_bytes = frame_reader_->FrameLength(); local
83 source_buffer_ = new uint8_t[frame_length_in_bytes];
84 last_successful_frame_buffer_ = new uint8_t[frame_length_in_bytes];
videoprocessor.h 80 size_t frame_length_in_bytes; member in struct:webrtc::test::TestConfig
videoprocessor_integrationtest.cc 170 config_.frame_length_in_bytes =
216 config_.input_filename, config_.frame_length_in_bytes);
218 config_.output_filename, config_.frame_length_in_bytes);
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 263 config->frame_length_in_bytes =
332 Log(" Frame length : %" PRIuS " bytes\n", config.frame_length_in_bytes);
397 "{'name': 'frame_length_in_bytes', 'value': '%" PRIuS
414 config.frame_length_in_bytes, config.use_single_core ? "True " : "False",
494 config.frame_length_in_bytes);
496 config.frame_length_in_bytes);

Completed in 82 milliseconds