HomeSort by relevance Sort by last modified time
    Searched full:track (Results 851 - 875 of 4318) sorted by null

<<31323334353637383940>>

  /frameworks/av/include/media/stagefright/
FrameRenderTracker.h 100 // Called when we have dequeued a buffer |buf| from the native window to track render info.
102 // client to track this render info among the dequeued buffers.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.cpp 185 ALOGV("audio track doesn't have enough data yet. (%.2f secs buffered)",
194 ALOGV("video track doesn't have enough data yet. (%.2f secs buffered)",
  /frameworks/av/media/libstagefright/rtsp/
ARTPSession.cpp 86 notify->setSize("track-index", mTracks.size() - 1);
139 CHECK(msg->findSize("track-index", &trackIndex));
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabaseConfiguration.java 26 * The purpose of this object is to keep track of all of the little
32 * keep track of which settings have already been applied.
  /frameworks/base/core/java/android/util/
DayOfMonthCursor.java 23 * <li>Keeps track of current month, day, year</li>
24 * <li>Keeps track of current cursor position (row, column)</li>
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaPlayerStreamingStressTest.java 82 output.write(" Track Lagging: " + CodecTest.mMediaInfoVideoTrackLaggingCount);
94 output.write("Total Track Lagging: " + mTotalVideoTrackLagging + "\n" );
MediaPlayerStressTest.java 78 output.write(" Track Lagging: " + CodecTest.mMediaInfoVideoTrackLaggingCount);
92 output.write("Total Track Lagging: " + mTotalVideoTrackLagging + "\n" );
  /frameworks/base/services/core/java/com/android/server/job/controllers/
ConnectivityController.java 53 /** Track whether the latest active network is metered. */
55 /** Track whether the latest active network is connected. */
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
GpuVideoTrackDecoder.java 35 * {@link TrackDecoder} that decodes a video track and renders the frames onto a
71 // Create a surface texture to be used by the video track decoder.
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
compress_offload.h 137 * end of the track
139 * beginning of the track
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_offload.h 137 * end of the track
139 * beginning of the track
  /libcore/luni/src/main/java/java/lang/ref/
SoftReference.java 84 * @param r the referent to track
94 * @param r the referent to track
  /libcore/luni/src/main/java/java/util/concurrent/
RecursiveAction.java 77 * right-hand-sides of repeated divisions by two, and keeping track of
96 * Applyer next; // keeps track of right-hand-side tasks
  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 47 // Keep track of the system properties fd so we don't close it.
179 // TODO: track which so we can be more specific in the detail message.
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthCursor.java 25 * <li>Keeps track of current month, day, year</li>
26 * <li>Keeps track of current cursor position (row, column)</li>
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 81 * The following three methods are used to keep track of
95 * The following three methods are used to keep track of which thread
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java 61 private void track(Bitmap bitmap, int type) { method in class:BitmapCache
198 track(bitmap, type); method
  /packages/apps/Music/res/layout-land/
audio_player.xml 23 <!-- This is the LinearLayout that contains the album art, function buttons and album/artist/track info -->
39 <!-- This is the LinearLayout that contains function buttons and album/artist/track info -->
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 32 * with play/pause and next track buttons.
120 // Format title string with track number, or show SD card message
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 184 /* List used to track pending semaphores waiting for callback */
187 /* List used to track incoming socket requests (and associated sync variables) */
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MimeType.java 63 // Bug 2922948 has been written up to track this
93 // This logging will help track down bug 7092215. Once that bug is resolved, remove
  /packages/services/Telephony/src/com/android/phone/
CdmaPhoneCallState.java 20 * Class to internally keep track of Call states to maintain
65 // Boolean to track 3Way display state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdrom.h 56 #define CDROMPLAYTRKIND 0x5304 /* Play Audio Track/index
182 __u8 cdti_trk0; /* start track */
184 __u8 cdti_trk1; /* end track */
191 __u8 cdth_trk0; /* start track */
192 __u8 cdth_trk1; /* end track */
357 /* bit to tell whether track is data or audio (cdrom_tocentry.cdte_ctrl) */
360 /* The leadout track is always 0xAA, regardless of # of tracks on disc */
494 * to play data at track/index */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_filebuf.h 105 * there is no way for the library to track what you do with the
115 * Note that there is no way for the library to track what you do
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdrom.h 56 #define CDROMPLAYTRKIND 0x5304 /* Play Audio Track/index
182 __u8 cdti_trk0; /* start track */
184 __u8 cdti_trk1; /* end track */
191 __u8 cdth_trk0; /* start track */
192 __u8 cdth_trk1; /* end track */
357 /* bit to tell whether track is data or audio (cdrom_tocentry.cdte_ctrl) */
360 /* The leadout track is always 0xAA, regardless of # of tracks on disc */
494 * to play data at track/index */

Completed in 733 milliseconds

<<31323334353637383940>>