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

  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 3142 struct ven_profilelevel requested_level = {0}; local
    [all...]
video_encoder_device.cpp 2089 struct ven_profilelevel requested_level; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 1765 struct ven_profilelevel requested_level; local
    [all...]
video_encoder_device.cpp 1846 struct ven_profilelevel requested_level; local
    [all...]
  /art/runtime/
instrumentation.cc 553 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing; local
555 requested_level = std::max(requested_level, v.second);
558 interpret_only_ = (requested_level == InstrumentationLevel::kInstrumentWithInterpreter) ||
562 if (requested_level == current_level) {
570 if (requested_level > InstrumentationLevel::kInstrumentNothing) {
571 if (requested_level == InstrumentationLevel::kInstrumentWithInterpreter) {
575 CHECK_EQ(requested_level, InstrumentationLevel::kInstrumentWithInstrumentationStubs);
    [all...]
  /external/ppp/pppd/
sys-linux.c 386 static int set_kdebugflag (int requested_level)
390 if (ioctl(ppp_dev_fd, PPPIOCSDEBUG, &requested_level) < 0) {
    [all...]

Completed in 360 milliseconds