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

  /frameworks/rs/cpp/
Script.cpp 34 void *out_id = BaseObj::getObjID(aout); local
35 tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, nullptr, 0));
  /external/tensorflow/tensorflow/core/graph/
control_flow.cc 60 int out_id = out->id(); local
61 ControlFlowInfo* out_info = &(*info)[out_id];
63 bool is_visited = (parent_nodes[out_id] != nullptr);
  /frameworks/base/rs/java/android/renderscript/
Script.java 196 long out_id = 0; local
198 out_id = aout.getID(mRS);
218 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local
261 long out_id = 0; local
263 out_id = aout.getID(mRS);
283 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local
308 long out_id = aout.getID(mRS); local
322 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); local
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Script.java 251 long out_id = 0; local
256 out_id = aout.getID(mRS);
269 mRS.nScriptForEach(getID(mRS), slot, in_id, out_id, params, mUseIncSupp); local
293 long out_id = 0; local
298 out_id = aout.getID(mRS);
310 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp); local
360 long out_id = 0; local
362 out_id = aout.getID(mRS);
382 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local
408 long out_id = aout.getID(mRS) local
422 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); local
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 866 int out_id = kDefaultAudioDeviceId; local
868 << ") and speaker to (id=" << out_id << ")"; local
887 << ") and speaker to (id=" << out_id << ")"; local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 1378 const int out_id = out->id(); local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 226 milliseconds