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

  /external/webrtc/webrtc/test/testsupport/
frame_reader.cc 61 bool FrameReaderImpl::ReadFrame(uint8_t* source_buffer) {
  /external/webrtc/talk/media/devices/
yuvframescapturer.cc 60 capturer_->ReadFrame(true);
73 capturer_->ReadFrame(false);
178 void YuvFramesCapturer::ReadFrame(bool first_frame) {
filevideocapturer.cc 125 if (capturer_ && capturer_->ReadFrame(true, &waiting_time_ms)) {
137 if (capturer_ && capturer_->ReadFrame(false, &waiting_time_ms)) {
315 bool FileVideoCapturer::ReadFrame(bool first_frame, int* wait_time_ms) {
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 366 bool ReadFrame(FILE* file, AudioFrame* frame);
367 bool ReadFrame(FILE* file, AudioFrame* frame, ChannelBuffer<float>* cb);
531 bool ApmTest::ReadFrame(FILE* file, AudioFrame* frame,
556 bool ApmTest::ReadFrame(FILE* file, AudioFrame* frame) {
557 return ReadFrame(file, frame, NULL);
564 if (!ReadFrame(near_file_, frame_, cb)) {
566 ASSERT_TRUE(ReadFrame(near_file_, frame_, cb));
641 ASSERT_TRUE(ReadFrame(near_file_, frame));
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]

Completed in 335 milliseconds