Home
last modified time | relevance | path

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

12

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dfastidct.cpp325 void idct_row0Inter(Short *srce, UChar *rec, Int lx) in idct_row0Inter()
336 void idct_row1Inter(Short *blk, UChar *rec, Int lx) in idct_row1Inter()
385 void idct_row2Inter(Short *blk, UChar *rec, Int lx) in idct_row2Inter()
446 void idct_row3Inter(Short *blk, UChar *rec, Int lx) in idct_row3Inter()
518 void idct_row4Inter(Short *blk, UChar *rec, Int lx) in idct_row4Inter()
596 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx) in idct_row0x40Inter()
653 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx) in idct_row0x20Inter()
711 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx) in idct_row0x10Inter()
768 void idct_rowInter(Short *blk, UChar *rec, Int lx) in idct_rowInter()
859 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/base/services/core/java/com/android/server/incident/
DPendingReports.java196 final PendingReportRec rec; in approveReport() local
221 final PendingReportRec rec; in denyReport() local
326 PendingReportRec rec = in authorizeReportImpl() local
338 PendingReportRec rec = null; in authorizeReportImpl() local
433 final PendingReportRec rec = i.next(); in findAndRemovePendingReportRecLocked() local
448 final PendingReportRec rec = i.next(); in removePendingReportRecLocked() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPlmnActRecordTest.java44 PlmnActRecord rec = new PlmnActRecord(TEST_PLMN_5DIGIT, ACCESS_TECHS_3GPP); in testConstructors() local
79 PlmnActRecord rec = new PlmnActRecord(TEST_RECORD_5DIGIT, 0); in testEncoding() local
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentController.java178 PendingIntentRecord rec = ref != null ? ref.get() : null; in getIntentSender() local
281 final PendingIntentRecord rec = (PendingIntentRecord) sender; in cancelIntentSender() local
299 public void cancelIntentSender(PendingIntentRecord rec, boolean cleanActivity, in cancelIntentSender()
366 private void makeIntentSenderCanceled(PendingIntentRecord rec, in makeIntentSenderCanceled()
414 PendingIntentRecord rec = ref != null ? ref.get() : null; in dumpPendingIntents() local
/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp95 const alloc_rec_t& rec(list.valueAt(i)); in dump() local
175 alloc_rec_t rec; in allocate() local
241 alloc_rec_t rec; in allocateHelper() local
/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/libs/binary_translation/assembler/
Dmachine_code_test.cc61 RecoveryMap rec; in TEST() local
/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/services/core/java/com/android/server/
DAlarmManagerInternal.java47 void remove(PendingIntent rec); in remove()
DStorageManagerService.java524 final VolumeRecord rec = findRecordForPath(path); in scrubPath() local
799 final VolumeRecord rec = (VolumeRecord) msg.obj; in handleMessage() local
1751 VolumeRecord rec = mRecords.get(vol.fsUuid); in onVolumeStateChangedAsync() local
2224 final VolumeRecord rec = readVolumeRecord(in); in readSettingsLocked() local
2253 final VolumeRecord rec = mRecords.valueAt(i); in writeSettingsLocked() local
2282 public static void writeVolumeRecord(TypedXmlSerializer out, VolumeRecord rec) in writeVolumeRecord()
2540 final VolumeRecord rec = mRecords.get(fsUuid); in setVolumeNickname() local
2555 final VolumeRecord rec = mRecords.get(fsUuid); in setVolumeUserFlags() local
2571 final VolumeRecord rec = mRecords.remove(fsUuid); in forgetVolume() local
2597 final VolumeRecord rec = mRecords.valueAt(i); in forgetAllVolumes() local
[all …]
/frameworks/av/media/module/codecs/m4v_h263/dec/src/
Dpost_filter.cpp30 void H263_Deblock(uint8 *rec, in H263_Deblock()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarm.java134 PendingIntent op, IAlarmListener rec, String listenerTag, WorkSource ws, int flags, in Alarm()
171 public boolean matches(PendingIntent pi, IAlarmListener rec) { in matches()
/frameworks/base/libs/hwui/
DSkiaCanvas.cpp189 const SaveRec* rec = this->currentSaveRec(); in restore() local
226 const SkCanvas::SaveLayerRec rec(&bounds, paint); in saveLayer() local
258 const SaveRec* rec = (mSaveStack && !mSaveStack->empty()) in currentSaveRec() local
304 const SaveRec* rec = this->currentSaveRec(); in recordClip() local
328 const SaveRec* rec = this->currentSaveRec(); in applyPersistentClips() local
860 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.java394 final VolumeRecord rec = mStorageManager.findRecordByUuid(vol.getFsUuid()); in onVolumeMounted() local
771 private PendingIntent buildForgetPendingIntent(VolumeRecord rec) { in buildForgetPendingIntent()
/frameworks/base/core/java/android/text/method/
DMultiTapKeyListener.java113 int rec = (content.getSpanFlags(TextKeyListener.ACTIVE) in onKeyDown() local
/frameworks/native/services/sensorservice/
DSensorService.cpp1240 SensorRecord* rec = mActiveSensors.valueFor(sensor_handle); in threadLoop() local
1890 SensorRecord* rec = mActiveSensors.valueAt(i); in cleanupConnection() local
2039 SensorRecord* rec = mActiveSensors.valueFor(handle); in enable() local
2193 SensorRecord* rec = mActiveSensors.valueFor(handle); in cleanupWithoutDisableLocked() local
2268 SensorRecord* rec = mActiveSensors.valueFor(handle); in flushSensor() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimPhoneBookManager.java429 AdnRecord rec = mPhoneBookRecords.get(i); in updatePhoneAdnRecord() local

12