OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mVideoTrackIndex
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h
117
ssize_t
mVideoTrackIndex
;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
MediaDecoder.java
98
private int
mVideoTrackIndex
;
231
mVideoTrackIndex
= -1;
239
if (DecoderUtil.isVideoFormat(format) &&
mVideoTrackIndex
== -1) {
240
mVideoTrackIndex
= i;
246
if (
mVideoTrackIndex
== -1 && mAudioTrackIndex == -1) {
251
if (
mVideoTrackIndex
!= -1) {
252
MediaFormat videoFormat = mMediaExtractor.getTrackFormat(
mVideoTrackIndex
);
254
? new GpuVideoTrackDecoder(
mVideoTrackIndex
, videoFormat, this)
255
: new CpuVideoTrackDecoder(
mVideoTrackIndex
, videoFormat, this);
257
mMediaExtractor.selectTrack(
mVideoTrackIndex
);
[
all
...]
/frameworks/av/media/libstagefright/include/
AwesomePlayer.h
333
ssize_t
mVideoTrackIndex
;
Completed in 322 milliseconds