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

  /hardware/qcom/media/msm8974/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...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 2089 struct ven_profilelevel requested_level; local
    [all...]
video_encoder_device_v4l2.cpp 3260 struct ven_profilelevel requested_level = {0}; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 2090 struct ven_profilelevel requested_level; local
    [all...]
video_encoder_device_v4l2.cpp 4400 struct ven_profilelevel requested_level = {0}; local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 2090 struct ven_profilelevel requested_level; local
    [all...]
video_encoder_device_v4l2.cpp 4957 struct ven_profilelevel requested_level = {0}; local
    [all...]
  /art/runtime/
instrumentation.cc 586 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing; local
588 requested_level = std::max(requested_level, v.second);
591 interpret_only_ = (requested_level == InstrumentationLevel::kInstrumentWithInterpreter) ||
594 if (!RequiresInstrumentationInstallation(requested_level)) {
602 if (requested_level > InstrumentationLevel::kInstrumentNothing) {
603 if (requested_level == InstrumentationLevel::kInstrumentWithInterpreter) {
607 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 736 milliseconds