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

<<21222324252627282930>>

  /external/flac/include/FLAC/
metadata.h     [all...]
  /frameworks/av/include/media/
AudioRecord.h 140 * Once created, the track needs to be started before it can be used.
151 * frameCount: Minimum size of track PCM buffer in frames. This defines the
153 * latency of the track. The actual size selected by the AudioRecord could
161 * frames are ready in record track output buffer.
230 /* Returns this track's estimated latency in milliseconds.
244 /* After it's created the track is not active. Call start() to
252 /* Stop a track. The callback will cease being called. Note that obtainBuffer() still
258 /* Return the sink sample rate for this record track in Hz.
346 * If the track buffer is not empty, obtainBuffer() returns as many contiguous
355 * If the track buffer is empty and track is stopped, obtainBuffer() returns WOULD_BLOC
    [all...]
  /art/runtime/
thread_pool_test.cc 37 // Increment the counter which keeps track of work completed.
113 // Increment the counter which keeps track of work completed.
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
CodeMutator.java 38 * Used to track which mutations happen.
43 * Used to track mutations that have been applied so far.
  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 39 Track: M-Audio FastTrack
41 android::String8 param("MobilePre Track");
  /cts/tests/tests/media/src/android/media/cts/
MediaSyncTest.java 172 // get audio track.
179 fail("With audio track set, playback rate " + rate
186 * Tests setPlaybackParams is handled correctly for good rate without audio track set.
187 * The case for good rate with audio track set is tested in testPlaybackRate*.
223 // get audio track.
284 // get audio track.
429 // get audio track.
631 throw new RuntimeException("can not create audio track for video");
NativeDecoderTest.java 265 Log.i("@@@@", "track " + t + " buffer " + bufidx);
303 Log.i("@@@@", "EOS on track " + tt);
307 Log.i("@@@@", "got decoded buffer for track " + tt + ", size " + info.size);
313 Log.i("@@@@", "output buffers changed for track " + tt);
317 Log.i("@@@@", "format changed for track " + t + ": " + format[tt].toString());
319 Log.i("@@@@", "no buffer right now for track " + tt);
321 Log.i("@@@@", "unexpected info code for track " + tt + ": " + status);
324 Log.i("@@@@", "already at EOS on track " + tt);
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockConnectionService.java 98 // Keep track of the remote connections added to the service
104 // Keep track of the remote connections added to the service
  /developers/build/prebuilts/gradle/BasicMultitouch/
README.md 5 Sample demonstrates the use of [MotionEvent][1] properties to keep track of
13 This is an example of keeping track of individual touches across multiple
  /developers/samples/android/input/multitouch/BasicMultitouch/
README.md 5 Sample demonstrates the use of [MotionEvent][1] properties to keep track of
13 This is an example of keeping track of individual touches across multiple
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
cams.h 29 /* Length in milliseconds of one camera track base unit.
35 // Camera track definition for one camera trucking shot.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 11 /** Track the set of token types that can follow any rule invocation.
37 /** Did the recognizer encounter a syntax error? Track how many. */
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognizerSharedState.js 9 /** Track the set of token types that can follow any rule invocation.
36 /** Did the recognizer encounter a syntax error? Track how many. */
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTreeNodeStream.h 42 /** If this tree (root) was created from a token stream, track it. */
73 /** Pull elements from tree iterator. Track tree level 0..max_level.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTreeNodeStream.h 42 /** If this tree (root) was created from a token stream, track it. */
73 /** Pull elements from tree iterator. Track tree level 0..max_level.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTreeNodeStream.h 42 /** If this tree (root) was created from a token stream, track it. */
73 /** Pull elements from tree iterator. Track tree level 0..max_level.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeNodeStream.h 42 /** If this tree (root) was created from a token stream, track it. */
74 /** Pull elements from tree iterator. Track tree level 0..max_level.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognizerSharedState.pm 7 # Track the set of token types that can follow any rule invocation.
50 # Did the recognizer encounter a syntax error? Track how many.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
OrderedHashSet.java 41 /** Track the elements as they are added to the set */
65 if ( result ) { // only track if new element not in set
  /external/chromium-trace/trace-viewer/tracing/examples/
trace_viewer.html 43 <track-view-container id='track_view_container'></track-view-container>
  /external/compiler-rt/lib/msan/tests/
CMakeLists.txt 10 -fsanitize-memory-track-origins
42 -fsanitize-memory-track-origins
  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.h 56 // XXX we don't track which dynamic libraries requested/used nor set them up
81 // we don't track which gcc we use but we should XXX
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngine.java 68 * to keep track of.
76 * keep track if the native pointer for later freeing.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpEndpoint.java 59 private boolean connected = true; // it's connectionless but we track logical state
110 // The socket is always unconnected anyway so we track our
  /external/jmonkeyengine/engine/src/test/jme3test/blender/
TestBlenderLoader.java 57 Spatial track = assetManager.loadModel("Blender/2.4x/MountainValley_Track.blend"); local
58 rootNode.attachChild(track);

Completed in 345 milliseconds

<<21222324252627282930>>