HomeSort by relevance Sort by last modified time
    Searched refs:IsSupported (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264.cc 39 RTC_DCHECK(H264Encoder::IsSupported());
48 bool H264Encoder::IsSupported() {
53 RTC_DCHECK(H264Decoder::IsSupported());
62 bool H264Decoder::IsSupported() {
  /external/libchrome/base/task/sequence_manager/
sequence_manager.cc 15 : records_cpu_time_for_each_task(base::ThreadTicks::IsSupported() &&
21 if (!base::ThreadTicks::IsSupported())
sequence_manager_perftest.cc 65 if (ThreadTicks::IsSupported())
211 if (!ThreadTicks::IsSupported())
222 if (!ThreadTicks::IsSupported())
233 if (!ThreadTicks::IsSupported())
244 if (!ThreadTicks::IsSupported())
255 if (!ThreadTicks::IsSupported())
267 if (!ThreadTicks::IsSupported())
279 if (!ThreadTicks::IsSupported())
291 if (!ThreadTicks::IsSupported())
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/include/
h264.h 33 static bool IsSupported();
41 static bool IsSupported();
  /external/pdfium/core/fpdfapi/page/
cpdf_iccprofile.h 24 bool IsValid() const { return IsSRGB() || IsSupported(); }
26 bool IsSupported() const { return !!m_Transform; }
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer_none.cpp 10 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps) {
GrCoverageCountingPathRenderer.h 30 static bool IsSupported(const GrCaps&);
  /external/skqp/src/gpu/ccpr/
GrCoverageCountingPathRenderer_none.cpp 10 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps) {
GrCoverageCountingPathRenderer.h 30 static bool IsSupported(const GrCaps&);
  /external/tensorflow/tensorflow/lite/
mmap_allocation_disabled.cc 37 bool MMAPAllocation::IsSupported() { return false; }
nnapi_delegate_disabled.cc 44 bool NNAPIDelegate::IsSupported() { return false; }
allocation.h 55 static bool IsSupported();
mmap_allocation.cc 59 bool MMAPAllocation::IsSupported() { return true; }
nnapi_delegate.h 60 static bool IsSupported();
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViERenderer.java 24 if(useOpenGLES2 == true && ViEAndroidGLES20.IsSupported(context))
  /external/chromium-trace/catapult/systrace/profile_chrome/
perf_tracing_agent_unittest.py 16 if not perf_tracing_agent.PerfProfilerAgent.IsSupported():
26 if not perf_tracing_agent.PerfProfilerAgent.IsSupported():
  /external/webrtc/webrtc/base/
windowpickerfactory.h 48 static bool IsSupported() {
windowpicker_unittest.cc 24 if (!rtc::WindowPickerFactory::IsSupported()) {
39 if (!rtc::WindowPickerFactory::IsSupported()) {
  /external/v8/src/ppc/
cpu-ppc.cc 17 if (CpuFeatures::IsSupported(INSTR_AND_DATA_CACHE_COHERENCY)) {
  /external/chromium-trace/catapult/devil/devil/android/perf/
thermal_throttle.py 16 def IsSupported(device):
43 def IsSupported(device):
80 if OmapThrottlingDetector.IsSupported(device):
82 elif ExynosThrottlingDetector.IsSupported(device):
  /external/tensorflow/tensorflow/contrib/lite/
allocation.h 56 static bool IsSupported();
  /external/v8/src/interpreter/
interpreter-intrinsics.cc 14 bool IntrinsicsHelper::IsSupported(Runtime::FunctionId function_id) {
interpreter-intrinsics.h 53 static bool IsSupported(Runtime::FunctionId function_id);
  /external/tensorflow/tensorflow/core/grappler/optimizers/
graph_optimizer_stage.h 132 virtual bool IsSupported(const NodeDef* node) const = 0;
152 return IsSupported(node)
259 if (stage->IsSupported(node)) {
281 if (!stage->IsSupported(node)) {
  /external/v8/src/x64/
macro-assembler-x64.cc 613 if (CpuFeatures::IsSupported(AVX)) {
622 if (CpuFeatures::IsSupported(AVX)) {
631 if (CpuFeatures::IsSupported(AVX)) {
640 if (CpuFeatures::IsSupported(AVX)) {
649 if (CpuFeatures::IsSupported(AVX)) {
660 if (CpuFeatures::IsSupported(AVX)) {
671 if (CpuFeatures::IsSupported(AVX)) {
682 if (CpuFeatures::IsSupported(AVX)) {
693 if (CpuFeatures::IsSupported(AVX)) {
704 if (CpuFeatures::IsSupported(AVX))
    [all...]

Completed in 797 milliseconds

1 2 3 4 5