Home
last modified time | relevance | path

Searched refs:CUSTOM (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_xfade_opencl.c31 CUSTOM, enumerator
93 if (ctx->transition == CUSTOM) { in xfade_opencl_load()
108 case CUSTOM: kernel_name = ctx->kernel_name; break; in xfade_opencl_load()
382 { "custom", "custom transition", 0, AV_OPT_TYPE_CONST, {.i64=CUSTOM}, 0, 0, FLAGS, "transition" },
H A Dvf_xfade.c32 CUSTOM = -1, enumerator
153 { "custom", "custom transition", 0, AV_OPT_TYPE_CONST, {.i64=CUSTOM}, 0, 0, FLAGS, "transition" },
1842 case CUSTOM: s->transitionf = s->depth <= 8 ? custom8_transition : custom16_transition; break; in config_output()
1892 if (s->transition == CUSTOM) { in config_output()
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp47 CUSTOM, // custom font, doesn't need to be compressed. enumerator
71 return typeface->IsCustomTypeface() ? FontCompressionStatus::CUSTOM : FontCompressionStatus::SYSTEM; in getFontCompressionStatus()
85 return typeface->isCustomTypeface() ? FontCompressionStatus::CUSTOM : FontCompressionStatus::SYSTEM; in getFontCompressionStatus()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.h64 enum PropertyAttributesType : uint8_t { DEFAULT, CUSTOM };
H A Dweb-snapshot.cc468 // - If the PropertyAttributesType is CUSTOM: attributes
496 : PropertyAttributesType::CUSTOM); in SerializeMap()
1513 case PropertyAttributesType::CUSTOM: in DeserializeMaps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp278 ECase(CUSTOM); in enumeration()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 35 milliseconds