Searched refs:StreamName (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/modules/audio_processing/include/ |
D | audio_processing.h | 803 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/ |
D | PDBFileBuilder.cpp | 116 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()
|
D | NativeEnumInjectedSources.cpp | 73 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/ |
D | PDBFileBuilder.cpp | 117 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()
|
D | NativeEnumInjectedSources.cpp | 73 std::string StreamName = ("/src/files/" + VName).str(); in getCode() local 78 auto ExpectedFileStream = File.safelyCreateNamedStream(StreamName); in getCode()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | MonsterStorage_grpc.go | 234 StreamName: "Retrieve", 239 StreamName: "GetMaxHitPoint", 244 StreamName: "GetMinMaxHitPoints",
|
/external/golang-protobuf/protoc-gen-go/testdata/grpc/ |
D | grpc.pb.go | 451 StreamName: "Downstream", 456 StreamName: "Upstream", 461 StreamName: "Bidi",
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBFileBuilder.h | 68 std::string StreamName; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBFileBuilder.h | 68 std::string StreamName; member
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.h | 79 void printStreamNotPresent(StringRef StreamName);
|
D | PdbYaml.h | 51 StringRef StreamName; member
|
D | PdbYaml.cpp | 174 IO.mapRequired("Name", Obj.StreamName); in mapping()
|
D | DumpOutputStyle.cpp | 79 void DumpOutputStyle::printStreamNotPresent(StringRef StreamName) { in printStreamNotPresent() argument 81 P.formatLine("{0} stream not present", StreamName); in printStreamNotPresent()
|