Searched refs:codecInfoParcel (Results 1 – 1 of 1) sorted by relevance
197 Parcel *codecInfoParcel = new Parcel(); in TEST() local198 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()