Home
last modified time | relevance | path

Searched refs:kSoftware (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/examples/turnserver/
Dturnserver_main.cc28 const char kSoftware[] = "libjingle TurnServer"; variable
88 server.set_software(kSoftware); in main()
/external/webrtc/test/scenario/
Dvideo_stream_unittest.cc47 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()
Dstats_collection_unittest.cc25 VideoStreamConfig::Encoder::Implementation::kSoftware; in CreateAnalyzedStream()
Dscenario_config.h124 enum Implementation { kFake, kSoftware, kHardware } implementation = kFake; enumerator
Dscenario_unittest.cc84 VideoStreamConfig::Encoder::Implementation::kSoftware; in SetupVideoCall()
Dvideo_stream.cc391 case VideoStreamConfig::Encoder::Implementation::kSoftware: in SendVideoStream()
/external/skqp/tools/skpbench/
Dskpbench.cpp112 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/
Ddepth_map.cc27 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/
Dskpbench.cpp125 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()