HomeSort by relevance Sort by last modified time
    Searched refs:TUNING (Results 1 - 6 of 6) sorted by null

  /hardware/google/av/codec2/tests/
C2SampleComponent_test.cpp 315 case C2Param::TUNING: cout << "Tuning"; break;
  /hardware/google/av/codec2/vndk/util/
C2Debug.cpp 92 i.kind() == C2Param::TUNING ? 't' :
  /hardware/google/av/codec2/include/
C2Param.h 96 // - kind (setting, tuning, info, struct)
123 TUNING = (1 << 3) | SETTING, // tunings are settings
216 * Type encompasses the parameter's kind (tuning, setting, info), its scope (whether the
237 /// return the kind (struct, info, setting or tuning) of this param
243 case KIND_TUNING: return TUNING;
584 * Tuning base structure for component method signatures. Wrap constructors.
    [all...]
  /art/runtime/interpreter/mterp/out/
mterp_mips64.S     [all...]
mterp_arm.S     [all...]
mterp_mips.S     [all...]

Completed in 107 milliseconds