Home
last modified time | relevance | path

Searched refs:source_buffer_ (Results 1 – 8 of 8) 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/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcopy_thunk.cc48 source_buffer_(source_buffer), in DeviceToDeviceCopyThunk()
58 buffer_allocations.GetDeviceAddress(source_buffer_); in ExecuteOnStream()
Dnccl_all_reduce_thunk.h55 const BufferAllocation::Slice source_buffer_; variable
Dnccl_all_reduce_thunk.cc324 participant.source_data = buffer_allocations.GetDeviceAddress(source_buffer_); in ExecuteOnStream()
352 source_buffer_(source_buffer), in NcclAllReduceThunk()
Dcopy_thunk.h72 const BufferAllocation::Slice source_buffer_;
/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
/external/v8/src/
Dd8.cc431 source_buffer_.reset(new uint8_t[source_length_]); in DummySourceStream()
432 source->WriteUtf8(isolate, reinterpret_cast<char*>(source_buffer_.get()), in DummySourceStream()
440 *src = source_buffer_.release(); in GetMoreData()
448 std::unique_ptr<uint8_t[]> source_buffer_; member in v8::DummySourceStream