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

123

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dsbr_get_additional_data.cpp132 Int32 flag = buf_getbits(hBitBuf, 1); local
134 if (flag)
H A Dcheck_crc.cpp134 UInt16 flag = (UInt16)((hCrcBuf->crcState & hCrcBuf->crcMask) ? 1 : 0); local
137 flag ^= flag1;
139 if (flag)
H A Dget_prog_config.cpp204 RETURNING( flag = returnValue )
206 pScratchPCE->mono_mix.present = flag;
208 IF (flag != FALSE)
224 RETURNING( flag = returnValue )
226 pScratchPCE->stereo_mix.present = flag;
228 IF (flag != FALSE)
245 RETURNING( flag = returnValue )
247 flag =
252 pScratchPCE->matrix_mix.present = flag;
254 IF (flag !
461 Bool flag; local
[all...]
H A Dpv_div.cpp113 Int32 flag = 0; /* carries negative sign, if any */ local
129 flag ^= 1;
136 flag ^= 1;
175 result->quotient = flag ? -i : i;
H A Ddct16.cpp33 Int32 flag 1 forward dct16, 0 modified dct-16
104 void dct_16(Int32 vec[], Int flag) argument
211 if (!flag)
/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.cpp282 int32_t flag = TextDescriptions::LOCAL_DESCRIPTIONS | local
287 (const uint8_t *)data, size, flag, timeUs / 1000, parcel);
/frameworks/base/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/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java106 * If this flag is set the system will regard views that are not important
117 * {@link Build.VERSION_CODES#JELLY_BEAN} or higher this flag has to be explicitly
120 * {@link Build.VERSION_CODES#JELLY_BEAN} this flag is ignored and all views are
137 * This flag requests that the system gets into touch exploration mode.
142 * accessibility service that has this flag set. Hence, clearing this
143 * flag does not guarantee that the device will not be in touch exploration
601 * Returns the string representation of a flag. For example,
604 * @param flag The flag.
607 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/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/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.h104 uint32_t flag() const function in class:mcld::ELFSegment
H A DLDSection.h66 /// flag - An integer describes miscellaneous attributes.
69 uint32_t flag() const function in class:mcld::LDSection
134 void setFlag(uint32_t flag) argument
135 { m_Flag = flag; }

Completed in 414 milliseconds

123