Home
last modified time | relevance | path

Searched refs:obj_ (Results 1 – 23 of 23) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/
Dopensles_common.h26 ScopedSLObject() : obj_(nullptr) {} in ScopedSLObject()
31 RTC_DCHECK(!obj_); in Receive()
32 return &obj_; in Receive()
35 SLDerefType operator->() { return *obj_; }
37 SLType Get() const { return obj_; } in Get()
40 if (obj_) { in Reset()
41 (*obj_)->Destroy(obj_); in Reset()
42 obj_ = nullptr; in Reset()
47 SLType obj_;
/external/webrtc/webrtc/modules/utility/include/
Dhelpers_android.h73 : jni_(jni), obj_(static_cast<T>(NewGlobalRef(jni, obj))) {} in ScopedGlobalRef()
75 DeleteGlobalRef(jni_, obj_); in ~ScopedGlobalRef()
78 return obj_;
82 T obj_; variable
/external/webrtc/talk/app/webrtc/java/jni/
Djni_helpers.h128 : obj_(static_cast<T>(jni->NewGlobalRef(obj))) {} in ScopedGlobalRef()
130 DeleteGlobalRef(AttachCurrentThreadIfNeeded(), obj_); in ~ScopedGlobalRef()
133 return obj_;
136 T obj_;
/external/opencv3/modules/videostab/src/
Dmotion_stabilizing.cpp161 obj_.assign(ncols, 0); in stabilize()
170 obj_[c] = w4_*w1_; in stabilize()
174 obj_[c+1] = w4_*w1_; in stabilize()
178 obj_[c+2] = w1_; in stabilize()
182 obj_[c+3] = w4_*w1_; in stabilize()
186 obj_[c+4] = w4_*w1_; in stabilize()
190 obj_[c+5] = w1_; in stabilize()
196 obj_[c] = w4_*w2_; in stabilize()
200 obj_[c+1] = w4_*w2_; in stabilize()
204 obj_[c+2] = w2_; in stabilize()
[all …]
Dglobal_motion.cpp568 obj_.assign(ncols, 0); in estimate()
576 obj_[c] = 1; in estimate()
579 obj_[c+1] = 1; in estimate()
633 model.loadProblem(A, &collb_[0], &colub_[0], &obj_[0], &rowlb_[0], &rowub_[0]); in estimate()
/external/opencv3/3rdparty/libjasper/
Djas_stream.c164 stream->obj_ = 0; in jas_stream_create()
197 stream->obj_ = (void *) obj; in jas_stream_memopen()
279 stream->obj_ = (void *) obj; in jas_stream_fopen()
333 stream->obj_ = JAS_CAST(void *, fp); in jas_stream_freopen()
365 stream->obj_ = obj; in jas_stream_tmpfile()
443 stream->obj_ = (void *) obj; in jas_stream_fdopen()
475 (*stream->ops_->close_)(stream->obj_); in jas_stream_close()
635 if ((*stream->ops_->seek_)(stream->obj_, 0, SEEK_CUR) < 0) { in jas_stream_isseekable()
673 if ((newpos = (*stream->ops_->seek_)(stream->obj_, offset, origin)) in jas_stream_seek()
694 if ((offset = (*stream->ops_->seek_)(stream->obj_, 0, SEEK_CUR)) < 0) { in jas_stream_tell()
[all …]
Djpc_enc.c1471 smo = cblk->stream->obj_; in dump_passes()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.h144 explicit AutoLock(T* obj) : obj_(obj) { obj_->Lock(); } in AutoLock()
145 ~AutoLock() { obj_->Unlock(); } in ~AutoLock()
147 T* obj_;
/external/webrtc/webrtc/base/
Dplatform_thread.cc98 obj_(obj), in PlatformThread()
185 if (!run_function_(obj_)) in PlatformThread()
Dplatform_thread.h78 void* const obj_; variable
/external/libxml2/result/
Ddia2.sax228 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
38 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
128 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
138 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
226 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
236 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
Ddia1.sax228 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
38 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
128 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
138 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
226 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
236 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
/external/v8/src/
Dapi-natives.cc120 obj_(obj) { in AccessCheckDisableScope()
122 DisableAccessChecks(isolate_, obj_); in AccessCheckDisableScope()
127 EnableAccessChecks(isolate_, obj_); in ~AccessCheckDisableScope()
134 Handle<JSObject> obj_; member in v8::internal::__anon3102d99a0111::AccessCheckDisableScope
Dapi.h53 return obj_.value(); in value()
66 NeanderObject obj_;
80 : obj_(obj) { } in NeanderArray()
Dapi.cc878 NeanderArray::NeanderArray(v8::internal::Isolate* isolate) : obj_(isolate, 2) { in NeanderArray()
879 obj_.set(0, i::Smi::FromInt(0)); in NeanderArray()
884 return i::Smi::cast(obj_.get(0))->value(); in length()
891 return obj_.get(offset + 1); in get()
902 int size = obj_.size(); in add()
908 obj_.value()->set_elements(*new_elms); in add()
910 obj_.set(length + 1, *value); in add()
911 obj_.set(0, i::Smi::FromInt(length + 1)); in add()
917 obj_.set(index + 1, value); in set()
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dmotion_stabilizing.hpp153 std::vector<double> obj_, collb_, colub_; member in cv::videostab::LpMotionStabilizer
Dglobal_motion.hpp161 std::vector<double> obj_, collb_, colub_; member in cv::videostab::MotionEstimatorL1
/external/opencv3/3rdparty/libjasper/jasper/
Djas_stream.h235 jas_stream_obj_t *obj_; member
/external/harfbuzz_ng/src/
Dhb-private.hh813 const void *obj_, in hb_auto_trace_t()
816 ...) : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t()
Dhb-ot-layout.cc948 inline void init (const void *obj_, hb_apply_func_t apply_func_) in init()
950 obj = obj_; in init()
/external/v8/src/heap/
Dheap.h556 *target = e.obj_; in remove()
577 Entry(HeapObject* obj, int size) : obj_(obj), size_(size) {} in Entry()
579 HeapObject* obj_; member
/external/v8/src/ast/
Dast.h1822 Expression* obj() const { return obj_; } in obj()
1825 void set_obj(Expression* e) { obj_ = e; } in set_obj()
1893 obj_(obj), in Property()
1906 Expression* obj_; variable
/external/webrtc/talk/session/media/
Dchannel_unittest.cc429 : obj_(obj), in CallThread()
435 bool result = (*obj_.*method_)(); in DoWork()
441 ChannelTest<T>* obj_; member in ChannelTest::CallThread