Home
last modified time | relevance | path

Searched refs:source_buffer_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc57 source_buffer_(NULL), in VideoProcessorImpl()
83 source_buffer_ = new uint8_t[frame_length_in_bytes]; in Init()
145 delete[] source_buffer_; in ~VideoProcessorImpl()
192 if (frame_reader_->ReadFrame(source_buffer_)) { in ProcessFrame()
194 source_frame_.CreateFrame(source_buffer_, config_.codec_settings->width, in ProcessFrame()
Dvideoprocessor.h204 uint8_t* source_buffer_; variable
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc122 source_buffer_.reset(new uint8_t[length_source_frame_]); in SetUp()
127 fread(source_buffer_.get(), 1, length_source_frame_, source_file_), in SetUp()
144 EXPECT_EQ(0, ConvertToI420(kI420, source_buffer_.get(), 0, 0, in SetUp()
186 rtc::scoped_ptr<uint8_t[]> source_buffer_; member in webrtc::TestVp8Impl