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

1 2 3 4 5 6 78 91011>>

  /device/generic/goldfish/camera/
EmulatedCameraCommon.h 27 /* A helper class that tracks a routine execution.
  /docs/source.android.com/src/devices/audio/
latency_design.jd 90 but rather with a set of tracks. There is always a normal mixer
104 <li>Mixing of the normal mixer's sub-mix and up to 7 client fast tracks</li>
184 <li>Up to 32 tracks</li>
215 and client tracks.
  /external/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 10 // This file tracks the usage of variables in a Decl body to see if they are
  /external/kernel-headers/original/uapi/linux/
nfs_mount.h 19 * tracks which fields are present. This will ensure some measure of
  /external/libusb-compat/libusb/
usbi.h 53 * multiple interfaces but only tracks the most recently claimed one,
  /external/llvm/lib/MC/
MCCodeGenInfo.cpp 10 // This file tracks information about the target which can affect codegen,
  /external/mesa3d/src/mesa/swrast/
NOTES 27 This module tracks state changes internally and maintains derived
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
HintMediaHeaderBox.java 25 * The hint media header contains general information, independent of the protocaol, for hint tracks. Resides
MovieBox.java 44 * @return the tracknumbers (IDs) of the tracks in their order of appearance in the file
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
GenericMediaHeaderTextAtom.java 8 * Undocumented atom in the gmhd atom of text tracks.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/srt/
SrtParser.java 18 import com.googlecode.mp4parser.authoring.tracks.TextTrackImpl;
  /external/v8/test/mjsunit/regress/
regress-2717.js 39 // map that tracks it as having double representation.
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaSource.java 33 /** Tracks MediaSourceInterface.SourceState */
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.h 38 // Actually, 1 + number of tracks, as index 0 is reserved for the
  /frameworks/base/media/java/android/media/tv/
ITvInputClient.aidl 36 void onTracksChanged(in List<TvTrackInfo> tracks, int seq);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
testlibmkv.c 39 Ebml_StartSubElement(&ebml, &trackStart, Tracks);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.c 129 write_webm_seek_element(ebml, Tracks, ebml->track_pos);
186 /* Open and write the Tracks element. */
188 Ebml_StartSubElement(glob, &trackStart, Tracks);
207 /* Close Tracks element. */
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
PausableChronometer.java 28 * additional timestamp that tracks the timespan for the pause and compensate for that.
  /packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
ChannelStateData.java 76 + ", tracks=" + mTvTrackInfos
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
nfs_mount.h 19 * tracks which fields are present. This will ensure some measure of
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nfs_mount.h 19 * tracks which fields are present. This will ensure some measure of
  /system/connectivity/shill/supplicant/
supplicant_eap_state_handler.h 26 // This object tracks the state of wpa_supplicant's EAP association.
  /cts/tests/tests/tv/src/android/media/tv/cts/
StubTunerTvInputService.java 44 public static void injectTrack(TvTrackInfo... tracks) {
45 mTrackList.addAll(Arrays.asList(tracks));
143 // Notify tracks
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/basicmediadecoder/
MainActivity.java 110 // Begin by unselecting all of the tracks in the extractor, so we won't see
111 // any tracks that we haven't explicitly selected.
118 // it's possible that the stream would contain multiple tracks, but this
  /developers/build/prebuilts/gradle/BasicMediaDecoder/
README.md 23 4. On your MediaExtractor instance, call `getTrackCount()` to know how many tracks you have in your streams.
24 They may not all be video tracks. Deselect all tracks by calling `unselectTrack(i)` where `i` is

Completed in 1199 milliseconds

1 2 3 4 5 6 78 91011>>