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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 33 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];
videoprocessor.h 79 int frame_length_in_bytes; member in struct:webrtc::test::TestConfig
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
vie_video_verification_test.cc 305 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)

Completed in 67 milliseconds