Home
last modified time | relevance | path

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

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dviz_pixel_test.h36 case RendererType::kSoftware: in renderer_str()
49 return renderer_type_ == RendererType::kSoftware; in is_software_renderer()
H A Dviz_pixel_test.cc40 case RendererType::kSoftware: in SetUp()
H A Doutput_surface.cc39 : software_device_(std::move(software_device)), type_(Type::kSoftware) { in OutputSurface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/raster/
H A Dplayback_image_provider.h21 enum class RasterMode { kSoftware, kGpu, kOop }; enumerator
39 RasterMode raster_mode = RasterMode::kSoftware;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/test/
H A Dtest_types.cc24 case RendererType::kSoftware: in RendererTypeTestSuffix()
34 types.push_back(RendererType::kSoftware); in GetRendererTypes()
H A Dtest_types.h20 kSoftware, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/examples/turnserver/
H A Dturnserver_main.cc28 const char kSoftware[] = "libjingle TurnServer"; variable
88 server.set_software(kSoftware); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/examples/turnserver/
H A Dturnserver_main.cc28 const char kSoftware[] = "libjingle TurnServer"; variable
88 server.set_software(kSoftware); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/scenario/
H A Dvideo_stream_unittest.cc46 c->encoder.implementation = CodecImpl::kSoftware; in TEST()
56 c->encoder.implementation = CodecImpl::kSoftware; in TEST()
100 c->encoder.implementation = CodecImpl::kSoftware; in TEST()
206 c->encoder.implementation = CodecImpl::kSoftware; in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/scenario/
H A 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()
207 c->encoder.implementation = CodecImpl::kSoftware; in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/android/
H A Dcodec_allocator.cc96 codec_config->codec_type = CodecType::kSoftware; in CreateMediaCodecAsync()
135 if (codec->GetCodecType() != CodecType::kSoftware) in ReleaseMediaCodec()
H A Dcodec_allocator_unittest.cc292 EXPECT_CALL(*this, OnCodecCreated(CodecType::kSoftware)); in TEST_F()
316 config->codec_type = CodecType::kSoftware; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/android/
H A Dcodec_allocator.cc96 codec_config->codec_type = CodecType::kSoftware; in CreateMediaCodecAsync()
135 if (codec->GetCodecType() != CodecType::kSoftware) in ReleaseMediaCodec()
H A Dcodec_allocator_unittest.cc292 EXPECT_CALL(*this, OnCodecCreated(CodecType::kSoftware)); in TEST_F()
316 config->codec_type = CodecType::kSoftware; in TEST_F()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/WAVE/
H A DINFOMetadata.h38 kSoftware = 0x49534654, // 'ISFT' std::string enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/skpbench/
H A Dskpbench.cpp123 kSoftware = 70 enumerator
401 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples"); in print_result()
538 exitf(ExitErr::kSoftware, "testContext is null"); in main()
690 fprintf(stderr, ExitErr::kSoftware == err ? "INTERNAL ERROR: " : "ERROR: "); in exitf()
695 fprintf(stderr, ExitErr::kSoftware == err ? "; this should never happen.\n": ".\n"); in exitf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/skpbench/
H A Dskpbench.cpp123 kSoftware = 70 enumerator
446 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples"); in print_result()
583 exitf(ExitErr::kSoftware, "testContext is null"); in main()
731 fprintf(stderr, ExitErr::kSoftware == err ? "INTERNAL ERROR: " : "ERROR: "); in exitf()
736 fprintf(stderr, ExitErr::kSoftware == err ? "; this should never happen.\n": ".\n"); in exitf()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Doutput_surface.cc39 : software_device_(std::move(software_device)), type_(Type::kSoftware) { in OutputSurface()
H A Ddisplay_resource_provider.h69 kSoftware, enumerator
82 bool IsSoftware() const { return mode_ == kSoftware; } in IsSoftware()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dlayer_tree_test.h78 case viz::RendererType::kSoftware: in TestTypeToString()
220 return renderer_type_ == viz::RendererType::kSoftware; in use_software_renderer()
H A Dlayer_tree_pixel_resource_test.cc35 case viz::RendererType::kSoftware: in GetRendererSuffix()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/android/
H A Dmedia_codec_bridge.h32 kSoftware, // In some cases hardware codecs could hang the GPU process. enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/android/
H A Dmedia_codec_bridge.h32 kSoftware, // In some cases hardware codecs could hang the GPU process. enumerator
/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/
H A DmsrVarValAssocs.h128 kSoftware }; enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/base/
H A Ddevtools_instrumentation.cc19 case ScopedImageDecodeTask::kSoftware: in RecordMicrosecondTimesUmaByDecodeType()

123