HomeSort by relevance Sort by last modified time
    Searched full:tracks (Results 126 - 150 of 1333) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/media/
NdkMediaExtractor.h 66 * Return the number of tracks in the previously specified media file
77 * getSampleTime only retrieve information for the subset of tracks selected.
85 * getSampleTime only retrieve information for the subset of tracks selected..
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/media/
NdkMediaExtractor.h 66 * Return the number of tracks in the previously specified media file
77 * getSampleTime only retrieve information for the subset of tracks selected.
85 * getSampleTime only retrieve information for the subset of tracks selected..
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/media/
NdkMediaExtractor.h 66 * Return the number of tracks in the previously specified media file
77 * getSampleTime only retrieve information for the subset of tracks selected.
85 * getSampleTime only retrieve information for the subset of tracks selected..
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/media/
NdkMediaExtractor.h 66 * Return the number of tracks in the previously specified media file
77 * getSampleTime only retrieve information for the subset of tracks selected.
85 * getSampleTime only retrieve information for the subset of tracks selected..
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/media/
NdkMediaExtractor.h 66 * Return the number of tracks in the previously specified media file
77 * getSampleTime only retrieve information for the subset of tracks selected.
85 * getSampleTime only retrieve information for the subset of tracks selected..
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/media/
NdkMediaExtractor.h 66 * Return the number of tracks in the previously specified media file
77 * getSampleTime only retrieve information for the subset of tracks selected.
85 * getSampleTime only retrieve information for the subset of tracks selected..
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/media/
NdkMediaExtractor.h 66 * Return the number of tracks in the previously specified media file
77 * getSampleTime only retrieve information for the subset of tracks selected.
85 * getSampleTime only retrieve information for the subset of tracks selected..
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/media/
NdkMediaExtractor.h 66 * Return the number of tracks in the previously specified media file
77 * getSampleTime only retrieve information for the subset of tracks selected.
85 * getSampleTime only retrieve information for the subset of tracks selected..
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/media/
NdkMediaExtractor.h 66 * Return the number of tracks in the previously specified media file
77 * getSampleTime only retrieve information for the subset of tracks selected.
85 * getSampleTime only retrieve information for the subset of tracks selected..
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/media/
NdkMediaExtractor.h 66 * Return the number of tracks in the previously specified media file
77 * getSampleTime only retrieve information for the subset of tracks selected.
85 * getSampleTime only retrieve information for the subset of tracks selected..
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/media/
NdkMediaExtractor.h 66 * Return the number of tracks in the previously specified media file
77 * getSampleTime only retrieve information for the subset of tracks selected.
85 * getSampleTime only retrieve information for the subset of tracks selected..
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/media/
NdkMediaExtractor.h 66 * Return the number of tracks in the previously specified media file
77 * getSampleTime only retrieve information for the subset of tracks selected.
85 * getSampleTime only retrieve information for the subset of tracks selected..
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/model/
MusicProvider.java 101 * Get music tracks of the given genre
112 * Very basic implementation of a search that filter music tracks which title containing
174 * Get the list of music tracks from a server and caches the track information
175 * for future reference, keying tracks by musicId and grouping by genre.
228 JSONArray tracks = jsonObj.getJSONArray(JSON_MUSIC); local
229 if (tracks != null) {
230 for (int j = 0; j < tracks.length(); j++) {
231 MediaMetadata item = buildFromJSON(tracks.getJSONObject(j), path);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/model/
MusicProvider.java 101 * Get music tracks of the given genre
112 * Very basic implementation of a search that filter music tracks which title containing
174 * Get the list of music tracks from a server and caches the track information
175 * for future reference, keying tracks by musicId and grouping by genre.
228 JSONArray tracks = jsonObj.getJSONArray(JSON_MUSIC); local
229 if (tracks != null) {
230 for (int j = 0; j < tracks.length(); j++) {
231 MediaMetadata item = buildFromJSON(tracks.getJSONObject(j), path);
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/model/
MusicProvider.java 100 * Get music tracks of the given genre
111 * Very basic implementation of a search that filter music tracks which title containing
173 * Get the list of music tracks from a server and caches the track information
174 * for future reference, keying tracks by musicId and grouping by genre.
227 JSONArray tracks = jsonObj.getJSONArray(JSON_MUSIC); local
228 if (tracks != null) {
229 for (int j = 0; j < tracks.length(); j++) {
230 MediaMetadataCompat item = buildFromJSON(tracks.getJSONObject(j), path);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/model/
MusicProvider.java 101 * Get music tracks of the given genre
112 * Very basic implementation of a search that filter music tracks which title containing
174 * Get the list of music tracks from a server and caches the track information
175 * for future reference, keying tracks by musicId and grouping by genre.
228 JSONArray tracks = jsonObj.getJSONArray(JSON_MUSIC); local
229 if (tracks != null) {
230 for (int j = 0; j < tracks.length(); j++) {
231 MediaMetadata item = buildFromJSON(tracks.getJSONObject(j), path);
  /external/chromium-trace/catapult/tracing/tracing/model/
selectable_item_test.html 12 <link rel="import" href="/tracing/ui/tracks/event_to_track_map.html">
19 var EventToTrackMap = tr.ui.tracks.EventToTrackMap;
  /external/libmtp/examples/
Makefile.am 1 bin_PROGRAMS=connect detect tracks files hotplug \
10 tracks_SOURCES=tracks.c util.c util.h common.h
sendtr.c 123 uint32_t *tracks; local
125 tracks = (uint32_t *)malloc((found_album->no_tracks+1) * sizeof(uint32_t));
127 if (!tracks) {
132 if (found_album->tracks != NULL) {
133 memcpy(tracks, found_album->tracks, found_album->no_tracks * sizeof(uint32_t));
134 free(found_album->tracks);
136 tracks[found_album->no_tracks-1] = trackmeta->item_id;
137 found_album->tracks = tracks;
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
TrackMetaData.java 37 * specifies the front-to-back ordering of video tracks; tracks with lower
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
SyncSampleIntersectFinderImpl.java 30 * This <code>FragmentIntersectionFinder</code> cuts the input movie video tracks in
31 * fragments of the same length exactly before the sync samples. Audio tracks are cut
78 throw new RuntimeException("Video Tracks need sync samples. Only tracks other than video may have no sync samples.");
104 long samplesPerFrame = sttsEntry.getDelta(); // Assuming all audio tracks have the same number of samples per frame, which they do for all known types
117 long samplesPerFrame = sttsEntry.getDelta(); // Assuming all audio tracks have the same number of samples per frame, which they do for all known types
156 * Calculates the timestamp of all tracks' sync samples.
219 LOG.finest("Common SyncSample positions vs. this tracks SyncSample positions: " + nuSyncSamples.size() + " vs. " + syncSamples.length);
  /external/webrtc/talk/app/webrtc/
mediastream.h 64 bool AddTrack(TrackVector* Tracks, Track* track);
66 bool RemoveTrack(TrackVector* Tracks, MediaStreamTrackInterface* track);
mediastreamtrackproxy.h 28 // This file includes proxy classes for tracks. The purpose is
29 // to make sure tracks are only accessed from the signaling thread.
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.h 36 // This class facilitates sending of data from one or more media tracks
38 // track to RTP channel or muxing all tracks into a single RTP channel and
  /external/libmtp/src/
playlist-spl.c 72 static void tracks_from_spl_text_t(text_t* p, uint32_t* tracks, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
73 static void spl_text_t_from_tracks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t ver_minor, char* dnse, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
129 pl->tracks = NULL;
163 pl->tracks = malloc(sizeof(uint32_t)*(pl->no_tracks));
164 tracks_from_spl_text_t(p, pl->tracks, folders, files);
215 spl_text_t_from_tracks(&t, pl->tracks, pl->no_tracks, ver_major, ver_minor, NULL, folders, files);
254 * NOTE: Other playlist metadata aside from playlist name and tracks are
280 if(old->tracks[i] != newlist->tracks[i])
286 IF_DEBUG() printf("new tracks detected:\n")
    [all...]

Completed in 1151 milliseconds

1 2 3 4 56 7 8 91011>>