/external/chromium-trace/trace-viewer/tracing/tracing/extras/rail/ |
ir_verifier_row_test_helper.html | 43 var track = tracks[tracki]; 44 var lastEvent = track[track.length - 1]; 46 track.push(event); 93 tracks.forEach(function(track, trackIndex) { 95 track.forEach(function(event) {
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
ConstraintRotLike.java | 58 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
local 60 Quaternion[] rotations = track.getRotations();
67 track.setKeyframes(track.getTimes(), track.getTranslations(), rotations, track.getScales());
|
ConstraintShrinkWrap.java | 66 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
local 67 Vector3f[] translations = track.getTranslations();
68 Quaternion[] rotations = track.getRotations();
86 track.setKeyframes(track.getTimes(), translations, rotations, track.getScales());
|
ConstraintSizeLike.java | 63 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
local 64 Vector3f[] scales = track.getScales();
69 track.setKeyframes(track.getTimes(), track.getTranslations(), track.getRotations(), scales);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
MultiplyTimeScaleTrack.java | 20 import com.googlecode.mp4parser.authoring.Track; 34 * Changes the timescale of a track by wrapping the track. 36 public class MultiplyTimeScaleTrack implements Track { 37 Track source; 40 public MultiplyTimeScaleTrack(Track source, int timeScaleFactor) {
|
ReplaceSampleTrack.java | 20 import com.googlecode.mp4parser.authoring.Track; 29 * Generates a Track where a single sample has been replaced by a given <code>ByteBuffer</code>. 33 Track origTrack; 38 public ReplaceSampleTrack(Track origTrack, long sampleNumber, ByteBuffer content) {
|
/frameworks/av/include/ndk/ |
NdkMediaExtractor.h | 73 * Return the format of the specified track. The caller must free the returned format 78 * Select the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 80 * Selecting the same track multiple times has no effect, the track is 86 * Unselect the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 102 * Returns the track index the current sample originates from (or -1
|
/packages/apps/Camera2/src/com/android/camera/ |
FatalErrorHandlerImpl.java | 38 // Log a stack trace to be sure we can track the source. 53 // Log a stack trace to be sure we can track the source. 69 // Log a stack trace to be sure we can track the source. 85 // Log a stack trace to be sure we can track the source. 101 // Log a stack trace to be sure we can track the source. 118 // Log a stack trace to be sure we can track the source.
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/media/ |
NdkMediaExtractor.h | 71 * Return the format of the specified track. The caller must free the returned format 76 * Select the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 78 * Selecting the same track multiple times has no effect, the track is 84 * Unselect the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 100 * Returns the track index the current sample originates from (or -1
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/media/ |
NdkMediaExtractor.h | 71 * Return the format of the specified track. The caller must free the returned format 76 * Select the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 78 * Selecting the same track multiple times has no effect, the track is 84 * Unselect the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 100 * Returns the track index the current sample originates from (or -1
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/media/ |
NdkMediaExtractor.h | 71 * Return the format of the specified track. The caller must free the returned format 76 * Select the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 78 * Selecting the same track multiple times has no effect, the track is 84 * Unselect the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 100 * Returns the track index the current sample originates from (or -1
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/media/ |
NdkMediaExtractor.h | 71 * Return the format of the specified track. The caller must free the returned format 76 * Select the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 78 * Selecting the same track multiple times has no effect, the track is 84 * Unselect the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 100 * Returns the track index the current sample originates from (or -1
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/media/ |
NdkMediaExtractor.h | 71 * Return the format of the specified track. The caller must free the returned format 76 * Select the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 78 * Selecting the same track multiple times has no effect, the track is 84 * Unselect the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 100 * Returns the track index the current sample originates from (or -1
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/media/ |
NdkMediaExtractor.h | 71 * Return the format of the specified track. The caller must free the returned format 76 * Select the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 78 * Selecting the same track multiple times has no effect, the track is 84 * Unselect the specified track. Subsequent calls to readSampleData, getSampleTrackIndex and 100 * Returns the track index the current sample originates from (or -1
|
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 498 // Track Class 500 Track::Track(unsigned int* seed) 516 Track::~Track() { 531 bool Track::AddContentEncoding() { 558 ContentEncoding* Track::GetContentEncodingByIndex(uint32 index) const { 568 uint64 Track::PayloadSize() const { 605 uint64 Track::Size() const { 611 bool Track::Write(IMkvWriter* writer) const 962 Track* const track = track_entries_[i]; local 1049 const Track* const track = GetTrackByNumber(track_number); local 1058 const Track* const track = GetTrackByNumber(track_number); local 1070 const Track* const track = GetTrackByIndex(i); local 1086 const Track* const track = GetTrackByIndex(i); local 2198 Track* const track = new (std::nothrow) Track(&seed_); \/\/ NOLINT local 2214 VideoTrack* const track = new (std::nothrow) VideoTrack(&seed_); \/\/ NOLINT local 2253 AudioTrack* const track = new (std::nothrow) AudioTrack(&seed_); \/\/ NOLINT local 2586 const Track* const track = GetTrackByNumber(track_number); local 2853 const Track* const track = tracks_.GetTrackByIndex(i); local 2865 const Track* const track = tracks_.GetTrackByIndex(0); local [all...] |
/frameworks/av/media/libstagefright/include/ |
MPEG2TSExtractor.h | 60 // Sync points used for seeking --- normally one for video track is used. 61 // If no video track is present, audio track will be used instead.
|
/frameworks/base/media/java/android/media/ |
SubtitleData.java | 24 * Class to hold the subtitle track's data, including: 26 * <li> Track index</li> 35 * <li> Select a track of type MEDIA_TRACK_TYPE_SUBTITLE with {@link MediaPlayer.selectTrack(int)</li>
|
/system/core/adb/ |
test_track_devices.cpp | 3 /* a simple test program, connects to ADB server, and opens a track-devices session */ 21 const char* request = "host:track-devices"; 24 request = "track-jdwp";
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 513 // Track Class 515 Track::Track(unsigned int* seed) 531 Track::~Track() { 546 bool Track::AddContentEncoding() { 573 ContentEncoding* Track::GetContentEncodingByIndex(uint32 index) const { 583 uint64 Track::PayloadSize() const { 619 uint64 Track::Size() const { 625 bool Track::Write(IMkvWriter* writer) const 987 Track* const track = track_entries_[i]; local 1074 const Track* const track = GetTrackByNumber(track_number); local 1083 const Track* const track = GetTrackByNumber(track_number); local 1095 const Track* const track = GetTrackByIndex(i); local 1111 const Track* const track = GetTrackByIndex(i); local 2311 Track* const track = new (std::nothrow) Track(&seed_); \/\/ NOLINT local 2329 VideoTrack* const track = new (std::nothrow) VideoTrack(&seed_); \/\/ NOLINT local 2370 AudioTrack* const track = new (std::nothrow) AudioTrack(&seed_); \/\/ NOLINT local 2743 const Track* const track = GetTrackByNumber(track_number); local 3014 const Track* const track = tracks_.GetTrackByIndex(i); local 3026 const Track* const track = tracks_.GetTrackByIndex(0); local [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioNativeTest.java | 90 AudioTrackNative track = new AudioTrackNative(); local 92 track.open(TEST_CHANNELS, TEST_SR, TEST_FLOAT, 1 /* numBuffers */)); 93 assertTrue(TEST_NAME, track.start()); 103 track.write(data, 0 /* offset */, sourceSamples, 110 track.write(data, 0 /* offset */, sourceSamples, 117 long position = track.getPositionInMsec(); 124 if (track.getBuffersPending() == 0) { 129 track.stop(); 130 track.close();
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/ |
progress.txt | 1 :mod:`paste.progress` -- Track progress of uploads
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/ |
ui_state_test.html | 9 <link rel="import" href="/ui/tracks/track.html"> 22 // FakeTrack needs to be an instance of tr.ui.tracks.Track because a 23 // location is constructed in terms of Track instances. 26 __proto__: tr.ui.tracks.Track.prototype,
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/ |
power_series_track.html | 16 .power-series-track { 29 * A track that displays a PowerSeries. 34 var PowerSeriesTrack = tr.ui.b.define('power-series-track', ChartTrack); 41 this.classList.add('power-series-track');
|
/external/mesa3d/docs/ |
precompiled.html | 16 However, some Linux distros (such as Ubuntu) seem to closely track
|
/external/v8/test/mjsunit/regress/ |
regress-365172-1.js | 5 // Flags: --track-field-types
|