HomeSort by relevance Sort by last modified time
    Searched full:common (Results 5376 - 5400 of 31397) sorted by null

<<211212213214215216217218219220>>

  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 13 #include "vp8/common/entropymv.h"
14 #include "vp8/common/entropymode.h"
16 #include "vp8/common/findnearmv.h"
52 const int mis = pbi->common.mode_info_stride;
154 MV_CONTEXT *const mvc = pbi->common.fc.mvc;
163 pbi->common.mb_no_coeff_skip = (int)vp8_read_bit(bc);
166 if (pbi->common.mb_no_coeff_skip)
169 if(pbi->common.frame_type != KEY_FRAME)
181 pbi->common.fc.ymode_prob[i] =
193 pbi->common.fc.uv_mode_prob[i]
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c 18 #include "vp9/common/vp9_loopfilter.h"
19 #include "vp9/common/vp9_onyxc_int.h"
20 #include "vp9/common/vp9_quant_common.h"
34 VP9_COMMON *const cm = &cpi->common;
48 VP9_COMMON *const cm = &cpi->common;
136 VP9_COMMON *const cm = &cpi->common;
  /external/oprofile/pp/
common_option.cpp 3 * Contains common options and implementation of entry point of pp tools
140 pspec.common.push_back(*it);
151 pspec.first.insert(pspec.first.begin(), pspec.common.begin(),
152 pspec.common.end());
153 pspec.second.insert(pspec.second.begin(), pspec.common.begin(),
154 pspec.common.end());
  /frameworks/base/docs/html/reference/com/google/android/gms/games/quest/
Quests.html 868 returned by <code><a href="/reference/com/google/android/gms/games/quest/Quests.html#load(com.google.android.gms.common.api.GoogleApiClient, int[], int, boolean)">load(GoogleApiClient, int[], int, boolean)</a></code> and <code><a href="/reference/com/google/android/gms/games/quest/Quests.html#getQuestsIntent(com.google.android.gms.common.api.GoogleApiClient, int[])">getQuestsIntent(GoogleApiClient, int[])</a></code>.</td>
876 returned by <code><a href="/reference/com/google/android/gms/games/quest/Quests.html#load(com.google.android.gms.common.api.GoogleApiClient, int[], int, boolean)">load(GoogleApiClient, int[], int, boolean)</a></code> and <code><a href="/reference/com/google/android/gms/games/quest/Quests.html#getQuestsIntent(com.google.android.gms.common.api.GoogleApiClient, int[])">getQuestsIntent(GoogleApiClient, int[])</a></code>.</td>
885 returned by <code><a href="/reference/com/google/android/gms/games/quest/Quests.html#load(com.google.android.gms.common.api.GoogleApiClient, int[], int, boolean)">load(GoogleApiClient, int[], int, boolean)</a></code> and <code><a href="/reference/com/google/android/gms/games/quest/Quests.html#getQuestsIntent(com.google.android.gms.common.api.GoogleApiClient, int[])">getQuestsIntent(GoogleApiClient, int[])</a></code>.</td>
893 as ending soon <code><a href="/reference/com/google/android/gms/games/quest/Quest.html#isEndingSoon()">isEndingSoon()</a></code> returned by <code><a href="/reference/com/google/android/gms/games/quest/Quests.html#load(com.google.android.gms.common.api.GoogleApiClient, int[], int, boolean)">load(GoogleApiClient, int[], int, boolean)</a></code> and
894 <code><a href="/reference/com/google/android/gms/games/quest/Quests.html#getQuestsIntent(com.google.android.gms.common.api.GoogleApiClient, int[])">getQuestsIntent(GoogleApiClient, int[])</a></code>.</td>
902 returned by <code><a href="/reference/com/google/android/gms/games/quest/Quests.html#load(com.google.android.gms.common.api.GoogleApiClient, int[], int, boolean)">load(GoogleApiClient, int[], int, boolean)</a></code> and <code><a href="/reference/com/google/android/gms/games/quest/Quests.html#getQuestsIntent(com.google.android.gms.common.api.GoogleApiClient, int[])">getQuestsIntent(GoogleApiClient, int[])</a></code>.</td
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeRenderSession.java 19 import com.android.ide.common.rendering.api.IAnimationListener;
20 import com.android.ide.common.rendering.api.ILayoutPullParser;
21 import com.android.ide.common.rendering.api.RenderParams;
22 import com.android.ide.common.rendering.api.RenderSession;
23 import com.android.ide.common.rendering.api.Result;
24 import com.android.ide.common.rendering.api.ViewInfo;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
AdapterViewProtocols.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayingAtLeast;
20 import static com.google.common.base.Preconditions.checkArgument;
22 import com.google.common.base.Optional;
23 import com.google.common.collect.Lists;
24 import com.google.common.collect.Range;
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
ViewInteractionTest.java 17 package com.google.android.apps.common.testing.ui.espresso;
19 import static com.google.common.base.Throwables.propagate;
29 import com.google.android.apps.common.testing.testrunner.ActivityLifecycleMonitor;
30 import com.google.android.apps.common.testing.testrunner.ActivityLifecycleMonitorRegistry;
31 import com.google.android.apps.common.testing.ui.espresso.matcher.RootMatchers;
32 import com.google.common.util.concurrent.MoreExecutors;
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/matcher/
ViewMatchersTest.java 17 package com.google.android.apps.common.testing.ui.espresso.matcher;
19 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.hasContentDescription;
20 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.hasDescendant;
21 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.hasImeAction;
22 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.hasSibling;
23 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isAssignableFrom;
24 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isChecked;
25 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isClickable;
26 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDescendantOfA;
27 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isEnabled
    [all...]
  /frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
