Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/tests/codeclist/
DCodecListTest.cpp197 Parcel *codecInfoParcel = new Parcel(); in TEST() local
198 ASSERT_NE(codecInfoParcel, nullptr) << "Unable to create parcel"; in TEST()
200 status_t status = info->writeToParcel(codecInfoParcel); in TEST()
203 codecInfoParcel->setDataPosition(0); in TEST()
204 sp<MediaCodecInfo> parcelCodecInfo = info->FromParcel(*codecInfoParcel); in TEST()
206 delete codecInfoParcel; in TEST()