Searched defs:features (Results 101 - 125 of 205) sorted by relevance

123456789

/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_int.h88 tBTA_HF_CLIENT_FEAT features; member in struct:__anon602
147 tBTA_HF_CLIENT_FEAT features; /* features registered by application */ member in struct:__anon608
148 tBTA_HF_CLIENT_PEER_FEAT peer_features; /* peer device features */
149 tBTA_HF_CLIENT_CHLD_FEAT chld_features; /* call handling features */
214 UINT8 scn, tBTA_HF_CLIENT_FEAT features,
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRuleSet.h135 const RuleFeatureSet& features() const { return m_features; } function in class:blink::RuleSet
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleEngine.cpp180 void StyleEngine::combineCSSFeatureFlags(const RuleFeatureSet& features) argument
183 m_usesSiblingRules = m_usesSiblingRules || features.usesSiblingRules();
184 m_usesFirstLineRules = m_usesFirstLineRules || features.usesFirstLineRules();
185 m_maxDirectAdjacentSelectors = max(m_maxDirectAdjacentSelectors, features.maxDirectAdjacentSelectors());
188 void StyleEngine::resetCSSFeatureFlags(const RuleFeatureSet& features) argument
190 m_usesSiblingRules = features.usesSiblingRules();
191 m_usesFirstLineRules = features.usesFirstLineRules();
192 m_maxDirectAdjacentSelectors = features.maxDirectAdjacentSelectors();
685 void StyleEngine::collectScopedStyleFeaturesTo(RuleFeatureSet& features) const
689 (*it)->collectFeaturesTo(features, visitedSharedStyleSheetContent
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h95 const WebWindowFeatures& features,
93 createView(WebLocalFrame* creator, const WebURLRequest& request, const WebWindowFeatures& features, const WebString& name, WebNavigationPolicy policy, bool suppressOpener) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc219 /* try with 'latn'; some old fonts put their features there even though
262 /* try with 'latn'; some old fonts put their features there even though
484 const hb_tag_t *features,
487 if (!features)
501 /* All features */
526 for (; *features; features++)
533 *features,
548 const hb_tag_t *features,
555 features,
480 _hb_ot_layout_collect_lookups_features(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
544 _hb_ot_layout_collect_lookups_languages(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
594 hb_ot_layout_collect_lookups(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
[all...]
H A Dhb-ot-shape.cc729 const hb_feature_t *features,
732 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features};
772 const hb_feature_t *features,
780 features, num_features, shapers);
726 _hb_ot_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
770 hb_ot_shape_glyphs_closure(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features, hb_set_t *glyphs) argument
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp46 Features features; local
47 features.allowComments_ = false;
48 features.strictRoot_ = true;
49 return features;
98 Reader::Reader( const Features &features )
107 features_( features ),
/external/chromium_org/third_party/libwebp/dec/
H A Dwebp.c342 return VP8_STATUS_OK; // Just return features from VP8X header.
409 return VP8_STATUS_OK; // Return features from VP8 header.
671 static void DefaultFeatures(WebPBitstreamFeatures* const features) { argument
672 assert(features != NULL);
673 memset(features, 0, sizeof(*features));
677 WebPBitstreamFeatures* const features) {
678 if (features == NULL || data == NULL) {
681 DefaultFeatures(features);
683 // Only parse enough of the data to retrieve the features
676 GetFeatures(const uint8_t* const data, size_t data_size, WebPBitstreamFeatures* const features) argument
695 WebPBitstreamFeatures features; local
728 WebPGetFeaturesInternal(const uint8_t* data, size_t data_size, WebPBitstreamFeatures* features, int version) argument
[all...]
/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h377 // B) optional: retrieve the bitstream's features.
421 // Retrieve features from the bitstream. The *features structure is filled
423 // Returns VP8_STATUS_OK when the features are successfully retrieved. Returns
425 // features from headers. Returns error in other cases.
428 WebPBitstreamFeatures* features) {
429 return WebPGetFeaturesInternal(data, data_size, features,
462 WebPBitstreamFeatures input; // Immutable bitstream features (optional)
479 // parameter, in which case the features will be parsed and stored into
426 WebPGetFeatures( const uint8_t* data, size_t data_size, WebPBitstreamFeatures* features) argument
/external/chromium_org/third_party/opus/src/src/
H A Danalysis.c175 /* Compensate for the delay in the features themselves.
207 float features[25]; local
454 features[i] = -0.12299f*(BFCC[i]+tonal->mem[i+24]) + 0.49195f*(tonal->mem[i]+tonal->mem[i+16]) + 0.69693f*tonal->mem[i+8] - 1.4349f*tonal->cmean[i];
460 features[4+i] = 0.63246f*(BFCC[i]-tonal->mem[i+24]) + 0.31623f*(tonal->mem[i]-tonal->mem[i+16]);
462 features[8+i] = 0.53452f*(BFCC[i]+tonal->mem[i+24]) - 0.26726f*(tonal->mem[i]+tonal->mem[i+16]) -0.53452f*tonal->mem[i+8];
467 tonal->std[i] = (1-alpha)*tonal->std[i] + alpha*features[i]*features[i];
478 features[11+i] = (float)sqrt(tonal->std[i]);
479 features[20] = info->tonality;
480 features[2
[all...]
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c33 * NDK r8c: Add new ARM CPU features: VFPv2, VFP_D32, VFP_FP16,
61 #include <machine/cpu-features.h>
64 #include "cpu-features.h"
537 char* features = NULL; local
603 /* Extract the list of CPU features from ELF hwcaps */
617 // describing CPU features. So lots of guessing is needed.
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp72 WebPBitstreamFeatures features; local
73 VP8StatusCode status = WebPGetFeatures(buffer, totalBytesRead, &features);
77 *width = features.width;
78 *height = features.height;
79 *alpha = features.has_alpha;
/external/chromium_org/third_party/webrtc/common_audio/vad/
H A Dvad_core.c118 // - features [i] : Feature vector of length |kNumChannels|
124 static int16_t GmmProbability(VadInstT* self, int16_t* features, argument
188 tmp1_s32 = WebRtcVad_GaussianProbability(features[channel],
197 tmp1_s32 = WebRtcVad_GaussianProbability(features[channel],
273 feature_minimum = WebRtcVad_FindMinimum(self, features[channel], channel);
352 tmp_s16 = features[channel] - tmp_s16; // Q4
380 // deltaN * (features[channel] - nmk) - 1
382 tmp_s16 = features[channel] - (nmk >> 3);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core.c535 uint64_t features = WebRtc_GetCPUFeaturesARM(); local
536 if ((features & kCPUFeatureNEON) != 0)
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc219 /* try with 'latn'; some old fonts put their features there even though
262 /* try with 'latn'; some old fonts put their features there even though
484 const hb_tag_t *features,
487 if (!features)
501 /* All features */
526 for (; *features; features++)
533 *features,
548 const hb_tag_t *features,
555 features,
480 _hb_ot_layout_collect_lookups_features(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
544 _hb_ot_layout_collect_lookups_languages(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
594 hb_ot_layout_collect_lookups(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
[all...]
H A Dhb-ot-shape.cc725 const hb_feature_t *features,
728 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features};
768 const hb_feature_t *features,
776 features, num_features, shapers);
722 _hb_ot_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
766 hb_ot_shape_glyphs_closure(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features, hb_set_t *glyphs) argument
/external/harfbuzz_ng/util/
H A Doptions.hh180 features = NULL;
191 free (features);
239 hb_bool_t res = hb_shape_full (font, buffer, features, num_features, shapers);
252 hb_ot_shape_glyphs_closure (font, buffer, features, num_features, glyphs);
265 hb_feature_t *features; member in struct:shape_options_t
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp44 Features features; local
45 features.allowComments_ = false;
46 features.strictRoot_ = true;
47 return features;
96 Reader::Reader( const Features &features )
105 features_( features ),
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dkvm.h83 __u32 features[7]; member in struct:kvm_vcpu_init
/external/libopus/src/
H A Danalysis.c175 /* Compensate for the delay in the features themselves.
207 float features[25]; local
454 features[i] = -0.12299f*(BFCC[i]+tonal->mem[i+24]) + 0.49195f*(tonal->mem[i]+tonal->mem[i+16]) + 0.69693f*tonal->mem[i+8] - 1.4349f*tonal->cmean[i];
460 features[4+i] = 0.63246f*(BFCC[i]-tonal->mem[i+24]) + 0.31623f*(tonal->mem[i]-tonal->mem[i+16]);
462 features[8+i] = 0.53452f*(BFCC[i]+tonal->mem[i+24]) - 0.26726f*(tonal->mem[i]+tonal->mem[i+16]) -0.53452f*tonal->mem[i+8];
467 tonal->std[i] = (1-alpha)*tonal->std[i] + alpha*features[i]*features[i];
478 features[11+i] = (float)sqrt(tonal->std[i]);
479 features[20] = info->tonality;
480 features[2
[all...]
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp130 int version = 0, features = 0, family = 0; local
148 /* use CPUID to determine the features supported */
165 mov features, edx local
175 : "=r"(version), "=r" (features)
187 features = (int)(cpuid_val >> 32);
196 if( family >= 6 && (features & ICV_CPUID_M6) != 0 ) /* Pentium II or higher */
197 id = features & ICV_CPUID_W7;
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c33 * NDK r8c: Add new ARM CPU features: VFPv2, VFP_D32, VFP_FP16,
61 #include <machine/cpu-features.h>
64 #include "cpu-features.h"
537 char* features = NULL; local
603 /* Extract the list of CPU features from ELF hwcaps */
617 // describing CPU features. So lots of guessing is needed.
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp72 WebPBitstreamFeatures features; local
73 VP8StatusCode status = WebPGetFeatures(buffer, totalBytesRead, &features);
77 *width = features.width;
78 *height = features.height;
79 *alpha = features.has_alpha;
/external/webp/include/webp/
H A Ddecode.h377 // B) optional: retrieve the bitstream's features.
421 // Retrieve features from the bitstream. The *features structure is filled
423 // Returns VP8_STATUS_OK when the features are successfully retrieved. Returns
425 // features from headers. Returns error in other cases.
428 WebPBitstreamFeatures* features) {
429 return WebPGetFeaturesInternal(data, data_size, features,
462 WebPBitstreamFeatures input; // Immutable bitstream features (optional)
479 // parameter, in which case the features will be parsed and stored into
426 WebPGetFeatures( const uint8_t* data, size_t data_size, WebPBitstreamFeatures* features) argument
/external/webp/src/dec/
H A Dwebp.c343 goto ReturnWidthHeight; // Just return features from VP8X header.
683 static void DefaultFeatures(WebPBitstreamFeatures* const features) { argument
684 assert(features != NULL);
685 memset(features, 0, sizeof(*features));
689 WebPBitstreamFeatures* const features) {
690 if (features == NULL || data == NULL) {
693 DefaultFeatures(features);
695 // Only parse enough of the data to retrieve the features.
697 &features
688 GetFeatures(const uint8_t* const data, size_t data_size, WebPBitstreamFeatures* const features) argument
707 WebPBitstreamFeatures features; local
740 WebPGetFeaturesInternal(const uint8_t* data, size_t data_size, WebPBitstreamFeatures* features, int version) argument
[all...]

Completed in 522 milliseconds

123456789