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

<<11121314151617181920>>

  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 130 //usage tracks if a successful commit happened. So a pipe could be
136 //Tracks which pipe objects are allocated. This does not imply that they
  /hardware/qcom/display/msm8994/libcopybit/
software_converter.cpp 92 // r1 tracks the row of the source buffer
93 // r2 tracks the row of the destination buffer
  /hardware/qcom/display/msm8996/libcopybit/
software_converter.cpp 92 // r1 tracks the row of the source buffer
93 // r2 tracks the row of the destination buffer
  /packages/apps/Messaging/src/com/android/messaging/ui/
BugleActionBarActivity.java 44 // Tracks the list of observers opting in for IME state change.
47 // Tracks the soft keyboard display state
  /frameworks/base/media/java/android/media/tv/
TvInputManager.java 380 * @param tracks A list which includes track information.
382 public void onTracksChanged(Session session, List<TvTrackInfo> tracks) {
579 void postTracksChanged(final List<TvTrackInfo> tracks) {
583 mSessionCallback.onTracksChanged(mSession, tracks);
    [all...]
TvView.java 432 * Returns the list of tracks. Returns {@code null} if the information is not available.
434 * @param type The type of the tracks. The type can be {@link TvTrackInfo#TYPE_AUDIO},
450 * @param type The type of the selected tracks. The type can be {@link TvTrackInfo#TYPE_AUDIO},
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputServiceTest.java 833 ArrayList<TvTrackInfo> tracks = new ArrayList<>(); local
834 tracks.add(DUMMY_TRACK);
835 session.notifyTracksChanged(tracks);
840 && Objects.equals(mCallback.mTracksChangedTrackList, tracks);
849 ArrayList<TvTrackInfo> tracks = new ArrayList<>(); local
850 tracks.add(DUMMY_TRACK);
851 session.notifyTracksChanged(tracks);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_avfoundation.mm 791 NSArray* tracks = [asset tracksWithMediaType:AVMediaTypeVideo];
792 if ([tracks count] == 1)
794 videoTrack = [tracks objectAtIndex:0];
824 [asset loadValuesAsynchronouslyForKeys:[NSArray arrayWithObject:@"tracks"] completionHandler:
830 NSArray* ::tracks = [asset tracksWithMediaType:AVMediaTypeVideo];
831 if ([tracks count] == 1)
833 videoTrack = [tracks objectAtIndex:0];
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 2351 TrackInfo[] tracks = getInbandTrackInfo(); local
    [all...]
MediaFormat.java 583 * A key for boolean AUTOSELECT behavior for the track. Tracks with AUTOSELECT=true
586 * This is currently only used for subtitle tracks, when the user selected
596 * This is currently only used for subtitle tracks, when the user selected
605 * A key for the FORCED field for subtitle tracks. True if it is a
606 * forced subtitle track. Forced subtitle tracks are essential for the
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp 401 // static fast tracks (SoundPool) immediately after stopping.
407 // fast track becomes active. Since fast tracks are a scarce resource,
408 // this means we are potentially denying other more important fast tracks from
440 // by removing it from mTracks vector, so there is a risk that this Tracks's
586 // Static tracks return zero frames immediately upon stopping (for FastTracks).
607 // Don't call for fast tracks; the framesReady() could result in priority inversion
670 // states to reset position info for non-offloaded/direct tracks
698 // and for fast tracks the track is not yet in the fast mixer thread's active set.
699 // For static tracks, this is used to acknowledge change in position or loop.
726 // For fast tracks prepareTracks_l() will set state to STOPPING_
    [all...]
Effects.h 241 // tracks) are insert only. The EffectChain maintains an ordered list of effect module, the
372 volatile int32_t mActiveTrackCnt; // number of active tracks connected
373 volatile int32_t mTrackCnt; // number of tracks connected
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 28 * 4 tracks x 16 positions per track = 64 samples. *
151 case 20: /* 20 bits, 4 pulses, 4 tracks */
158 case 36: /* 36 bits, 8 pulses, 4 tracks */
166 case 44: /* 44 bits, 10 pulses, 4 tracks */
175 case 52: /* 52 bits, 12 pulses, 4 tracks */
184 case 64: /* 64 bits, 16 pulses, 4 tracks */
195 case 72: /* 72 bits, 18 pulses, 4 tracks */
207 case 88: /* 88 bits, 24 pulses, 4 tracks */
406 * (2 impulses responses) in 4 possible adjacents tracks. *
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1042 // Tracks Class
1044 const char Tracks::kOpusCodecId[] = "A_OPUS";
1045 const char Tracks::kVorbisCodecId[] = "A_VORBIS";
1046 const char Tracks::kVp8CodecId[] = "V_VP8";
1047 const char Tracks::kVp9CodecId[] = "V_VP9";
1048 const char Tracks::kVp10CodecId[] = "V_VP10";
1050 Tracks::Tracks() : track_entries_(NULL), track_entries_size_(0) {}
1052 Tracks::~Tracks() {
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 315 // that describes the samples of this chunk. My Tracks cannot have more
337 // all tracks have the same number of chunks
376 List<Track> tracks; field in class:DefaultMp4Builder.InterleaveChunkMdat
395 tracks = movie.getTracks();
402 for (Track track : tracks) {
  /frameworks/base/core/java/android/widget/
VideoView.java 63 * play position, selected tracks, or any subtitle tracks added via
266 * supported tracks in it. If the source contained at least one track in
273 * total number of available tracks using {@link MediaPlayer#getTrackInfo()}
274 * to see what additional tracks become available after this method call.
    [all...]
  /external/libmtp/src/
libmtp.c 164 uint32_t const * const tracks,
173 uint32_t const * const tracks,
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 101 // The notificationsPerBufferReq parameter is not yet used for non-fast tracks,
442 // (b) we can support re-creation of offloaded tracks
591 // For offloaded tracks, we don't know if the hardware counters are really zero here,
663 // and periodic update counter, but flush does for streaming tracks.
734 // An offload output can be re-used between two audio tracks having
    [all...]
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp 239 ALOGV("input has %d tracks", numtracks);
391 ALOGV("input has %d tracks", numtracks);
473 ALOGI("input tracks: %d", numtracks);
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/player/
TvInputPlayer.java 328 TvTrackInfo[] tracks = new TvTrackInfo[audioTrackList.size()]; local
329 audioTrackList.toArray(tracks);
330 mTvTracks[TvTrackInfo.TYPE_AUDIO] = tracks;
  /external/webrtc/talk/app/webrtc/
peerconnection.cc 383 // here so they can be signaled the same way as MediaStreams and Tracks.
    [all...]
peerconnection.h 228 // Remove all local and remote tracks of type |media_type|.
259 // Finds remote MediaStreams without any tracks and removes them from
265 // tracks of type |media_type|.
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 484 webrtc::VideoTrackVector tracks = stream->GetVideoTracks(); local
486 if (!tracks.empty()) {
487 webrtc::VideoTrackInterface* track = tracks[0];
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
set_sign.h 115 Word16 nb_track, /* i : number of tracks tracks */
117 Word16 step, /* i : the step size in the tracks */
  /frameworks/base/core/tests/coretests/src/android/animation/
EventsTest.java 51 private boolean mStarted; // tracks whether we've received the onAnimationStart() callback
52 protected boolean mRunning; // tracks whether we've started the animator
53 private boolean mCanceled; // tracks whether we've canceled the animator

Completed in 1705 milliseconds

<<11121314151617181920>>