Searched refs:mSourceTrackFormats (Results 1 – 2 of 2) sorted by relevance
278 mSourceTrackFormats.emplace_back(trackFormat, &AMediaFormat_delete); in configureSource()287 for (const std::shared_ptr<AMediaFormat>& sourceFormat : mSourceTrackFormats) { in getTrackFormats()300 } else if (trackIndex >= mSourceTrackFormats.size()) { in configureTrackFormat()302 << " is out of bounds. Track count: " << mSourceTrackFormats.size(); in configureTrackFormat()312 AMediaFormat* srcTrackFormat = mSourceTrackFormats[trackIndex].get(); in configureTrackFormat()
151 std::vector<std::shared_ptr<AMediaFormat>> mSourceTrackFormats; variable