/external/webrtc/webrtc/modules/audio_device/android/ |
D | opensles_common.h | 26 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/ |
D | helpers_android.h | 73 : 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/ |
D | jni_helpers.h | 128 : 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/ |
D | motion_stabilizing.cpp | 161 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 …]
|
D | global_motion.cpp | 568 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/ |
D | jas_stream.c | 164 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 …]
|
D | jpc_enc.c | 1471 smo = cblk->stream->obj_; in dump_passes()
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.h | 144 explicit AutoLock(T* obj) : obj_(obj) { obj_->Lock(); } in AutoLock() 145 ~AutoLock() { obj_->Unlock(); } in ~AutoLock() 147 T* obj_;
|
/external/webrtc/webrtc/base/ |
D | platform_thread.cc | 98 obj_(obj), in PlatformThread() 185 if (!run_function_(obj_)) in PlatformThread()
|
D | platform_thread.h | 78 void* const obj_; variable
|
/external/libxml2/result/ |
D | dia2.sax2 | 28 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_...',…
|
D | dia1.sax2 | 28 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/ |
D | api-natives.cc | 120 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
|
D | api.h | 53 return obj_.value(); in value() 66 NeanderObject obj_; 80 : obj_(obj) { } in NeanderArray()
|
D | api.cc | 878 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/ |
D | motion_stabilizing.hpp | 153 std::vector<double> obj_, collb_, colub_; member in cv::videostab::LpMotionStabilizer
|
D | global_motion.hpp | 161 std::vector<double> obj_, collb_, colub_; member in cv::videostab::MotionEstimatorL1
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_stream.h | 235 jas_stream_obj_t *obj_; member
|
/external/harfbuzz_ng/src/ |
D | hb-private.hh | 813 const void *obj_, in hb_auto_trace_t() 816 ...) : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t()
|
D | hb-ot-layout.cc | 948 inline void init (const void *obj_, hb_apply_func_t apply_func_) in init() 950 obj = obj_; in init()
|
/external/v8/src/heap/ |
D | heap.h | 556 *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/ |
D | ast.h | 1822 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/ |
D | channel_unittest.cc | 429 : obj_(obj), in CallThread() 435 bool result = (*obj_.*method_)(); in DoWork() 441 ChannelTest<T>* obj_; member in ChannelTest::CallThread
|