Home
last modified time | relevance | path

Searched defs:rec (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dfastidct.cpp313 void idct_row0Inter(Short *srce, UChar *rec, Int lx) in idct_row0Inter()
324 void idct_row1Inter(Short *blk, UChar *rec, Int lx) in idct_row1Inter()
371 void idct_row2Inter(Short *blk, UChar *rec, Int lx) in idct_row2Inter()
430 void idct_row3Inter(Short *blk, UChar *rec, Int lx) in idct_row3Inter()
500 void idct_row4Inter(Short *blk, UChar *rec, Int lx) in idct_row4Inter()
576 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx) in idct_row0x40Inter()
633 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx) in idct_row0x20Inter()
689 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx) in idct_row0x10Inter()
744 void idct_rowInter(Short *blk, UChar *rec, Int lx) in idct_rowInter()
835 void idct_row0Intra(Short *srce, UChar *rec, Int lx) in idct_row0Intra()
[all …]
Dmotion_comp.cpp352 UChar *rec, /* i */ in GetPredAdvBy0x0()
451 UChar *rec, /* i */ in GetPredAdvBy0x1()
776 UChar *rec, /* i */ in GetPredAdvBy1x0()
1119 UChar *rec, /* i */ in GetPredAdvBy1x1()
1520 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec, in EncGetPredOutside()
1944 void PutSkippedBlock(UChar *rec, UChar *prev, Int lx) in PutSkippedBlock()
Dfastcodemb.cpp79 UChar *rec, *input, *pred; in CodeMB_H263() local
310 UChar *rec, *input, *pred; in CodeMB_MPEG() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPlmnActRecordTest.java43 PlmnActRecord rec = new PlmnActRecord(TEST_PLMN_5DIGIT, ACCESS_TECHS_3GPP); in testConstructors() local
78 PlmnActRecord rec = new PlmnActRecord(TEST_RECORD_5DIGIT, 0); in testEncoding() local
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentController.java139 PendingIntentRecord rec = ref != null ? ref.get() : null; in getIntentSender() local
242 final PendingIntentRecord rec = (PendingIntentRecord) sender; in cancelIntentSender() local
260 public void cancelIntentSender(PendingIntentRecord rec, boolean cleanActivity) { in cancelIntentSender()
327 private void makeIntentSenderCanceled(PendingIntentRecord rec) { in makeIntentSenderCanceled()
373 PendingIntentRecord rec = ref != null ? ref.get() : null; in dumpPendingIntents() local
/frameworks/base/services/core/java/com/android/server/incident/
DPendingReports.java186 final PendingReportRec rec; in approveReport() local
211 final PendingReportRec rec; in denyReport() local
292 PendingReportRec rec = null; in authorizeReportImpl() local
387 final PendingReportRec rec = i.next(); in findAndRemovePendingReportRecLocked() local
402 final PendingReportRec rec = i.next(); in removePendingReportRecLocked() local
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerInternal.java43 void remove(PendingIntent rec); in remove()
DStorageManagerService.java502 final VolumeRecord rec = findRecordForPath(path); in scrubPath() local
541 final VolumeRecord rec = mRecords.get(vol.fsUuid); in shouldBenchmark() local
815 final VolumeRecord rec = (VolumeRecord) msg.obj; in handleMessage() local
1682 VolumeRecord rec = mRecords.get(vol.fsUuid); in onVolumeStateChangedAsync() local
2144 final VolumeRecord rec = readVolumeRecord(in); in readSettingsLocked() local
2173 final VolumeRecord rec = mRecords.valueAt(i); in writeSettingsLocked() local
2202 public static void writeVolumeRecord(TypedXmlSerializer out, VolumeRecord rec) in writeVolumeRecord()
2436 final VolumeRecord rec = mRecords.get(fsUuid); in setVolumeNickname() local
2449 final VolumeRecord rec = mRecords.get(fsUuid); in setVolumeUserFlags() local
2463 final VolumeRecord rec = mRecords.remove(fsUuid); in forgetVolume() local
[all …]
/frameworks/base/core/java/android/os/storage/
DIStorageEventListener.aidl52 void onVolumeRecordChanged(in VolumeRecord rec) = 3; field
DStorageEventListener.java56 public void onVolumeRecordChanged(VolumeRecord rec) { in onVolumeRecordChanged()
/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp90 const alloc_rec_t& rec(list.valueAt(i)); in dump() local
163 alloc_rec_t rec; in allocateHelper() local
/frameworks/av/media/codecs/m4v_h263/dec/src/
Dpost_filter.cpp30 void H263_Deblock(uint8 *rec, in H263_Deblock()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java517 final LayoutRecord rec = mLayoutRecords.get(mFirstPosition + i); in recycleOffscreenViews() local
812 final LayoutRecord rec = mLayoutRecords.get(position); in layoutChildren() local
844 LayoutRecord rec = mLayoutRecords.get(position); in layoutChildren() local
908 LayoutRecord rec; in fillUp() local
1022 LayoutRecord rec; in fillDown() local
1128 LayoutRecord rec = mLayoutRecords.get(position); in getNextRecordUp() local
1184 LayoutRecord rec = mLayoutRecords.get(position); in getNextRecordDown() local
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarm.java118 PendingIntent op, IAlarmListener rec, String listenerTag, WorkSource ws, int flags, in Alarm()
153 public boolean matches(PendingIntent pi, IAlarmListener rec) { in matches()
/frameworks/base/libs/hwui/
DSkiaCanvas.cpp129 const auto* rec = this->currentSaveRec(); in restore() local
166 const SkCanvas::SaveLayerRec rec(&bounds, paint); in saveLayer() local
241 const SaveRec* rec = mSaveStack ? static_cast<const SaveRec*>(mSaveStack->back()) : nullptr; in currentSaveRec() local
275 SaveRec* rec = static_cast<SaveRec*>(mSaveStack->push_back()); in recordPartialSave() local
285 const SaveRec* rec = this->currentSaveRec(); in recordClip() local
309 const auto* rec = this->currentSaveRec(); in applyPersistentClips() local
764 auto rec = builder.allocRunRSXform(font, N); in drawLayoutOnPath() local
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DDrawView.java81 RectF rec = new RectF(); field in DrawView
DHealing.java49 private static Bitmap buildMask(Rect rec, float[] xy) { in buildMask()
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DDrawView.java83 RectF rec = new RectF(); field in DrawView
DHealing.java49 private static Bitmap buildMask(Rect rec, float[] xy) { in buildMask()
DFindRegion.java171 private static Bitmap buildMask(Rect rec, float[] xy) { in buildMask()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java367 final VolumeRecord rec = mStorageManager.findRecordByUuid(vol.getFsUuid()); in onVolumeMounted() local
744 private PendingIntent buildForgetPendingIntent(VolumeRecord rec) { in buildForgetPendingIntent()
/frameworks/native/services/sensorservice/
DSensorService.cpp1016 SensorRecord* rec = mActiveSensors.valueFor(sensor_handle); in threadLoop() local
1566 SensorRecord* rec = mActiveSensors.valueAt(i); in cleanupConnection() local
1703 SensorRecord* rec = mActiveSensors.valueFor(handle); in enable() local
1857 SensorRecord* rec = mActiveSensors.valueFor(handle); in cleanupWithoutDisableLocked() local
1932 SensorRecord* rec = mActiveSensors.valueFor(handle); in flushSensor() local
/frameworks/base/core/java/android/text/method/
DMultiTapKeyListener.java113 int rec = (content.getSpanFlags(TextKeyListener.ACTIVE) in onKeyDown() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimPhoneBookManager.java428 AdnRecord rec = mPhoneBookRecords.get(i); in updatePhoneAdnRecord() local
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbHostManager.java300 ConnectionRecord rec = in addConnectionRecord() local

12