Searched refs:kSoftware (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/examples/turnserver/ |
D | turnserver_main.cc | 28 const char kSoftware[] = "libjingle TurnServer"; variable 88 server.set_software(kSoftware); in main()
|
/external/webrtc/test/scenario/ |
D | video_stream_unittest.cc | 47 c->encoder.implementation = CodecImpl::kSoftware; in TEST() 57 c->encoder.implementation = CodecImpl::kSoftware; in TEST() 101 c->encoder.implementation = CodecImpl::kSoftware; in TEST() 226 c->encoder.implementation = CodecImpl::kSoftware; in TEST()
|
D | stats_collection_unittest.cc | 25 VideoStreamConfig::Encoder::Implementation::kSoftware; in CreateAnalyzedStream()
|
D | scenario_config.h | 124 enum Implementation { kFake, kSoftware, kHardware } implementation = kFake; enumerator
|
D | scenario_unittest.cc | 84 VideoStreamConfig::Encoder::Implementation::kSoftware; in SetupVideoCall()
|
D | video_stream.cc | 391 case VideoStreamConfig::Encoder::Implementation::kSoftware: in SendVideoStream()
|
/external/skqp/tools/skpbench/ |
D | skpbench.cpp | 112 kSoftware = 70 enumerator 295 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples"); in print_result() 418 exitf(ExitErr::kSoftware, "testContext is null"); in main() 552 fprintf(stderr, ExitErr::kSoftware == err ? "INTERNAL ERROR: " : "ERROR: "); in exitf() 557 fprintf(stderr, ExitErr::kSoftware == err ? "; this should never happen.\n": ".\n"); in exitf() 572 exitf(ExitErr::kSoftware, "attempted to sync with invalid fence"); in syncToPreviousFrame()
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | depth_map.cc | 27 constexpr const char* kSoftware = "Software"; variable 183 if (deserializer.ParseString(prefix, kSoftware, &software)) { in ParseFields() 336 serializer->WriteProperty(prefix, kSoftware, params_.software); in Serialize()
|
/external/skia/tools/skpbench/ |
D | skpbench.cpp | 125 kSoftware = 70 enumerator 446 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples"); in print_result() 591 exitf(ExitErr::kSoftware, "testContext is null"); in main() 738 fprintf(stderr, ExitErr::kSoftware == err ? "INTERNAL ERROR: " : "ERROR: "); in exitf() 743 fprintf(stderr, ExitErr::kSoftware == err ? "; this should never happen.\n": ".\n"); in exitf()
|