Searched refs:trackInfo (Results 1 – 4 of 4) sorted by relevance
95 status_t synthesizeAVCC(TrackInfo *trackInfo, size_t index);96 status_t synthesizeMPEG2(TrackInfo *trackInfo, size_t index);97 status_t synthesizeMPEG4(TrackInfo *trackInfo, size_t index);101 TrackInfo *trackInfo);
245 MatroskaExtractor::TrackInfo &trackInfo = mExtractor->mTracks.editItemAt(index); in MatroskaSource() local246 AMediaFormat *meta = trackInfo.mMeta; in MatroskaSource()256 int32_t nalSizeLen = trackInfo.mNalLengthSize; in MatroskaSource()265 int32_t nalSizeLen = trackInfo.mNalLengthSize; in MatroskaSource()788 MatroskaExtractor::TrackInfo *trackInfo = &mExtractor->mTracks.editItemAt(mTrackIndex); in readBlock() local791 if (SIZE_MAX - len < trackInfo->mHeaderLen) { in readBlock()795 len += trackInfo->mHeaderLen; in readBlock()800 if (trackInfo->mHeader) { in readBlock()801 memcpy(data, trackInfo->mHeader, trackInfo->mHeaderLen); in readBlock()810 if (!AMediaFormat_getInt32(trackInfo->mMeta, AMEDIAFORMAT_KEY_SAMPLE_RATE, in readBlock()[all …]
1811 TrackInfo *trackInfo = &mTracks.editItemAt(i); in onTimeUpdate() local1812 if (trackInfo->mEOSReceived) { in onTimeUpdate()1814 trackInfo->mEOSReceived = false; in onTimeUpdate()
2553 TrackInfo trackInfo[] = getInbandTrackInfo(); in getTrackInfo() local2561 allTrackInfo[i] = trackInfo[p.first]; in getTrackInfo()2578 TrackInfo trackInfo[] = reply.createTypedArray(TrackInfo.CREATOR); in getInbandTrackInfo() local2579 return trackInfo; in getInbandTrackInfo()