Home
last modified time | relevance | path

Searched refs:StreamName (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/modules/audio_processing/include/
Daudio_processing.h803 enum StreamName { enum
812 return streams[StreamName::kInputStream]; in input_stream()
815 return streams[StreamName::kOutputStream]; in output_stream()
818 return streams[StreamName::kReverseInputStream]; in reverse_input_stream()
821 return streams[StreamName::kReverseOutputStream]; in reverse_output_stream()
824 StreamConfig& input_stream() { return streams[StreamName::kInputStream]; } in input_stream()
825 StreamConfig& output_stream() { return streams[StreamName::kOutputStream]; } in output_stream()
827 return streams[StreamName::kReverseInputStream]; in reverse_input_stream()
830 return streams[StreamName::kReverseOutputStream]; in reverse_output_stream()
834 for (int i = 0; i < StreamName::kNumStreamNames; ++i) {
[all …]
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp116 Desc.StreamName = "/src/files/"; in addInjectedSource()
118 Desc.StreamName += VName; in addInjectedSource()
201 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize()); in finalizeMsfLayout()
252 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName)); in commitInjectedSources()
DNativeEnumInjectedSources.cpp73 std::string StreamName = ("/src/files/" + VName).str(); in getCode() local
78 auto ExpectedFileStream = File.safelyCreateNamedStream(StreamName); in getCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp117 Desc.StreamName = "/src/files/"; in addInjectedSource()
119 Desc.StreamName += VName; in addInjectedSource()
202 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize()); in finalizeMsfLayout()
253 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName)); in commitInjectedSources()
DNativeEnumInjectedSources.cpp73 std::string StreamName = ("/src/files/" + VName).str(); in getCode() local
78 auto ExpectedFileStream = File.safelyCreateNamedStream(StreamName); in getCode()
/external/flatbuffers/tests/MyGame/Example/
DMonsterStorage_grpc.go234 StreamName: "Retrieve",
239 StreamName: "GetMaxHitPoint",
244 StreamName: "GetMinMaxHitPoints",
/external/golang-protobuf/protoc-gen-go/testdata/grpc/
Dgrpc.pb.go451 StreamName: "Downstream",
456 StreamName: "Upstream",
461 StreamName: "Bidi",
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFileBuilder.h68 std::string StreamName; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFileBuilder.h68 std::string StreamName; member
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.h79 void printStreamNotPresent(StringRef StreamName);
DPdbYaml.h51 StringRef StreamName; member
DPdbYaml.cpp174 IO.mapRequired("Name", Obj.StreamName); in mapping()
DDumpOutputStyle.cpp79 void DumpOutputStyle::printStreamNotPresent(StringRef StreamName) { in printStreamNotPresent() argument
81 P.formatLine("{0} stream not present", StreamName); in printStreamNotPresent()