/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/ |
H A D | MediaSampleReaderNDKTests.cpp | 91 mTrackCount = mSampleReader->getTrackCount(); in SampleAccessTester() 97 mSamples.resize(mTrackCount); in SampleAccessTester() 98 mTrackThreads.resize(mTrackCount); in SampleAccessTester() 159 size_t mTrackCount; member in android::SampleAccessTester 192 mTrackCount = AMediaExtractor_getTrackCount(mExtractor); in SetUp() 199 if (mExtractorSamples.size() == mTrackCount) return; in initExtractorSamples() 202 mExtractorSamples.resize(mTrackCount); in initExtractorSamples() 212 size_t totalSize[mTrackCount]; in getTrackBitrates() 236 EXPECT_EQ(readerSamples.size(), mTrackCount); in compareSamples() 259 size_t mTrackCount; member in android::MediaSampleReaderNDKTests [all …]
|
H A D | MediaSampleWriterTests.cpp | 41 return mTrackCount++; in addTrack() 109 ssize_t mTrackCount = 0; member in android::TestMuxer 145 mTrackCount = AMediaExtractor_getTrackCount(mExtractor); in init() 146 ASSERT_GT(mTrackCount, 1); in init() 147 for (size_t trackIndex = 0; trackIndex < mTrackCount; trackIndex++) { in init() 175 size_t mTrackCount = 0; member in android::TestMediaSource 403 auto trackFormat = mediaSource.mTrackFormats[trackIdx % mediaSource.mTrackCount]; in TEST_F() 465 auto trackFormat = mediaSource.mTrackFormats[trackIndex % mediaSource.mTrackCount]; in TEST_F() 529 for (size_t trackIndex = 0; trackIndex < mediaSource.mTrackCount; trackIndex++) { in TEST_F() 543 for (trackIndex = 0; trackIndex < mediaSource.mTrackCount; trackIndex++) { in TEST_F() [all …]
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/ |
H A D | SampleChunkIoHelper.java | 63 private final int mTrackCount; field in SampleChunkIoHelper 151 mTrackCount = ids.size(); in SampleChunkIoHelper() 163 mReadChunkOffset = new long[mTrackCount]; in SampleChunkIoHelper() 164 mReadChunkPositionUs = new long[mTrackCount]; in SampleChunkIoHelper() 174 for (int i = 0; i < mTrackCount; ++i) { in SampleChunkIoHelper() 192 for (int i = 0; i < mTrackCount; ++i) { in init() 197 for (int i = 0; i < mTrackCount; ++i) { in init() 207 for (int i = 0; i < mTrackCount; ++i) { in init() 316 for (int i = 0; i < mTrackCount; ++i) { in release() 551 for (int i = 0; i < mTrackCount; ++i) { in doCloseWrite() [all …]
|
H A D | RecordingSampleBuffer.java | 78 private int mTrackCount; field in RecordingSampleBuffer 146 mTrackCount = ids.size(); in init() 147 if (mTrackCount <= 0) { in init() 150 mTrackSelected = new boolean[mTrackCount]; in init() 155 for (int i = 0; i < mTrackCount; ++i) { in init() 159 for (int i = 0; i < mTrackCount; ++i) { in init() 257 for (int i = 0; i < mTrackCount; ++i) { in seekTo() 269 for (int i = 0; i < mTrackCount; ++i) { in getBufferedPositionUs() 292 for (int i = 0; i < mTrackCount; ++i) { in continueBuffering() 309 if (mTrackCount <= 0) { in release()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/ |
H A D | SampleChunkIoHelper.java | 65 private final int mTrackCount; field in SampleChunkIoHelper 153 mTrackCount = ids.size(); in SampleChunkIoHelper() 165 mReadChunkOffset = new long[mTrackCount]; in SampleChunkIoHelper() 166 mReadChunkPositionUs = new long[mTrackCount]; in SampleChunkIoHelper() 176 for (int i = 0; i < mTrackCount; ++i) { in SampleChunkIoHelper() 194 for (int i = 0; i < mTrackCount; ++i) { in init() 199 for (int i = 0; i < mTrackCount; ++i) { in init() 209 for (int i = 0; i < mTrackCount; ++i) { in init() 360 for (int i = 0; i < mTrackCount; ++i) { in release() 596 for (int i = 0; i < mTrackCount; ++i) { in doCloseWrite() [all …]
|
H A D | RecordingSampleBuffer.java | 77 private int mTrackCount; field in RecordingSampleBuffer 144 mTrackCount = ids.size(); in init() 145 if (mTrackCount <= 0) { in init() 148 mTrackSelected = new boolean[mTrackCount]; in init() 153 for (int i = 0; i < mTrackCount; ++i) { in init() 157 for (int i = 0; i < mTrackCount; ++i) { in init() 257 for (int i = 0; i < mTrackCount; ++i) { in seekTo() 268 for (int i = 0; i < mTrackCount; ++i) { in continueLoading() 285 if (mTrackCount <= 0) { in release()
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/ |
H A D | MediaSampleReaderNDK.cpp | 53 : mExtractor(extractor), mTrackCount(AMediaExtractor_getTrackCount(mExtractor)) { in MediaSampleReaderNDK() 54 if (mTrackCount > 0) { in MediaSampleReaderNDK() 55 mTrackCursors.resize(mTrackCount); in MediaSampleReaderNDK() 218 if (trackIndex < 0 || trackIndex >= mTrackCount) { in selectTrack() 219 LOG(ERROR) << "Invalid trackIndex " << trackIndex << " for trackCount " << mTrackCount; in selectTrack() 243 if (trackIndex < 0 || trackIndex >= mTrackCount) { in unselectTrack() 244 LOG(ERROR) << "Invalid trackIndex " << trackIndex << " for trackCount " << mTrackCount; in unselectTrack() 286 for (int trackIndex = 0; trackIndex < mTrackCount; ++trackIndex) { in setEnforceSequentialAccess() 468 return mTrackCount; in getTrackCount() 472 if (trackIndex < 0 || trackIndex >= mTrackCount) { in getTrackFormat() [all …]
|
/aosp12/frameworks/wilhelm/src/itf/ |
H A D | IMIDIMuteSolo.cpp | 117 SLuint16 trackCount = thiz->mTrackCount; in IMIDIMuteSolo_GetTrackCount() 132 if (!(track < thiz->mTrackCount)) { in IMIDIMuteSolo_SetTrackMute() 155 if (!(track < thiz->mTrackCount) || NULL == pMute) { in IMIDIMuteSolo_GetTrackMute() 175 if (!(track < thiz->mTrackCount)) { in IMIDIMuteSolo_SetTrackSolo() 197 if (!(track < thiz->mTrackCount) || NULL == pSolo) { in IMIDIMuteSolo_GetTrackSolo() 232 thiz->mTrackCount = 32; // wrong in IMIDIMuteSolo_init()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/ |
H A D | FileSampleExtractor.java | 44 private int mTrackCount; field in FileSampleExtractor 71 mTrackCount = -1; in FileSampleExtractor() 86 mTrackCount = trackFormatList.size(); in prepare() 89 for (int i = 0; i < mTrackCount; ++i) { in prepare()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MediaAppender.cpp | 64 mTrackCount(0), in MediaAppender() 96 mTrackCount = mExtractor->countTracks(); in init() 97 ALOGV("mTrackCount:%zu", mTrackCount); in init() 98 if (mTrackCount == 0) { in init() 106 while (exTrackIndex < mTrackCount) { in init() 397 return mTrackCount; in getTrackCount() 407 if (idx < 0 || idx >= mTrackCount) { in getTrackFormat()
|
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | MediaAppender.h | 66 size_t mTrackCount; member
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/include/media/ |
H A D | MediaSampleReaderNDK.h | 125 const size_t mTrackCount; variable
|
/aosp12/frameworks/wilhelm/src/ |
H A D | itfstruct.h | 412 SLuint16 mTrackCount; member
|