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

  /frameworks/rs/cpp/
Script.cpp 35 void *out_id = BaseObj::getObjID(aout); local
36 tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, NULL, 0));
  /frameworks/base/graphics/java/android/renderscript/
Script.java 139 int out_id = 0; local
141 out_id = aout.getID(mRS);
147 mRS.nScriptForEach(getID(mRS), slot, in_id, out_id, params); local
168 int out_id = 0; local
170 out_id = aout.getID(mRS);
176 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend); local
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 241 int out_id = 0; local
243 out_id = aout.getID(mRS);
249 mRS.nScriptForEach(getID(mRS), slot, in_id, out_id, params); local
280 int out_id = 0; local
282 out_id = aout.getID(mRS);
288 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend); local
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 799 int out_id = out_device ? talk_base::FromString<int>(out_device->id) : local
807 if (-1 == out_id) {
808 out_id = kDefaultAudioDeviceId;
814 std::string out_name = (out_id != kDefaultAudioDeviceId) ?
817 << ") and speaker to (id=" << out_id << ", name=" << out_name
853 if (!FindWebRtcAudioDeviceId(false, out_name, out_id, &out_id)) {
858 if (voe_wrapper_->hw()->SetPlayoutDevice(out_id) == -1) {
859 LOG_RTCERR2(SetPlayoutDevice, out_device->name, out_id);
886 << ") and speaker to (id="<< out_id << " name=" << out_nam
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 522 milliseconds