Searched refs:rec (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp64 const alloc_rec_t& rec(list.valueAt(i));
65 if (rec.size) {
68 list.keyAt(i), rec.size/1024.0,
69 rec.width, rec.stride, rec.height, rec.layerCount, rec.format,
70 rec.usage, rec
123 alloc_rec_t rec; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.h60 void idct_rowInter(Short *srce, UChar *rec, Int lx);
61 void idct_row0Inter(Short *blk, UChar *rec, Int lx);
62 void idct_row1Inter(Short *blk, UChar *rec, Int lx);
63 void idct_row2Inter(Short *blk, UChar *rec, Int lx);
64 void idct_row3Inter(Short *blk, UChar *rec, Int lx);
65 void idct_row4Inter(Short *blk, UChar *rec, Int lx);
66 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx);
67 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx);
68 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx);
69 void idct_row0xCCInter(Short *blk, UChar *rec, In
[all...]
H A Dfastidct.cpp47 tmp = *rec + tmp; \
49 *rec++ = tmp; \
54 *rec++ = tmp; \
313 void idct_row0Inter(Short *srce, UChar *rec, Int lx) argument
317 OSCL_UNUSED_ARG(rec);
324 void idct_row1Inter(Short *blk, UChar *rec, Int lx) argument
332 rec -= lx;
340 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
352 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */
354 pred_word = *((uint32*)(rec
371 idct_row2Inter(Short *blk, UChar *rec, Int lx) argument
430 idct_row3Inter(Short *blk, UChar *rec, Int lx) argument
500 idct_row4Inter(Short *blk, UChar *rec, Int lx) argument
576 idct_row0x40Inter(Short *blk, UChar *rec, Int lx) argument
633 idct_row0x20Inter(Short *blk, UChar *rec, Int lx) argument
689 idct_row0x10Inter(Short *blk, UChar *rec, Int lx) argument
744 idct_rowInter(Short *blk, UChar *rec, Int lx) argument
835 idct_row0Intra(Short *srce, UChar *rec, Int lx) argument
846 idct_row1Intra(Short *blk, UChar *rec, Int lx) argument
867 idct_row2Intra(Short *blk, UChar *rec, Int lx) argument
922 idct_row3Intra(Short *blk, UChar *rec, Int lx) argument
988 idct_row4Intra(Short *blk, UChar *rec, Int lx) argument
1061 idct_row0x40Intra(Short *blk, UChar *rec, Int lx) argument
1116 idct_row0x20Intra(Short *blk, UChar *rec, Int lx) argument
1169 idct_row0x10Intra(Short *blk, UChar *rec, Int lx) argument
1221 idct_rowIntra(Short *blk, UChar *rec, Int lx) argument
1309 idct_row0zmv(Short *srce, UChar *rec, UChar *pred, Int lx) argument
1319 idct_row1zmv(Short *blk, UChar *rec, UChar *pred, Int lx) argument
1367 idct_row2zmv(Short *blk, UChar *rec, UChar *pred, Int lx) argument
1427 idct_row3zmv(Short *blk, UChar *rec, UChar *pred, Int lx) argument
1498 idct_row4zmv(Short *blk, UChar *rec, UChar *pred, Int lx) argument
1575 idct_row0x40zmv(Short *blk, UChar *rec, UChar *pred, Int lx) argument
1633 idct_row0x20zmv(Short *blk, UChar *rec, UChar *pred, Int lx) argument
1690 idct_row0x10zmv(Short *blk, UChar *rec, UChar *pred, Int lx) argument
1746 idct_rowzmv(Short *blk, UChar *rec, UChar *pred, Int lx) argument
1857 BlockIDCTMotionComp(Short *block, UChar *bitmapcol, UChar bitmaprow, Int dctMode, UChar *rec, UChar *pred, Int lx_intra) argument
[all...]
H A Dmotion_comp.cpp37 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec,
352 UChar *rec, /* i */
370 rec -= 16; /* preset */
375 *((ULong*)(rec += 16)) = *((ULong*)(prev += lx));
376 *((ULong*)(rec + 4)) = *((ULong*)(prev + 4));
383 rec -= 16; /* preset */
392 *((ULong*)(rec += 16)) = pred_word;
397 *((ULong*)(rec + 4)) = pred_word;
405 rec -= 16; /* preset */
414 *((ULong*)(rec
350 GetPredAdvBy0x0( UChar *prev, UChar *rec, Int lx, Int rnd ) argument
449 GetPredAdvBy0x1( UChar *prev, UChar *rec, Int lx, Int rnd1 ) argument
774 GetPredAdvBy1x0( UChar *prev, UChar *rec, Int lx, Int rnd1 ) argument
1117 GetPredAdvBy1x1( UChar *prev, UChar *rec, Int lx, Int rnd1 ) argument
1520 EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec, Int width, Int height, Int rnd1) argument
1944 PutSkippedBlock(UChar *rec, UChar *prev, Int lx) argument
[all...]
H A Dfastcodemb.h56 Int Sad8x8(UChar *rec, UChar *prev, Int lx);
57 Int getBlockSum(UChar *rec, Int lx);
98 Int dctMode, UChar *rec, Int lx, Int intra);
101 void PutSkippedBlock(UChar *rec, UChar *prev, Int lx);
H A Dfastcodemb.cpp79 UChar *rec, *input, *pred; local
129 rec = currVop->yChan + offset;
146 rec += 8;
154 rec += dctMode;
161 rec = currVop->uChan + offsetc;
182 rec = currVop->vChan + offsetc;
236 BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | intra);
310 UChar *rec, *input, *pred; local
356 rec = currVop->yChan + offset;
373 rec
[all...]
/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaCardsParser.java153 for (AlsaCardRecord rec : mCardRecords) {
154 if (rec.mCardNum == cardNum) {
155 return rec;
167 for (AlsaCardRecord rec : mCardRecords) {
168 if (rec.mCardNum == cardNum) {
169 return rec.mIsUsb;
198 for (AlsaCardRecord rec : newRecs) {
200 Slog.d(TAG, rec.mCardName + " card:" + rec.mCardNum + " usb:" + rec
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DBatteryInfo.java209 final HistoryItem rec = new HistoryItem();
210 while (stats.getNextHistoryLocked(rec)) {
214 historyStart = rec.time;
216 if (rec.cmd == HistoryItem.CMD_CURRENT_TIME
217 || rec.cmd == HistoryItem.CMD_RESET) {
226 if (rec.currentTime > (lastWallTime + (180 * 24 * 60 * 60 * 1000L))
227 || rec.time < (historyStart + (5 * 60 * 1000L))) {
230 lastWallTime = rec.currentTime;
231 lastRealtime = rec.time;
236 if (rec
[all...]
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A Dfind_region.rs71 static int4 padRegionRect_ss(float4 rec) {
72 int width = rec.z - rec.x;
73 int height = rec.w - rec.y;
77 int4 out = {(int)(rec.x - 1), (int)(rec.y - 1), mWidth + (int)(rec.x - 1),
78 mHeight + (int)(rec.y - 1)};
130 static int width(int4 rec) { retur
[all...]
H A DHealing.java49 private static Bitmap buildMask(Rect rec, float[] xy) { argument
50 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8);
59 path.moveTo(xy[i] - rec.left, xy[i + 1] - rec.top);
61 path.lineTo(xy[i] - rec.left, xy[i + 1] - rec.top);
/frameworks/base/core/java/android/os/storage/
H A DStorageEventListener.java44 public void onVolumeRecordChanged(VolumeRecord rec) { argument
H A DIStorageEventListener.aidl52 void onVolumeRecordChanged(in VolumeRecord rec) = 3;
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java517 final LayoutRecord rec = mLayoutRecords.get(mFirstPosition + i);
521 final int colTop = top - rec.getMarginAbove(col - lp.column);
522 final int colBottom = bottom + rec.getMarginBelow(col - lp.column);
812 final LayoutRecord rec = mLayoutRecords.get(position);
813 if (rec != null && rec.height != childHeight) {
815 rec.height = childHeight;
819 if (rec != null && rec.span != span) {
821 rec
[all...]
/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java113 int rec = (content.getSpanFlags(TextKeyListener.ACTIVE)
118 rec >= 0 && rec < sRecs.size()) {
140 if (sRecs.indexOfKey(keyCode) == rec) {
141 String val = sRecs.valueAt(rec);
161 rec = sRecs.indexOfKey(keyCode);
163 if (rec >= 0) {
168 rec = sRecs.indexOfKey(keyCode);
171 if (rec >= 0) {
176 String val = sRecs.valueAt(rec);
[all...]
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DHealing.java49 private static Bitmap buildMask(Rect rec, float[] xy) { argument
50 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8);
59 path.moveTo(xy[i] - rec.left, xy[i + 1] - rec.top);
61 path.lineTo(xy[i] - rec.left, xy[i + 1] - rec.top);
H A DFindRegion.java171 private static Bitmap buildMask(Rect rec, float[] xy) { argument
172 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8);
181 path.moveTo(xy[i] - rec.left, xy[i + 1] - rec.top);
183 path.lineTo(xy[i] - rec.left, xy[i + 1] - rec.top);
/frameworks/support/core-utils/java/android/support/v4/content/
H A DLocalBroadcastManager.java179 final ReceiverRecord rec = receivers.get(k);
180 if (rec.receiver == receiver) {
181 rec.dead = true;
306 final ReceiverRecord rec = br.receivers.get(j);
307 if (!rec.dead) {
308 rec.receiver.onReceive(mAppContext, br.intent);
/frameworks/base/libs/hwui/
H A DSkiaCanvas.cpp136 const auto* rec = this->currentSaveRec(); local
137 if (!rec) {
143 bool preserveMatrix = !(rec->saveFlags & SaveFlags::Matrix);
144 bool preserveClip = !(rec->saveFlags & SaveFlags::Clip);
151 const size_t clipIndex = rec->clipIndex;
189 const SkCanvas::SaveLayerRec rec(&bounds, paint, layerFlags(flags));
191 return mCanvas->saveLayer(rec);
245 const SaveRec* rec = mSaveStack local
249 SkASSERT(!rec || currentSaveCount >= rec
274 SaveRec* rec = static_cast<SaveRec*>(mSaveStack->push_back()); local
284 const SaveRec* rec = this->currentSaveRec(); local
308 const auto* rec = this->currentSaveRec(); local
[all...]
H A DSkiaShader.cpp300 SkShader::ComposeRec rec; local
301 if (!shader.asACompose(&rec)) return false;
303 const SkiaShaderType shaderAType = getComposeSubType(*rec.fShaderA);
304 const SkiaShaderType shaderBType = getComposeSubType(*rec.fShaderB);
314 storeCompose(caches, *rec.fShaderA, *rec.fShaderB,
318 storeCompose(caches, *rec.fShaderB, *rec.fShaderA,
321 description->shadersMode = rec.fBlendMode;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchvr_filter.cpp24 uint8 *rec,
55 /* Set up various values needed for updating pointers into rec */
100 ptr = rec + (brwidth << 6) + (bc << 3);
259 ptr = rec + (brwidth << 6) + (bc << 3);
445 ptr = rec + (brwidth << 6) + (bc << 3);
467 AdaptiveSmooth_NoMMX(rec, v0, h0, v0 + 1, h0 + 1, thres, width, max_diff);
529 ptr = rec + (brwidth << 6) + (bc << 3);
546 AdaptiveSmooth_NoMMX(rec, v0, h0, v0 - 3, h0 - 3, thres, width, max_diff);
23 CombinedHorzVertRingFilter( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
H A Dmp4dec_lib.h283 void H263_Deblock(uint8 *rec, int width, int height, int16 *QP_store, uint8 *mode, int chr, int T);
295 void CombinedHorzVertFilter(uint8 *rec, int width, int height, int16 *QP_store,
297 void CombinedHorzVertFilter_NoSoftDeblocking(uint8 *rec, int width, int height, int16 *QP_store,
299 void CombinedHorzVertRingFilter(uint8 *rec, int width, int height,
H A Dchv_filter.cpp148 Function prototype : void CombinedHorzVertFilter( uint8 *rec,
155 rec : pointer to the decoded frame buffer.
177 uint8 *rec,
221 ptr = rec + (brwidth << 6) + (bc << 3);
337 ptr = rec + (brwidth << 6) + (bc << 3);
454 uint8 *rec,
498 ptr = rec + (brwidth << 6) + (bc << 3);
576 ptr = rec + (brwidth << 6) + (bc << 3);
176 CombinedHorzVertFilter( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
453 CombinedHorzVertFilter_NoSoftDeblocking( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
/frameworks/base/core/java/android/os/
H A DBatteryStats.java5303 public void printNextItem(PrintWriter pw, HistoryItem rec, long baseTime, boolean checkin, argument
5307 TimeUtils.formatDuration(rec.time - baseTime, pw, TimeUtils.HUNDRED_DAY_FIELD_LEN);
5309 pw.print(rec.numReadInts);
5315 pw.print(rec.time - baseTime);
5317 pw.print(rec.time - lastTime);
5319 lastTime = rec.time;
5321 if (rec.cmd == HistoryItem.CMD_START) {
5327 } else if (rec.cmd == HistoryItem.CMD_CURRENT_TIME
5328 || rec.cmd == HistoryItem.CMD_RESET) {
5332 if (rec
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.cpp626 SensorRecord* rec = mActiveSensors.valueFor(sensor_handle); local
627 if (rec != NULL) {
628 mMapFlushEventsToConnections[i] = rec->getFirstPendingFlushConnection();
629 rec->removeFirstPendingFlushConnection();
1144 SensorRecord* rec = mActiveSensors.valueAt(i); local
1145 ALOGE_IF(!rec, "mActiveSensors[%zu] is null (handle=0x%08x)!", i, handle);
1150 if (rec && rec->removeConnection(connection)) {
1154 delete rec;
1201 SensorRecord* rec local
1337 SensorRecord* rec = mActiveSensors.valueFor(handle); local
1410 SensorRecord* rec = mActiveSensors.valueFor(handle); local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java80 public void onVolumeRecordChanged(VolumeRecord rec) {
84 final VolumeInfo vol = mStorageManager.findVolumeByUuid(rec.getFsUuid());
192 for (VolumeRecord rec : recs) {
193 if (rec.getType() != VolumeInfo.TYPE_PRIVATE) continue;
195 final String fsUuid = rec.getFsUuid();
197 if ((info != null && info.isMountedWritable()) || rec.isSnoozed()) {
205 rec.getNickname());
215 .setContentIntent(buildForgetPendingIntent(rec))
352 final VolumeRecord rec = mStorageManager.findRecordByUuid(vol.getFsUuid());
357 if (rec
685 buildForgetPendingIntent(VolumeRecord rec) argument
[all...]

Completed in 5325 milliseconds

12