LongListMatchers.java 17 package com.google.android.apps.common.testing.ui.testapp;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkNotNull;
27 import com.google.android.apps.common.testing.ui.espresso.matcher.BoundedMatcher;
36 * objects created by {@link com.google.android.apps.common.testing.ui.testapp.LongListActivity}.
39 * {@link com.google.android.apps.common.testing.ui.espresso.Espresso#onData(Matcher)} API and are
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 568 out_get_sample_rate(&stream->common);
646 (out_get_sample_rate(&stream->common)));
741 out->stream.common.get_sample_rate = out_get_sample_rate;
742 out->stream.common.set_sample_rate = out_set_sample_rate;
743 out->stream.common.get_buffer_size = out_get_buffer_size;
744 out->stream.common.get_channels = out_get_channels;
745 out->stream.common.get_format = out_get_format;
746 out->stream.common.set_format = out_set_format;
747 out->stream.common.standby = out_standby;
748 out->stream.common.dump = out_dump
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodemv.c 13 #include "vp8/common/entropymv.h"
14 #include "vp8/common/entropymode.h"
16 #include "vp8/common/findnearmv.h"
52 const int mis = pbi->common.mode_info_stride;
154 MV_CONTEXT *const mvc = pbi->common.fc.mvc;
163 pbi->common.mb_no_coeff_skip = (int)vp8_read_bit(bc);
166 if (pbi->common.mb_no_coeff_skip)
169 if(pbi->common.frame_type != KEY_FRAME)
181 pbi->common.fc.ymode_prob[i] =
193 pbi->common.fc.uv_mode_prob[i]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_picklpf.c 18 #include "vp9/common/vp9_loopfilter.h"
19 #include "vp9/common/vp9_onyxc_int.h"
20 #include "vp9/common/vp9_quant_common.h"
34 VP9_COMMON *const cm = &cpi->common;
48 VP9_COMMON *const cm = &cpi->common;
136 VP9_COMMON *const cm = &cpi->common;
  /hardware/invensense/60xx/libsensors_iio/
