Searched refs:frame_length_in_bytes (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/test/testsupport/ |
D | frame_writer.cc | 19 size_t frame_length_in_bytes) in FrameWriterImpl() argument 21 frame_length_in_bytes_(frame_length_in_bytes), in FrameWriterImpl()
|
D | frame_reader.cc | 21 size_t frame_length_in_bytes) in FrameReaderImpl() argument 23 frame_length_in_bytes_(frame_length_in_bytes), in FrameReaderImpl()
|
D | frame_writer.h | 54 FrameWriterImpl(std::string output_filename, size_t frame_length_in_bytes);
|
D | frame_reader.h | 56 FrameReaderImpl(std::string input_filename, size_t frame_length_in_bytes);
|
/external/webrtc/webrtc/modules/video_coding/codecs/tools/ |
D | video_quality_measurement.cc | 263 config->frame_length_in_bytes = in HandleCommandLineFlags() 332 Log(" Frame length : %" PRIuS " bytes\n", config.frame_length_in_bytes); in PrintConfigurationSummary() 414 config.frame_length_in_bytes, config.use_single_core ? "True " : "False", in PrintPythonOutput() 494 config.frame_length_in_bytes); in main() 496 config.frame_length_in_bytes); in main()
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
D | videoprocessor.cc | 33 frame_length_in_bytes(0), in TestConfig() 82 size_t frame_length_in_bytes = frame_reader_->FrameLength(); in Init() local 83 source_buffer_ = new uint8_t[frame_length_in_bytes]; in Init() 84 last_successful_frame_buffer_ = new uint8_t[frame_length_in_bytes]; in Init()
|
D | videoprocessor.h | 80 size_t frame_length_in_bytes; member
|
D | videoprocessor_integrationtest.cc | 170 config_.frame_length_in_bytes = in SetUpCodecConfig() 216 config_.input_filename, config_.frame_length_in_bytes); in SetUpCodecConfig() 218 config_.output_filename, config_.frame_length_in_bytes); in SetUpCodecConfig()
|