OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVideoTrack
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp
90
if (
mVideoTrack
.mSource == NULL) {
91
mVideoTrack
.mSource = track = extractor->getTrack(i);
110
if (
mVideoTrack
.mSource != NULL) {
111
sp<MetaData> meta =
mVideoTrack
.mSource->getFormat();
141
if (
mVideoTrack
.mSource != NULL) {
142
CHECK_EQ(
mVideoTrack
.mSource->start(), (status_t)OK);
144
mVideoTrack
.mPackets =
145
new AnotherPacketSource(
mVideoTrack
.mSource->getFormat());
156
sp<MediaSource> source = audio ? mAudioTrack.mSource :
mVideoTrack
.mSource;
167
Track *track = audio ? &mAudioTrack : &
mVideoTrack
;
[
all
...]
GenericSource.h
68
Track
mVideoTrack
;
RTSPSource.cpp
166
|| (
mVideoTrack
!= NULL &&
mVideoTrack
->isFinished(mediaDurationUs))) {
181
if (
mVideoTrack
!= NULL
182
&& (durationUs =
mVideoTrack
->getBufferedDurationUs(&err))
271
return audio ? mAudioTrack :
mVideoTrack
;
294
if (
mVideoTrack
!= NULL
295
&&
mVideoTrack
->getFormat()->findInt64(
543
CHECK(
mVideoTrack
== NULL);
571
|| (isVideo &&
mVideoTrack
== NULL)) {
577
mVideoTrack
= source
[
all
...]
RTSPSource.h
109
sp<AnotherPacketSource>
mVideoTrack
;
/frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp
283
mVideoTrack
.clear();
750
mClient.interface(),
mVideoTrack
->getFormat(),
752
mVideoTrack
,
757
if (
mVideoTrack
->getFormat()->findInt64(kKeyDuration, &durationUs)) {
761
updateSizeToRender(
mVideoTrack
->getFormat());
[
all
...]
PreviewPlayer.h
139
sp<MediaSource>
mVideoTrack
;
/frameworks/av/media/libstagefright/
AwesomePlayer.cpp
540
mVideoTrack
.clear();
[
all
...]
/frameworks/av/media/libstagefright/include/
AwesomePlayer.h
167
sp<MediaSource>
mVideoTrack
;
Completed in 33 milliseconds