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()793 MatroskaExtractor::TrackInfo *trackInfo = &mExtractor->mTracks.editItemAt(mTrackIndex); in readBlock() local796 if (SIZE_MAX - len < trackInfo->mHeaderLen) { in readBlock()800 len += trackInfo->mHeaderLen; in readBlock()805 if (trackInfo->mHeader) { in readBlock()806 memcpy(data, trackInfo->mHeader, trackInfo->mHeaderLen); in readBlock()815 if (!AMediaFormat_getInt32(trackInfo->mMeta, AMEDIAFORMAT_KEY_SAMPLE_RATE, in readBlock()[all …]
1815 TrackInfo *trackInfo = &mTracks.editItemAt(i); in onTimeUpdate() local1816 if (trackInfo->mEOSReceived) { in onTimeUpdate()1818 trackInfo->mEOSReceived = false; in onTimeUpdate()
2554 TrackInfo trackInfo[] = getInbandTrackInfo(); in getTrackInfo() local2562 allTrackInfo[i] = trackInfo[p.first]; in getTrackInfo()2579 TrackInfo trackInfo[] = reply.createTypedArray(TrackInfo.CREATOR); in getInbandTrackInfo() local2580 return trackInfo; in getInbandTrackInfo()