Searched defs:flag (Results 1 - 25 of 68) sorted by path

123

/frameworks/av/camera/
H A DCamera.cpp279 void Camera::setPreviewCallbackFlags(int flag) argument
284 mCamera->setPreviewCallbackFlag(flag);
H A DICamera.cpp84 // set the preview callback flag to affect how the received frames from
86 void setPreviewCallbackFlag(int flag) argument
88 ALOGV("setPreviewCallbackFlag(%d)", flag);
91 data.writeInt32(flag);
/frameworks/av/include/media/stagefright/
H A DMediaExtractor.h59 void setDrmFlag(bool flag) { argument
60 mIsDrm = flag;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1937 int32_t flag = TextDescriptions::LOCAL_DESCRIPTIONS; local
1949 flag |= TextDescriptions::IN_BAND_TEXT_3GPP;
1951 (const uint8_t *)data, size, flag, timeUs / 1000, &parcel);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dslice.cpp926 uint flag; local
992 flag = 0;
997 flag = 1;
1008 BitstreamWrite1Bit(stream, flag);
1010 if (!flag)
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dct_16.cpp46 Int flag processing direction: forward (1), backward ( 0)
152 void pvmp3_dct_16(int32 vec[], int32 flag) argument
261 if (!flag)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_ACDCPredict.c63 * [in] ACPredFlag a flag indicating if AC prediction should be
68 * [in] flag This flag defines the if one wants to use this functions to
96 OMX_U8 flag,
173 if (flag)
202 if (flag)
235 if (flag)
86 armVCM4P2_ACDCPredict( OMX_S16 * pSrcDst, OMX_S16 * pPreACPredict, OMX_S16 * pPredBufRow, OMX_S16 * pPredBufCol, OMX_INT curQP, OMX_INT predQP, OMX_INT predDir, OMX_INT ACPredFlag, OMXVCM4P2VideoComponent videoComp, OMX_U8 flag, OMX_INT *pSumErr ) argument
H A DomxVCM4P2_PredictReconCoefIntra.c64 * ACPredFlag - a flag indicating if AC prediction should be performed. It
104 OMX_U8 flag; local
118 flag = 0;
129 flag,
H A DomxVCM4P2_TransRecBlockCoef_intra.c70 * pSumErr - pointer to a flag indicating whether or not AC prediction is
90 * shortVideoHeader - binary flag indicating presence of
158 OMX_U8 flag; local
235 flag = 1;
255 flag,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_storage.c283 isIdr flag to indicate if the picture is an IDR picture
302 u32 flag; local
359 * 1) application set noReordering flag
367 flag = HANTRO_TRUE;
369 flag = HANTRO_FALSE;
377 flag);
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp1015 int flag = 1; local
1016 res = setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &flag, sizeof(flag));
/frameworks/av/media/libstagefright/timedtext/
H A DTimedText3GPPSource.cpp69 int32_t flag = TextDescriptions::LOCAL_DESCRIPTIONS; local
80 flag |= TextDescriptions::IN_BAND_TEXT_3GPP;
82 (const uint8_t *)data, size, flag, timeUs / 1000, parcel);
93 int32_t flag = TextDescriptions::GLOBAL_DESCRIPTIONS; local
108 flag |= TextDescriptions::IN_BAND_TEXT_3GPP;
110 (const uint8_t *)data, size, flag, 0, parcel);
H A DTimedTextSRTSource.cpp273 int32_t flag = TextDescriptions::LOCAL_DESCRIPTIONS | local
278 (const uint8_t *)data, size, flag, timeUs / 1000, parcel);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp1037 //force direct flag if offload flag is set: offloading implies a direct output stream
1038 // and all common behaviors are driven by checking only the direct flag
1166 // at this stage we should ignore the DIRECT flag as no direct output could be found earlier
5737 // - the force flag is set
7415 // The only input flag that is allowed to be different is the fast flag.
7790 uint32_t flag = 0; local
7797 flag |= stringToEnum(sOutputFlagNameToEnumTable,
7803 //force direct flag i
7815 uint32_t flag = 0; local
[all...]
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp535 // Using controlledByApp flag to ensure that the buffer queue remains in
601 void Camera2Client::setPreviewCallbackFlag(int flag) { argument
603 ALOGV("%s: Camera %d: Flag 0x%x", __FUNCTION__, mCameraId, flag);
609 setPreviewCallbackFlagL(l.mParameters, flag);
612 void Camera2Client::setPreviewCallbackFlagL(Parameters &params, int flag) { argument
623 if (flag & CAMERA_FRAME_CALLBACK_FLAG_ENABLE_MASK) {
630 if (flag & CAMERA_FRAME_CALLBACK_FLAG_ONE_SHOT_MASK) {
634 if (params.previewCallbackFlags != (uint32_t)flag) {
636 if (params.previewCallbackSurface && flag != CAMERA_FRAME_CALLBACK_FLAG_NOOP) {
648 params.previewCallbackFlags = flag;
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java178 * If this flag is set the system will regard views that are not important
190 * {@link Build.VERSION_CODES#JELLY_BEAN} or higher this flag has to be explicitly
193 * {@link Build.VERSION_CODES#JELLY_BEAN} this flag is ignored and all views are
210 * This flag requests that the system gets into touch exploration mode.
215 * accessibility service that has this flag set. Hence, clearing this
216 * flag does not guarantee that the device will not be in touch exploration
221 * this flag have to declare this capability in their meta-data by setting
223 * canRequestTouchExplorationMode} to true, otherwise this flag will
230 * the first time they are run, if this flag is specified, a dialog is
238 * This flag request
881 flagToString(int flag) argument
[all...]
/frameworks/base/core/java/android/app/
H A DDialog.java68 * WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM} window flag (assuming
1109 public void setCancelable(boolean flag) { argument
1110 mCancelable = flag;
H A DInstrumentation.java744 * @param flag Additional flags, if any.
749 int id, int flag) {
773 MenuRunnable mr = new MenuRunnable(targetActivity, id, flag);
784 * @param flag Additional flags, if any.
788 public boolean invokeContextMenuAction(Activity targetActivity, int id, int flag) { argument
835 ContextMenuRunnable cmr = new ContextMenuRunnable(targetActivity, id, flag);
748 invokeMenuActionSync(Activity targetActivity, int id, int flag) argument
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java724 * @param flag action policy while accepting a call. Possible values
732 public boolean acceptCall(BluetoothDevice device, int flag) { argument
737 return mService.acceptCall(device, flag);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQueryBuilder.java171 public void setStrict(boolean flag) { argument
172 mStrict = flag;
/frameworks/base/core/java/android/net/
H A DInterfaceConfiguration.java52 public boolean hasFlag(String flag) { argument
53 validateFlag(flag);
54 return mFlags.contains(flag);
57 public void clearFlag(String flag) { argument
58 validateFlag(flag);
59 mFlags.remove(flag);
62 public void setFlag(String flag) { argument
63 validateFlag(flag);
64 mFlags.add(flag);
134 for (String flag
159 validateFlag(String flag) argument
[all...]
/frameworks/base/core/java/android/provider/
H A DSettings.java1716 public static void setShowGTalkServiceStatus(ContentResolver cr, boolean flag) { argument
1717 setShowGTalkServiceStatusForUser(cr, flag, UserHandle.myUserId());
1725 public static void setShowGTalkServiceStatusForUser(ContentResolver cr, boolean flag, argument
1727 putIntForUser(cr, SHOW_GTALK_SERVICE_STATUS, flag ? 1 : 0, userHandle);
3657 * A flag containing settings used for biometric weak
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java475 * @hide There is no reason to have this -- dreams can set this flag
482 int flag = View.SYSTEM_UI_FLAG_LOW_PROFILE;
483 applySystemUiVisibilityFlags(mLowProfile ? flag : 0, flag);
501 * @param fullscreen If true, the fullscreen flag will be set; else it
507 int flag = WindowManager.LayoutParams.FLAG_FULLSCREEN;
508 applyWindowFlags(mFullscreen ? flag : 0, flag);
529 int flag = WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON;
530 applyWindowFlags(mScreenBright ? flag
1007 getWindowFlagValue(int flag, boolean defaultValue) argument
1020 getSystemUiVisibilityFlagValue(int flag, boolean defaultValue) argument
[all...]
/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java180 int flag = (mSpanFlags[i] & START_MASK) >> START_SHIFT;
182 if (flag == POINT || (atEnd && flag == PARAGRAPH))
191 int flag = (mSpanFlags[i] & END_MASK);
193 if (flag == POINT || (atEnd && flag == PARAGRAPH))
398 private int updatedIntervalBound(int offset, int start, int nbNewChars, int flag, boolean atEnd, argument
401 if (flag == POINT) {
410 if (flag == PARAGRAPH) {
1036 private static final int startFlag(int flag) {
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java237 // When set, dispatchDraw() will run the layout animation and unset the flag
264 // This flag is set when the layout animation is over (after FLAG_ANIMATION_DONE is set)
332 * Used to map between enum in attrubutes and flag values.
1989 // we clear the flag and dispatch the event to all children as usual.
2071 // the flag and do a normal dispatch to all children.
2183 * Resets the cancel next up flag.
2184 * Returns true if the flag was previously set.
3179 // We will draw our child's animation, let's reset the flag
4613 // If the child is drawing an animation, we want to copy this flag onto
4625 // Mark the child as dirty, using the appropriate flag
5236 hasBooleanFlag(int flag) argument
5240 setBooleanFlag(int flag, boolean value) argument
[all...]

Completed in 2706 milliseconds

123