sensors_mpl.cpp 70 common: {
248 dev->device.common.tag = HARDWARE_DEVICE_TAG;
249 dev->device.common.version = 0;
250 dev->device.common.module = const_cast<hw_module_t*>(module);
251 dev->device.common.close = poll__close;
256 *device = &dev->device.common;
  /hardware/libhardware/modules/audio/
audio_policy.c 324 dev->device.common.tag = HARDWARE_DEVICE_TAG;
325 dev->device.common.version = 0;
326 dev->device.common.module = (hw_module_t *)module;
327 dev->device.common.close = default_ap_dev_close;
331 *device = &dev->device.common;
342 .common = {
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 79 private_module_t* m = reinterpret_cast<private_module_t*>(dev->common.module);
247 dev->common.tag = HARDWARE_DEVICE_TAG;
248 dev->common.version = 0;
249 dev->common.module = const_cast<hw_module_t*>(module);
250 dev->common.close = fb_close;
269 *device = &dev->common;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileView.java 16 package com.android.contacts.common.list;
30 import com.android.contacts.common.ContactPhotoManager;
31 import com.android.contacts.common.ContactPhotoManager.DefaultImageRequest;
32 import com.android.contacts.common.MoreContactUtils;
33 import com.android.contacts.common.R;
92 * fields in {@link com.android.contacts.common.list.ContactEntry}
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountSelectionUtil.java 17 package com.android.contacts.common.util;
33 import com.android.contacts.common.R;
34 import com.android.contacts.common.model.AccountTypeManager;
35 import com.android.contacts.common.model.account.AccountType;
36 import com.android.contacts.common.model.account.AccountWithDataSet;
37 import com.android.contacts.common.vcard.ImportVCardActivity;
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteTileView.java 26 import com.android.contacts.common.ContactPhotoManager;
27 import com.android.contacts.common.MoreContactUtils;
28 import com.android.contacts.common.ContactPhotoManager.DefaultImageRequest;
29 import com.android.contacts.common.list.ContactEntry;
30 import com.android.contacts.common.list.ContactTileView;
34 * A light version of the {@link com.android.contacts.common.list.ContactTileView} that is used in
SearchFragment.java 29 import com.android.contacts.common.list.ContactEntryListAdapter;
30 import com.android.contacts.common.list.ContactListItemView;
31 import com.android.contacts.common.list.OnPhoneNumberPickerActionListener;
32 import com.android.contacts.common.list.PhoneNumberPickerFragment;
33 import com.android.contacts.common.util.ViewUtil;
37 import com.android.phone.common.animation.AnimUtils;
  /packages/inputmethods/LatinIME/java/res/values/
config-common.xml 99 <!-- Common keyboard configuration. -->
104 <!-- Common key top visual configuration. -->
107 <!-- Common suggestion strip configuration. -->
113 <!-- Common more suggestions configuraion. -->
119 <!-- Common gesture trail parameters -->
136 <!-- Common configuration of Emoji keyboard -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 19 import static com.android.ide.common.rendering.HardwareConfigHelper.MANUFACTURER_GENERIC;
20 import static com.android.ide.common.rendering.HardwareConfigHelper.getGenericLabel;
21 import static com.android.ide.common.rendering.HardwareConfigHelper.getNexusLabel;
22 import static com.android.ide.common.rendering.HardwareConfigHelper.isGeneric;
23 import static com.android.ide.common.rendering.HardwareConfigHelper.isNexus;
24 import static com.android.ide.common.rendering.HardwareConfigHelper.sortNexusList;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 17 package com.android.ide.common.layout;
20 import com.android.ide.common.api.DrawingStyle;
21 import com.android.ide.common.api.IColor;
22 import com.android.ide.common.api.IGraphics;
23 import com.android.ide.common.api.Point;
24 import com.android.ide.common.api.Rect;
  /frameworks/base/docs/html/reference/com/google/android/gms/auth/api/
GoogleAuthApiClientImpl.html 929 <span class="sympad"><a href="/reference/com/google/android/gms/auth/api/GoogleAuthApiClientImpl.html#GoogleAuthApiClientImpl(android.content.Context, com.google.android.gms.common.internal.ClientSettings, com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks, com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener, java.lang.String, java.lang.String[])">GoogleAuthApiClientImpl</a></span>(Context context, <a href="/reference/com/google/android/gms/common/internal/ClientSettings.html">ClientSettings</a> settings, <a href="/reference/com/google/android/gms/common/api/GoogleApiClient.ConnectionCallbacks.html">GoogleApiClient.ConnectionCallbacks</a> connectedListener, <a href="/reference/com/google/android/gms/common/api/GoogleApiClient.OnConnectionFailedListener.html">GoogleApiClient.OnConnectionFailedListener</a> connectionFailedListener, String accountName, String[] scopes)</nobr>
945 <span class="sympad"><a href="/reference/com/google/android/gms/auth/api/GoogleAuthApiClientImpl.html#GoogleAuthApiClientImpl(android.content.Context, android.os.Looper, com.google.android.gms.common.internal.ClientSettings, com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks, com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener, java.lang.String, java.lang.String[])">GoogleAuthApiClientImpl</a></span>(Context context, Looper looper, <a href="/reference/com/google/android/gms/common/internal/ClientSettings.html">ClientSettings</a> settings, <a href="/reference/com/google/android/ (…)
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/wearable/
DataApi.html 833 <td class="jd-descrcol" width="100%">Used with <code><a href="/reference/com/google/android/gms/wearable/DataApi.html#addListener(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.wearable.DataApi.DataListener)">addListener(GoogleApiClient, DataApi.DataListener)</a></code> to receive data events.&nbsp;</td>
901 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a>&lt;<a href="/reference/com/google/android/gms/common/api/Status.html">Status</a>&gt;</nobr>
904 <span class="sympad"><a href="/reference/com/google/android/gms/wearable/DataApi.html#addListener(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.wearable.DataApi.DataListener)">addListener</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> client, <a href="/reference/com/google/android/gms/wearable/DataApi.DataListener.html">DataApi.DataListener</a> listener)</nobr>
919 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a>&lt;<a href="/reference/com/google/android/gms/wearable/DataApi.DeleteDataItemsResult.html">DataApi.DeleteDataItemsResult</a>&gt;</nobr>
922 <span class="sympad"><a href="/reference/com/google/android/gms/wearable/DataApi.html#deleteDataItems(com.google.android.gms.common.api.GoogleApiClient, android.net.Uri)">deleteDataItems</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> client, Uri uri)</nobr>
937 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a>&lt;<a href="/reference/com/google/android/gms/wearable/DataApi.DataItemResult.html">DataApi.DataItemResult</a>&gt;</nobr>
940 <span class="sympad"><a href="/reference/com/google/android/gms/wearable/DataApi.html#getDataItem(com.google.android.gms.common.api.GoogleApiClient, android.net.Uri)">getDataItem</a></span>(<a href="/reference/com/google/andro (…)
    [all...]
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 186 event->common.status = RECOGNITION_STATUS_SUCCESS;
187 event->common.type = SOUND_MODEL_TYPE_KEYPHRASE;
188 event->common.model = stdev->model_handle;
208 event->common.capture_available = true;
210 event->common.audio_config = AUDIO_CONFIG_INITIALIZER;
211 event->common.audio_config.sample_rate = 16000;
212 event->common.audio_config.channel_mask = AUDIO_CHANNEL_IN_MONO;
213 event->common.audio_config.format = AUDIO_FORMAT_PCM_16_BIT;
311 stdev->recognition_callback(&event->common,
645 stdev->device.common.tag = HARDWARE_DEVICE_TAG
    [all...]

Completed in 1439 milliseconds

<<211212213214215216217218219220>>