/external/opencore/pvmi/pvmf/include/ |
pvmf_sync_util.h | 55 PVMF_SYNC_LATE, /**< Timestamp is later than the current clock by more than the late margin. */ 64 * too late, or schedule the data to be processed at a later time that is synchronized to the 77 * Configure the criteria to determine whether media data is early or late. 81 * synchronized to the clock. Media data is considered late if it has a timestamp later than the 82 * current time of the clock by the late margin and will be dropped. 85 * @param aLateMargin Late margin in milliseconds. 94 * is considered early, on-time or late. If the timestamp is earlier than the current time on the clock 97 * clock by more than the late margin, it is considered late and this API will return -1 to indicate 104 * If return is PVMF_SYNC_LATE, the amount by which the frame was late is returned [all...] |
pvmf_sync_util_data_queue.h | 88 * too late, or schedule the data to be processed at a later time that is synchronized to the 118 * determined to be late, the data will be dropped and will not be scheduled for processing. 121 * @param aDropped Optional output parameter to hold the number of late frames dropped. 126 * media message is late and is dropped. PVMFSuccess if the data is successfully scheduled 135 * the clock plus and minus the specified late and early margins. If it is too late to process 142 * @param aDropped Optional output parameter to hold the number of late frames dropped. 180 * Set frame drop mode. Default is enabled (late frames are dropped).
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/ |
ReverbType.java | 80 + " dB, late deflection delay " + lateReflectionDelay //$NON-NLS-1$ 81 + " ns, late reflection intensity " + lateReflectionIntensity //$NON-NLS-1$
|
/external/speex/libspeex/ |
jitter.c | 48 + late 146 spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */ 154 int late_cutoff; /**< How late must a packet be for it not to be considered at all */ 160 int window_size; /**< Total window over which the late frames are counted */ 162 int max_late_rate; /**< Absolute maximum amount of late packets tolerable (in percent) */ 171 cost = delay + late_factor*[number of frames that would be late if we used that delay] 173 @param late_factor Equivalent cost of a late frame (in timestamp units) 180 int late = 0; local 209 /* Pick the TOP_DELAY "latest" packets (doesn't need to actually be late 236 cost = -latest + late_factor*late; 371 int late; local [all...] |
/dalvik/vm/native/ |
README.txt | 15 We use "late" binding on these, rather than explicit registration,
|
/external/opencore/nodes/common/include/ |
pvmf_nodes_sync_control.h | 74 * Configure the criteria to determine whether media data is early or late. 78 * synchronized to the clock. Media data is considered late if it has a timestamp later than the 79 * current time of the clock by the late margin and will be dropped. 82 * @param aLateMargin Late margin in milliseconds.
|
/external/opencore/pvmi/pvmf/src/ |
pvmf_sync_util.cpp | 147 // Special case when clock less than the late margin (to avoid substracting from 0 with unsigned int) 168 // Late for all other cases 170 (0, "PvmfSyncUtil::SyncMediaData: Late data Clock(%d), TS(%d) Dur(%d)", currentTime, aDataTimestamp, aDuration)); 173 return PVMF_SYNC_LATE; // Late frame
|
pvmf_sync_util_data_queue.cpp | 625 //dropping late frames. 627 (0, "PvmfSyncUtilDataQueue::SynchronizeData: Drop late frame TS %d, Dur %d, delta %d, %s", 633 LogMediaMsgInfo(msg, "Late Frame Dropped", millisecondsEarly); 645 //frame step mode, late frame, not dropping frames. 651 //normal mode, late frame, not dropping frames. release this 654 (0, "PvmfSyncUtilDataQueue::SynchronizeData: Process late frame ASAP, TS %d,%s", iDataQueue[0]->getTimestamp(), iName.get_cstr()));
|
/external/dbus/test/name-test/ |
test-threads-init.c | 2 * Test to make sure late thread initialization works 119 printf ("*** Testing late thread init\n");
|
/external/kernel-headers/original/asm-arm/ |
glue.h | 36 * v4t_late - ARMv4 with Thumb late abort handler
|
/frameworks/base/services/java/com/android/server/ |
DropBoxManagerService.java | 612 for (EntryFile late : future) { 613 mAllFiles.blocks -= late.blocks; 614 FileList tagFiles = mFilesByTag.get(late.tag); 615 if (tagFiles != null && tagFiles.contents.remove(late)) { 616 tagFiles.blocks -= late.blocks; 618 if ((late.flags & DropBoxManager.IS_EMPTY) == 0) { 620 late.file, mDropBoxDir, late.tag, t++, late.flags, mBlockSize)); 622 enrollEntry(new EntryFile(mDropBoxDir, late.tag, t++)) [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
TranslationAdvice.java | 20 * Interface for "advice" passed from the late stage of translation back
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
MethodInfo.java | 69 System.err.println("WARNING: late add of params to method");
|
/frameworks/base/include/media/stagefright/ |
MediaSource.h | 62 // b) not be late, i.e. lateness_us = 0
|
/external/grub/netboot/ |
sk_g16.h | 110 #define TX_UFLO 0x4000 /* Underflow (late memory) */ 111 #define TX_LCOL 0x1000 /* Late collision */
|
/external/speex/include/speex/ |
speex_jitter.h | 71 /** Packet is lost or is late */ 112 /** Equivalent cost of one percent late packet in timestamp units */
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ref/ |
WeakReference.java | 76 * A {@code SoftReference} should be cleared and enqueued <em>as late as
|
/development/scripts/ |
add-accounts | 90 print "it's too late to use this script to add accounts."
|
add-accounts-sdk | 87 print "it's too late to use this script to add accounts."
|
/development/tools/zoneinfo/tzdata2009s/ |
backward | 7 # and their old names. Many names changed in late 1993.
|
/external/opencore/baselibs/media_data_structures/src/ |
time_comparison_utils.h | 87 ** @param [aLateMargin] -- late margin of the window
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
EBCDIC | 32 I came in late on this discussion - I don't follow comp.compilers very
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSetupIncomingTests.java | 57 // (except those that run on the UI thread - for them, it's too late to change it.)
|
AccountSetupOutgoingTests.java | 54 // (except those that run on the UI thread - for them, it's too late to change it.)
|
/packages/apps/IM/src/com/android/im/service/ |
ImConnectionAdapter.java | 181 // too late 350 // but the notification comes a bit late; user has already
|