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

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
MediaDecoder.java 99 private int mAudioTrackIndex;
232 mAudioTrackIndex = -1;
241 } else if (DecoderUtil.isAudioFormat(format) && mAudioTrackIndex == -1) {
242 mAudioTrackIndex = i;
246 if (mVideoTrackIndex == -1 && mAudioTrackIndex == -1) {
263 if (mAudioTrackIndex != -1) {
264 MediaFormat audioFormat = mMediaExtractor.getTrackFormat(mAudioTrackIndex);
265 mAudioTrackDecoder = new AudioTrackDecoder(mAudioTrackIndex, audioFormat, this);
267 mMediaExtractor.selectTrack(mAudioTrackIndex);
309 mAudioTrackIndex = -1
    [all...]
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 338 ssize_t mAudioTrackIndex;

Completed in 2551 milliseconds