Searched refs:mMode (Results 26 - 50 of 92) sorted by relevance

1234

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h53 } mMode; member in struct:android::SoftMPEG4
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h52 } mMode; member in struct:android::SoftVPX
H A DSoftVPX.cpp48 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9),
55 const size_t kMinCompressionRatio = mMode == MODE_VP8 ? 2 : 4;
56 const char *mime = mMode == MODE_VP8 ? MEDIA_MIMETYPE_VIDEO_VP8 : MEDIA_MIMETYPE_VIDEO_VP9;
96 mMode == MODE_VP8 ? &vpx_codec_vp8_dx_algo : &vpx_codec_vp9_dx_algo,
254 if (mMode == MODE_VP9) {
/frameworks/base/libs/hwui/
H A DClipArea.h165 return ClipMode::Region == mMode;
169 return mMode == ClipMode::Rectangle;
173 return mMode == ClipMode::RectangleList;
218 ClipMode mMode; member in class:android::uirenderer::ClipArea
H A DClipArea.cpp190 : mMode(ClipMode::Rectangle) {
205 mMode = ClipMode::Rectangle;
213 mMode = ClipMode::Rectangle;
223 switch (mMode) {
269 mMode = ClipMode::Rectangle;
304 ALOG_ASSERT(mMode == ClipMode::Rectangle);
305 mMode = ClipMode::RectangleList;
323 ClipMode oldMode = mMode;
324 mMode = ClipMode::Region;
374 switch (mMode) {
[all...]
H A DDeferredLayerUpdater.cpp69 mMode = PaintUtils::getBlendModeDirect(paint);
76 mLayer = mCreateLayerFn(mRenderState, mWidth, mHeight, mColorFilter, mAlpha, mMode, mBlend);
80 mLayer->setAlpha(mAlpha, mMode);
/frameworks/wilhelm/src/itf/
H A DIMetadataTraversal.cpp32 thiz->mMode = mode;
125 thiz->mMode = SL_METADATATRAVERSALMODE_NODE;
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp136 mMode = INVALID;
138 mMode = H264;
140 mMode = H263;
142 mMode = AMR_NB;
144 mMode = AMR_WB;
197 if (mMode == H264) {
282 if (mMode == H264) {
285 } else if (mMode == H263) {
287 } else if (mMode == AMR_NB || mMode
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp43 mMode(MODE_UNDEFINED),
59 if (mMode != MODE_UNDEFINED) {
69 if (mMode != MODE_UNDEFINED) {
97 if (mMode != MODE_UNDEFINED) {
153 mMode = MODE_TRANSPORT_STREAM;
159 if (mMode == MODE_TRANSPORT_STREAM) {
195 if (mMode == MODE_UNDEFINED) {
199 mMode = MODE_ELEMENTARY_STREAMS;
206 if (mMode == MODE_UNDEFINED) {
214 if (mMode
[all...]
/frameworks/native/services/sensorservice/
H A DFusion.cpp203 mMode = mode;
205 if (mMode != FUSION_NOGYRO) { //normal or game rotation
256 return ((mInitState & MAG) || (mMode == FUSION_NOMAG)) &&
257 ((mInitState & GYRO) || (mMode == FUSION_NOGYRO)) &&
269 if (mMode == FUSION_NOGYRO ) {
286 if (mMode != FUSION_NOMAG) {
297 if (mMode != FUSION_NOMAG) {
332 if ( mMode == FUSION_NOGYRO ) {
339 if ( mMode == FUSION_NOMAG) {
535 if (mMode !
[all...]
H A DFusion.h88 int mMode; member in class:android::Fusion
H A DRotationVectorSensor.h43 const int mMode; member in class:android::RotationVectorSensor
/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/
H A DTouchLatencyActivity.java150 if (mMode == 0) {
160 mMode = (mMode + 1) % NUM_MODES;
162 item.setTitle(modes[mMode]);
166 private int mMode; field in class:TouchLatencyView
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLockManager.java192 switch(lock.mMode) {
234 switch(wifiLock.mMode) {
289 int mMode; field in class:WifiLockManager.WifiLock
296 mMode = lockMode;
326 return "WifiLock{" + this.mTag + " type=" + this.mMode + " uid=" + mUid + "}";
/frameworks/base/services/core/java/com/android/server/lights/
H A DLightsService.java132 if (!mInitialized || color != mColor || mode != mMode || onMS != mOnMS ||
139 mMode = mode;
159 private int mMode; field in class:LightsService.LightImpl
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java226 private int mMode; field in class:BaseWrapContentWithAspectRatioTest.MeasureSpecMatcher
251 mMode = mode;
266 if (checkMode && mode != mMode) {
281 if (checkMode && mode != mMode) {
282 description.appendText(" Expected mode was ").appendValue(modeName(mMode))
293 description.appendText(" Measure spec mode:").appendValue(modeName(mMode));
/frameworks/base/core/java/android/content/
H A DSearchRecentSuggestionsProvider.java79 private int mMode; field in class:SearchRecentSuggestionsProvider
183 mMode = mode;
304 if (mAuthority == null || mMode == 0) {
307 int mWorkingDbVersion = DATABASE_VERSION + mMode;
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
H A DOverlayBaseTest.java16 protected int mMode; // will be set by subclasses field in class:OverlayBaseTest
47 switch (mMode) {
61 switch (mMode) {
75 switch (mMode) {
89 switch (mMode) {
177 switch (mMode) {
186 fail("Unknown mode " + mMode);
/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java244 && mActiveModeId != activeRecord.mMode.getModeId()) {
259 mSupportedModes.put(record.mMode.getModeId(), record);
267 mDefaultModeId = activeRecord.mMode.getModeId();
366 mInfo.supportedModes[i] = record.mMode;
643 public final Display.Mode mMode; field in class:LocalDisplayAdapter.DisplayModeRecord
646 mMode = createMode(phys.width, phys.height, phys.refreshRate);
657 int modeRefreshRate = Float.floatToIntBits(mMode.getRefreshRate());
659 return mMode.getPhysicalWidth() == info.width
660 && mMode.getPhysicalHeight() == info.height
665 return "DisplayModeRecord{mMode
[all...]
H A DVirtualDisplayAdapter.java205 private Display.Mode mMode; field in class:VirtualDisplayAdapter.VirtualDisplayDevice
218 mMode = createMode(width, height, REFRESH_RATE);
297 mMode = createMode(width, height, REFRESH_RATE);
326 mInfo.modeId = mMode.getModeId();
327 mInfo.defaultModeId = mMode.getModeId();
328 mInfo.supportedModes = new Display.Mode[] { mMode };
/frameworks/base/core/java/android/widget/
H A DTimePicker.java87 private final int mMode; field in class:TimePicker
131 mMode = context.getResources().getInteger(R.integer.time_picker_mode);
133 mMode = requestedMode;
136 switch (mMode) {
164 return mMode;
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java55 private int mMode = REGRESSION; field in class:TestRunner
268 mMode = mode;
303 if (mMode == PERFORMANCE) {
305 } else if (mMode == PROFILING) {
349 if (mMode == PERFORMANCE) {
367 } else if (mMode == PROFILING) {
410 if (mMode == REGRESSION && perftestcase.isPerformanceOnly()) return;
509 if (mMode == PERFORMANCE) {
523 } else if (mMode == PROFILING) {
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp118 int mMode; member in class:__anon1950::AudioStream
174 mMode = mode;
224 (codec ? codec->name : "RAW"), mSampleRate, mInterval, mMode);
238 if (mMode == SEND_ONLY) {
283 if (mMode != RECEIVE_ONLY && mDtmfEvent != -1) {
307 if (mMode != RECEIVE_ONLY) {
338 if (mMode != RECEIVE_ONLY) {
365 if (mMode == SEND_ONLY) {
503 int mMode; member in class:__anon1950::AudioGroup
553 mMode
[all...]
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DViewfinderProcessor.java58 private volatile int mMode = 1; field in class:ViewfinderProcessor
124 mMode++;
128 return mMode;
207 switch (mMode % 6) {
261 public static void processImage(Bitmap image, Context context, int mMode) { argument
297 switch (mMode % 6) {
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java949 private int mMode = MODE_NOTHING; field in class:EditStyledText.EditorManager
980 mEST.notifyStateChanged(mMode, mState);
993 mMode = MODE_SELECT;
1001 mEST.notifyStateChanged(mMode, mState);
1011 mEST.notifyStateChanged(mMode, mState);
1021 mEST.notifyStateChanged(mMode, mState);
1029 // mEST.notifyStateChanged(mMode, mState);
1037 mEST.notifyStateChanged(mMode, mState);
1042 mEST.notifyStateChanged(mMode, mState);
1047 mEST.notifyStateChanged(mMode, mStat
2793 private int mMode = EditStyledText.MODE_NOTHING; field in class:EditStyledText.EditModeActions
[all...]

Completed in 528 milliseconds

1234