Searched refs:method_ (Results 26 - 39 of 39) sorted by relevance

12

/external/webp/src/enc/
H A Dvp8enci.h395 int method_; // 0=fastest, 6=best/slowest. member in struct:VP8Encoder
396 VP8RDLevel rd_opt_level_; // Deduced from method_.
H A Dwebpenc.c70 // Mapping from config->method_ to coding tools used.
99 enc->method_ = method;
H A Dquant.c242 (enc->method_ >= 4) ? enc->config_->sns_strength
1223 const int method = it->enc_->method_;
H A Dframe.c576 const int method = enc->method_;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.h204 RtcpMode method_ GUARDED_BY(critical_section_rtcp_sender_);
/external/opencv3/3rdparty/libwebp/enc/
H A Dwebpenc.c98 // Mapping from config->method_ to coding tools used.
125 enc->method_ = method;
H A Dquant.c165 (enc->method_ >= 4) ? enc->config_->sns_strength
1019 const int method = it->enc_->method_;
H A Dframe.c750 const int method = enc->method_;
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1365 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_; member in class:google::protobuf::ServiceDescriptorProto
4656 return method_.size();
4659 method_.Clear();
4663 return method_.Get(index);
4667 return method_.Mutable(index);
4671 return method_.Add();
4676 return method_;
4681 return &method_;
H A Ddescriptor.pb.cc256 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, method_),
4195 method_.Clear();
4395 method_.MergeFrom(from.method_);
4431 method_.Swap(&other->method_);
/external/opencv3/modules/videostab/src/
H A Dinpainting.cpp469 cv::inpaint(frame, invMask_, frame, radius_, method_);
/external/webp/src/dec/
H A Didec.c143 if (alph_dec->method_ == ALPHA_LOSSLESS_COMPRESSION) {
150 } else { // alph_dec->method_ == ALPHA_NO_COMPRESSION
/external/webrtc/talk/session/media/
H A Dchannel_unittest.cc430 method_(method),
435 bool result = (*obj_.*method_)();
442 Method method_; member in class:ChannelTest::CallThread
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 6375 milliseconds

12