/external/skia/legacy/include/views/ |
SkWindow.h | 90 SkTDArray<Click*> fClicks; // to track clicks
|
/external/skia/legacy/src/animator/ |
SkAnimatorScript.h | 30 void track(SkDisplayable* displayable) { function in class:SkAnimatorScript
|
/external/skia/src/animator/ |
SkAnimatorScript.h | 30 void track(SkDisplayable* displayable) { function in class:SkAnimatorScript
|
/external/skia/src/gpu/gl/debug/ |
GrDebugGL.h | 24 // This is the main debugging object. It is a singleton and keeps track of
|
GrFakeRefObj.h | 16 // This object is used to track the OpenGL objects. We don't use real
|
/external/webkit/Source/WebCore/dom/ |
CheckedRadioButtons.cpp | 40 // We only track checked buttons.
|
/external/webkit/Source/WebCore/html/canvas/ |
WebGLProgram.h | 79 // This is used to track whether a WebGLUniformLocation belongs to this
|
/external/webkit/Source/WebCore/platform/ |
ScrollbarThemeComposite.h | 56 virtual void splitTrack(Scrollbar*, const IntRect& track, IntRect& startTrack, IntRect& thumb, IntRect& endTrack);
|
/external/webkit/Source/WebCore/platform/text/ |
BidiContext.h | 38 // Used to keep track of explicit embeddings.
|
/external/webkit/Source/WebCore/storage/ |
DatabaseThread.h | 83 // This set keeps track of the open databases that have been used on this thread.
|
IDBPendingTransactionMonitor.h | 38 // This class keeps track of the transactions created during the current
|
/frameworks/av/cmds/stagefright/ |
codec.cpp | 106 ALOGV("selecting track %d", i); 206 ALOGV("signalling input EOS on track %d", i); 294 printf("track %d: %lld bytes received. %.2f KB/sec\n", 299 printf("track %d: %lld frames decoded, %.2f fps. %lld bytes "
|
/frameworks/av/include/media/ |
JetPlayer.h | 91 AudioTrack* mAudioTrack; // and we play it in this audio track
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4PTO3GPP_ErrorCodes.h | 56 * The input audio file contains a track format not handled by PTO3GPP */
|
/frameworks/av/media/libmedia/ |
AudioTrack.cpp | 203 ALOGE("Track already in use"); 754 // Client decides whether the track is TIMED (see below), but can only express a preference 861 sp<IAudioTrack> track = audioFlinger->createTrack(streamType, local 875 if (track == 0) { 876 ALOGE("AudioFlinger could not create track, status: %d", status); 879 sp<IMemory> iMem = track->getCblk(); 884 mAudioTrack = track; 892 // for fast track as it uses a special method of assigning frame count. 1020 ALOGW("obtainBuffer create Track error %d", result); [all...] |
SoundPool.cpp | 570 // initialize track 598 // mToggle toggles each time a track is started on a given channel. 601 // audio track while the new one is being started and avoids processing them with 608 // do not create a new audio track if current track is compatible with sample parameters 802 ALOGV("pause track"); 812 ALOGV("pause track"); 823 ALOGV("resume track"); 834 ALOGV("resume track");
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
c2_11pf.cpp | 627 Word16 track; local 656 /* track = pos%5 */ 672 /* track = 677 track = i - tempWord; 679 tempWord = track; 683 track = 1; 692 else if (track == 1) 698 track = 0; 708 track = 1; 725 else if (track == 2 [all...] |
/frameworks/av/media/libstagefright/wifi-display/ |
MediaSender.h | 38 // track to RTP channel or muxing all tracks into a single RTP channel and
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleAppName.java | 27 * Track our app name. We don't (currently) handle any inbound packets.
|
/frameworks/base/media/java/android/media/ |
CamcorderProfile.java | 159 * The video encoder being used for the video track 185 * The audio encoder being used for the audio track. 196 * The audio sampling rate used for the audio track 201 * The number of audio channels used for the audio track
|
MediaExtractor.java | 234 * Get the track format at the specified index. 247 * Selecting the same track multiple times has no effect, the track is 292 * Returns the track index the current sample originates from (or -1
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
suffix | 9 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
PingParser.java | 55 // Here we'll keep track of which mailboxes need syncing
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
MovieMediaItem.java | 209 * Set the volume of this audio track as percentage of the volume in the 225 * Get the volume of the audio track as percentage of the volume in the 235 * Set the volume of this audio track as percentage of the volume in the 251 * Get the volume of the audio track as percentage of the volume in the
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
ProgressBar.java | 29 * Draw a progress bar for media items, transitions and the audio track
|