Searched refs:level (Results 1 - 25 of 181) sorted by relevance

12345678

/frameworks/base/core/java/android/content/
H A DComponentCallbacks2.java60 * @param level The context of the trim, giving a hint of the amount of
65 void onTrimMemory(int level); argument
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode_inline.h25 Int idx, run, level, j; local
48 level = dataBlock[j];
51 if (level < 0)
53 RLB->level[idx] = -level;
61 RLB->level[idx] = level;
85 level = dataBlock[j];
88 if (level < 0)
90 RLB->level[id
116 Int idx, run, level, j; local
139 ldrsh level, [dataBlock, run] /* load data */ local
181 ldrsh level, [dataBlock, run] /* load data */ local
230 Int idx, run, level = 0, j; local
[all...]
H A Dvlc_encode.cpp142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream);
143 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream);
144 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream);
145 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream);
154 Int PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream);
155 Int PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream);
156 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream);
157 Int PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream);
159 Int PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream);
160 Int PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVide
291 PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
311 PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
333 PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
365 PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
393 PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
449 PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
483 PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
545 PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
580 PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
609 PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
638 PutRunCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
688 PutRunCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
729 PutLevelCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
756 PutLevelCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
783 PutLevelCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
829 PutLevelCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
1436 Int level; local
1509 Int level; local
1578 Int level; local
1792 Int level; local
[all...]
H A Dvlc_encode.h24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
35 Int PutRunCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
36 Int PutRunCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
37 Int PutLevelCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
38 Int PutLevelCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
/frameworks/media/libvideoeditor/osal/src/
H A DM4PSW_DebugTrace.c38 * void M4OSA_DebugTrace(M4OSA_Int32 line, char* file, M4OSA_Int32 level,
45 * @param level (IN): the debug level
54 M4OSA_Int32 level,
61 /* try to "indent" the resulting traces depending on the level */
62 for (i =0 ; i < level; i ++)
77 M4OSA_UInt32 level,
82 M4OSA_DebugTrace(line, fileName, level, stringCondition, message, returnedError);
52 M4OSA_DebugTrace(M4OSA_Int32 line, M4OSA_Char* file, M4OSA_Int32 level, M4OSA_Char* cond, M4OSA_Char* msg, M4OSA_ERR err) argument
75 M4OSA_DEBUG_traceFunction(M4OSA_UInt32 line, M4OSA_Char* fileName, M4OSA_UInt32 level, M4OSA_Char* stringCondition, M4OSA_Char* message, M4OSA_ERR returnedError) argument
H A DM4PSW_Trace.c39 * void M4OSA_Trace(M4OSA_Int32 line, M4OSA_Char* file ,M4OSA_Int32 level,
45 * @param level (IN): the debug level
53 M4OSA_Int32 level, M4OSA_Char* format, ...)
77 M4OSA_UInt32 level,
52 M4OSA_Trace(M4OSA_Int32 line, M4OSA_Char* file , M4OSA_Int32 level, M4OSA_Char* format, ...) argument
74 M4OSA_TRACE_traceFunction(M4OSA_UInt32 line, M4OSA_Char* fileName, M4OSA_CoreID coreID, M4OSA_UInt32 level, M4OSA_Char* stringMsg, ...) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java101 * @param level
106 public static void texImage2D(int target, int level, int internalformat, argument
114 if (native_texImage2D(target, level, internalformat, bitmap, -1, border)!=0) {
126 * @param level
132 public static void texImage2D(int target, int level, int internalformat, argument
140 if (native_texImage2D(target, level, internalformat, bitmap, type, border)!=0) {
150 * @param level
154 public static void texImage2D(int target, int level, Bitmap bitmap, argument
162 if (native_texImage2D(target, level, -1, bitmap, -1, border)!=0) {
184 * @param level
189 texSubImage2D(int target, int level, int xoffset, int yoffset, Bitmap bitmap) argument
214 texSubImage2D(int target, int level, int xoffset, int yoffset, Bitmap bitmap, int format, int type) argument
276 native_texImage2D(int target, int level, int internalformat, Bitmap bitmap, int type, int border) argument
278 native_texSubImage2D(int target, int level, int xoffset, int yoffset, Bitmap bitmap, int format, int type) argument
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorProfile.java85 * Returns the supported level by given video codec
88 int level = -1;
94 level = native_get_videoeditor_export_level(vidCodec);
100 return level;
120 private static native final int native_get_videoeditor_export_level(int level); argument
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DRunData.java33 public int level; field in class:RunData.TileData
37 boolean isReady, int level, float scale) {
43 this.level = level;
36 TileData(int left, int top, int right, int bottom, boolean isReady, int level, float scale) argument
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java39 * The detected signal level in dBm. At least those are the units used by
42 public int level; field in class:ScanResult
56 public ScanResult(String SSID, String BSSID, String caps, int level, int frequency) { argument
60 this.level = level;
76 append(", level: ").
77 append(level).
94 dest.writeInt(level);
/frameworks/base/core/java/android/text/
H A DAndroidBidi.java69 int level = levels[i];
70 if (level != curLevel) {
71 curLevel = level;
117 int level = levels[i];
118 if (level != curLevel) {
119 curLevel = level;
120 if (level > maxLevel) {
121 maxLevel = level;
122 } else if (level < minLevel) {
123 minLevel = level;
[all...]
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java39 * <th>logger level</th>
40 * <th>Android level</th>
125 int level = getAndroidLevel(record.getLevel());
127 if (!Log.isLoggable(tag, level)) {
133 Log.println(level, tag, message);
139 public void publish(Logger source, String tag, Level level, String message) { argument
141 int priority = getAndroidLevel(level);
154 * Converts a {@link java.util.logging.Logger} logging level into an Android one.
156 * @param level The {@link java.util.logging.Logger} logging level
160 getAndroidLevel(Level level) argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DSignalStrength.java288 * Get signal level as an int from 0..4
293 int level;
302 level = getGsmLevel();
304 level = getLteLevel();
311 level = getCdmaLevel();
314 level = getEvdoLevel();
316 /* We know both, use the lowest level */
317 level = cdmaLevel < evdoLevel ? cdmaLevel : evdoLevel;
320 if (DBG) log("getLevel=" + level);
321 return level;
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DTraceTest.java157 private int dMethod(int level) { argument
159 if (level > 0) {
160 count = dMethod(level - 1);
165 if (level == 0) {
168 return dMethod(level - 1);
187 public int gMethod(int level) { argument
189 int count = level;
190 if (level > 1)
191 count += gMethod(level - 1);
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_CheckVLCEscapeMode.c27 * Performs escape mode decision based on the run, run+, level, level+ and
34 * [in] level Level value (non-zero value) to be encoded
37 * levelPlus = sign(level)*[abs(level) - LMAX]
40 * The run value after which level
59 OMX_S16 level,
69 level = armAbs (level);
72 /* Check for a valid entry with run, level an
56 armVCM4P2_CheckVLCEscapeMode( OMX_U32 run, OMX_U32 runPlus, OMX_S16 level, OMX_S16 levelPlus, OMX_U8 maxStoreRun, OMX_U8 maxRunForMultipleEntries, OMX_INT shortVideoHeader, const OMX_U8 *pRunIndexTable ) argument
[all...]
H A DarmVCM4P2_PutVLCBits.c50 * The run value after which level
54 * The run value after which level
109 OMX_S16 level, storeLevel = 0, storeLevelPlus; local
115 level = pQDctBlkCoef[pZigzagTable[i]];
118 if (level == 0)
159 storeLevel = level;
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp874 pTcoef->level = (int) tab->level; //tab->val & 255;
879 if (tab->level != 0xFF)
884 //if (((tab->run<<8)|(tab->level)|(tab->last<<16)) == VLC_ESCAPE_CODE)
888 /* first escape mode. level is offset */
921 pTcoef->level = (int)tab->level; //tab->val & 255;
925 /* need to add back the max level */
930 pTcoef->level = pTcoef->level
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListLogBuffer.cpp31 * generally is just reported as a stack trace at the Java level) or crashed, but
44 * opcode and the nesting level). If the type of information logged changes (for example,
81 int level = *tmpBufferPtr++; local
89 uint32_t count = (level + 1) * 2;
99 void DisplayListLogBuffer::writeCommand(int level, int op) { argument
100 writeInt(level);
H A DDisplayListLogBuffer.h34 void writeCommand(int level, int op);
/frameworks/media/libvideoeditor/osal/inc/
H A DM4OSA_Debug.h61 M4OSA_UInt32 level,
67 #define M4OSA_DEBUG_IFx(cond, errorCode, msg, level)\
70 M4OSA_DEBUG_traceFunction(__LINE__, (M4OSA_Char*)__FILE__, level,\
122 M4OSA_UInt32 level,
128 #define M4OSA_TRACEx_0(msg, level)\
130 (M4OSA_CoreID)M4TRACE_ID, level, (M4OSA_Char*)msg);
133 #define M4OSA_TRACEx_1(msg, param1, level)\
135 (M4OSA_CoreID)M4TRACE_ID, level, (M4OSA_Char*)msg, param1);
138 #define M4OSA_TRACEx_2(msg, param1, param2, level)\
140 (M4OSA_CoreID)M4TRACE_ID, level,\
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBatteryController.java58 final int level = intent.getIntExtra(BatteryManager.EXTRA_LEVEL, 0);
66 v.setImageLevel(level);
68 level));
74 level));
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
H A Dwb_vad.c128 * Purpose : Calculate signal level in a sub-band. Level is calculated
131 * Signal level calculated from of the end of the frame
133 * and added to the level of the next frame.
137 static Word16 level_calculation( /* return: signal level */
139 Word16 * sub_level, /* i : level calculated at the end of the previous frame*/
140 /* o : level of signal calculated from the last */
146 Word16 scale /* i : scaling for the level calculation */
150 Word16 level; local
165 level = extract_h(L_shl2(l_temp2, scale));
167 return level;
459 vad_decision( VadVars * st, Word16 level[COMPLEN], Word32 pow_sum ) argument
764 Word16 level[COMPLEN]; local
[all...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp155 int *level, *run; local
165 level = encvid->level[cindx];
171 level = encvid->leveldc;
179 level = encvid->level[cindx];
188 level = encvid->levelcdc + 4;
194 level = encvid->levelcdc;
202 level = encvid->level[cind
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DLevelListDrawable.java30 * Setting the level value of the object with {@link #setLevel(int)} will load the image with the next
33 * a LevelListDrawable would be a battery level indicator icon, with different images to indicate the current
34 * battery level.
36 * It can be defined in an XML file with the <code>&lt;level-list></code> element.
37 * Each Drawable level is defined in a nested <code>&lt;item></code>. For example:
40 * &lt;level-list xmlns:android="http://schemas.android.com/apk/res/android">
45 * &lt;/level-list>
77 protected boolean onLevelChange(int level) { argument
78 int idx = mLevelListState.indexOfLevel(level);
82 return super.onLevelChange(level);
178 indexOfLevel(int level) argument
[all...]
/frameworks/base/core/java/android/text/util/
H A DRfc822Tokenizer.java98 int level = 1;
101 while (i < cursor && level > 0) {
105 if (level > 1) {
109 level--;
113 level++;
266 int level = 1;
269 while (i < len && level > 0) {
273 level--;
276 level++;

Completed in 1734 milliseconds

12345678