Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/testsupport/
Dframe_writer.cc19 size_t frame_length_in_bytes) in FrameWriterImpl() argument
21 frame_length_in_bytes_(frame_length_in_bytes), in FrameWriterImpl()
Dframe_reader.cc21 size_t frame_length_in_bytes) in FrameReaderImpl() argument
23 frame_length_in_bytes_(frame_length_in_bytes), in FrameReaderImpl()
Dframe_writer.h54 FrameWriterImpl(std::string output_filename, size_t frame_length_in_bytes);
Dframe_reader.h56 FrameReaderImpl(std::string input_filename, size_t frame_length_in_bytes);
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc263 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/
Dvideoprocessor.cc33 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()
Dvideoprocessor.h80 size_t frame_length_in_bytes; member
Dvideoprocessor_integrationtest.cc170 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()