Searched defs:frame_length_in_bytes (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dframe_reader.cc21 size_t frame_length_in_bytes)
23 frame_length_in_bytes_(frame_length_in_bytes),
20 FrameReaderImpl(std::string input_filename, size_t frame_length_in_bytes) argument
H A Dframe_writer.cc19 size_t frame_length_in_bytes)
21 frame_length_in_bytes_(frame_length_in_bytes),
18 FrameWriterImpl(std::string output_filename, size_t frame_length_in_bytes) argument
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_reader.cc21 int frame_length_in_bytes)
23 frame_length_in_bytes_(frame_length_in_bytes),
20 FrameReaderImpl(std::string input_filename, int frame_length_in_bytes) argument
H A Dframe_writer.cc19 int frame_length_in_bytes)
21 frame_length_in_bytes_(frame_length_in_bytes),
18 FrameWriterImpl(std::string output_filename, int frame_length_in_bytes) argument
/external/webrtc/test/testsupport/
H A Dframe_reader.cc21 int frame_length_in_bytes)
23 frame_length_in_bytes_(frame_length_in_bytes),
20 FrameReaderImpl(std::string input_filename, int frame_length_in_bytes) argument
H A Dframe_writer.cc19 int frame_length_in_bytes)
21 frame_length_in_bytes_(frame_length_in_bytes),
18 FrameWriterImpl(std::string output_filename, int frame_length_in_bytes) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.cc33 frame_length_in_bytes(-1),
81 size_t frame_length_in_bytes = frame_reader_->FrameLength(); local
82 source_buffer_ = new uint8_t[frame_length_in_bytes];
83 last_successful_frame_buffer_ = new uint8_t[frame_length_in_bytes];
H A Dvideoprocessor.h79 int frame_length_in_bytes; member in struct:webrtc::test::TestConfig
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
H A Dvie_video_verification_test.cc305 const int frame_length_in_bytes = 3 * width * height / 2; local
306 ViETest::Log("Frame length: %d bytes", frame_length_in_bytes);
308 FixOutputFileForComparison(output_file, frame_length_in_bytes, all_frames);
312 EXPECT_EQ(all_frames.size(), output_file_size / frame_length_in_bytes)
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives.cc274 int frame_length_in_bytes,
277 frame_length_in_bytes);
279 webrtc::test::FrameWriterImpl frame_writer(temp_file, frame_length_in_bytes);
288 uint8_t* last_frame_data = new uint8_t[frame_length_in_bytes];
273 FixOutputFileForComparison(const std::string& output_file, int frame_length_in_bytes, const std::vector<Frame*>& frames) argument

Completed in 131 milliseconds