Searched defs:flag (Results 1 - 25 of 60) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra.c49 * ACPredFlag - a flag indicating if AC prediction should be performed. It
89 OMX_U8 flag; local
103 flag = 0;
114 flag,
H A DarmVCM4P2_ACDCPredict.c48 * [in] ACPredFlag a flag indicating if AC prediction should be
53 * [in] flag This flag defines the if one wants to use this functions to
81 OMX_U8 flag,
158 if (flag)
187 if (flag)
220 if (flag)
71 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_TransRecBlockCoef_intra.c55 * pSumErr - pointer to a flag indicating whether or not AC prediction is
75 * shortVideoHeader - binary flag indicating presence of
143 OMX_U8 flag; local
220 flag = 1;
240 flag,
/frameworks/av/include/media/stagefright/
H A DMediaExtractor.h59 void setDrmFlag(bool flag) { argument
60 mIsDrm = flag;
/frameworks/support/v4/java/android/support/v4/accessibilityservice/
H A DAccessibilityServiceInfoCompat.java220 * Returns the string representation of a flag. For example,
224 * @param flag The flag.
227 public static String flagToString(int flag) { argument
228 switch (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.cpp274 int32_t flag = TextDescriptions::LOCAL_DESCRIPTIONS | local
279 (const uint8_t *)data, size, flag, timeUs / 1000, parcel);
/frameworks/opt/telephony/mockril/src/com/android/internal/telephony/mockril/
H A DMockRilController.java173 * Set call transition flag to the Mock Ril
175 * @param flag is a boolean value for the call transiton flag
178 * @return true if the request is successful, false if it failed to set the flag
180 public boolean setCallTransitionFlag(boolean flag) { argument
183 req.setFlag(flag);
193 * Set the dialing call to alert if the call transition flag is true
206 * Set the alert call to active if the call transition flag is true
/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/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/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/jni/
H A Dcom_android_internal_os_ZygoteInit.cpp133 jobject clazz, jobject descriptor, jboolean flag)
152 if (flag) {
132 com_android_internal_os_ZygoteInit_setCloseOnExec(JNIEnv *env, jobject clazz, jobject descriptor, jboolean flag) argument
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestController.java109 public void setXSSAuditorEnabled(boolean flag) { argument
110 mLayoutTestsExecutor.setXSSAuditorEnabled(flag);
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp232 int prot, flag; local
236 flag = MAP_FILE | MAP_PRIVATE;
241 flag = MAP_FILE | MAP_SHARED;
246 flag = MAP_FILE | MAP_SHARED;
254 pMemBuffer = ::mmap(NULL, pLength, prot, flag, m_Handler, pStartOffset);
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java112 * If this flag is set the system will regard views that are not important
123 * {@link Build.VERSION_CODES#JELLY_BEAN} or higher this flag has to be explicitly
126 * {@link Build.VERSION_CODES#JELLY_BEAN} this flag is ignored and all views are
143 * This flag requests that the system gets into touch exploration mode.
148 * accessibility service that has this flag set. Hence, clearing this
149 * flag does not guarantee that the device will not be in touch exploration
614 * Returns the string representation of a flag. For example,
617 * @param flag The flag.
620 public static String flagToString(int flag) { argument
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQueryBuilder.java171 public void setStrict(boolean flag) { argument
172 mStrict = flag;
/frameworks/base/libs/androidfw/
H A DKeyLayoutMap.cpp240 uint32_t flag = getKeyFlagByLabel(flagToken.string()); local
241 if (!flag) {
242 ALOGE("%s: Expected key flag label, got '%s'.", mTokenizer->getLocation().string(),
246 if (flags & flag) {
247 ALOGE("%s: Duplicate key flag '%s'.", mTokenizer->getLocation().string(),
251 flags |= flag;
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestController.java73 public void setXSSAuditorEnabled(boolean flag); argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h103 uint32_t flag() const function in class:mcld::ELFSegment
H A DLDSection.h57 /// flag - An integer describes miscellaneous attributes.
60 uint32_t flag() const function in class:mcld::LDSection
125 void setFlag(uint32_t flag) argument
126 { m_Flag = flag; }
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java139 public void setHasHeader(int partitionIndex, boolean flag) { argument
140 mPartitions[partitionIndex].hasHeader = flag;
144 public void setShowIfEmpty(int partitionIndex, boolean flag) { argument
145 mPartitions[partitionIndex].showIfEmpty = flag;
515 public void setNotificationsEnabled(boolean flag) { argument
516 mNotificationsEnabled = flag;
517 if (flag && mNotificationNeeded) {
/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_rel.c242 int32_t flag = 0; local
296 flag = 1;
319 flag = 2;
412 flag = 3;
454 flag = 3;
476 flag = 3;
498 flag = 3;
501 if (2 == flag)
/frameworks/av/camera/
H A DCamera.cpp342 void Camera::setPreviewCallbackFlags(int flag) argument
347 mCamera->setPreviewCallbackFlag(flag);
H A DICamera.cpp94 // set the preview callback flag to affect how the received frames from
96 void setPreviewCallbackFlag(int flag) argument
98 ALOGV("setPreviewCallbackFlag(%d)", flag);
101 data.writeInt32(flag);
/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)

Completed in 1561 milliseconds

123