Searched refs:obj_ (Results 1 - 21 of 21) sorted by relevance

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

Completed in 756 milliseconds