HomeSort by relevance Sort by last modified time
    Searched full:mvideotrack (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 349 mVideoTrack.clear();
804 mVideoTrack = source;
809 mClient.interface(), mVideoTrack->getFormat(),
811 mVideoTrack);
815 if (mVideoTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
822 CHECK(mVideoTrack->getFormat()->findInt32(kKeyWidth, &mVideoWidth));
823 CHECK(mVideoTrack->getFormat()->findInt32(kKeyHeight, &mVideoHeight));
1188 if (mVideoTrack != NULL && mVideoSource == NULL) {
    [all...]
  /frameworks/base/media/libstagefright/include/
AwesomePlayer.h 121 sp<MediaSource> mVideoTrack;

Completed in 32 milliseconds