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

  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 557 enum StreamName {
566 return streams[StreamName::kInputStream];
569 return streams[StreamName::kOutputStream];
572 return streams[StreamName::kReverseInputStream];
575 return streams[StreamName::kReverseOutputStream];
578 StreamConfig& input_stream() { return streams[StreamName::kInputStream]; }
579 StreamConfig& output_stream() { return streams[StreamName::kOutputStream]; }
581 return streams[StreamName::kReverseInputStream];
584 return streams[StreamName::kReverseOutputStream];
588 for (int i = 0; i < StreamName::kNumStreamNames; ++i)
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
MonsterStorage_grpc.go 121 StreamName: "Retrieve",
  /external/golang-protobuf/protoc-gen-go/grpc/
grpc.go 246 g.P("StreamName: ", strconv.Quote(method.GetName()), ",")
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 451 WCHAR StreamName[1];
    [all...]
winbase.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 858 milliseconds