Home
last modified time | relevance | path

Searched refs:mSourceVideoFormat (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
DMediaTranscoderTests.cpp123 mSourceVideoFormat = trackFormats[i]; in transcodeHelper()
249 LOG(INFO) << "source video format: " << AMediaFormat_toString(mSourceVideoFormat.get()); in verifyOutputFormat()
254 mSourceVideoFormat.get(), videoFormat.get())) in verifyOutputFormat()
262 entry.equal(entry.key, mSourceVideoFormat.get(), videoFormat.get())); in verifyOutputFormat()
271 std::shared_ptr<AMediaFormat> mSourceVideoFormat; member in android::MediaTranscoderTests