HomeSort by relevance Sort by last modified time
    Searched defs:FilterType (Results 1 - 8 of 8) sorted by null

  /external/perfetto/src/trace_processor/
window_operator_table.h 53 enum FilterType {
68 FilterType filter_type_ = FilterType::kReturnAll;
  /external/ImageMagick/MagickCore/
resample.h 67 } FilterType;
98 SetResampleFilter(ResampleFilter *,const FilterType);
  /bionic/libc/seccomp/
seccomp_policy.cpp 244 enum FilterType {
251 bool _set_seccomp_filter(FilterType type) {
317 return _set_seccomp_filter(FilterType::APP);
321 return _set_seccomp_filter(FilterType::APP_ZYGOTE);
325 return _set_seccomp_filter(FilterType::SYSTEM);
329 return _set_seccomp_filter(FilterType::GLOBAL);
  /external/grpc-grpc/src/cpp/common/
channel_filter.h 382 typedef internal::ChannelFilter<ChannelDataType, CallDataType> FilterType;
387 {FilterType::StartTransportStreamOpBatch, FilterType::StartTransportOp,
388 FilterType::call_data_size, FilterType::InitCallElement,
389 FilterType::SetPollsetOrPollsetSet, FilterType::DestroyCallElement,
390 FilterType::channel_data_size, FilterType::InitChannelElement,
391 FilterType::DestroyChannelElement, FilterType::GetChannelInfo, name}}
    [all...]
  /frameworks/av/cmds/stagefright/
mediafilter.cpp 149 enum FilterType {
318 FilterType filterType) {
395 switch (filterType) {
455 LOG_ALWAYS_FATAL("mediacodec.cpp error: unrecognized FilterType");
671 FilterType filterType = FILTERTYPE_ZERO;
678 filterType = FILTERTYPE_INTRINSIC_BLUR;
683 filterType = FILTERTYPE_RS_ARGB_TO_RGBA;
688 filterType = FILTERTYPE_RS_NIGHT_VISION
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 4275 milliseconds