Searched refs:codecInfoParcel (Results 1 – 1 of 1) sorted by relevance
199 std::unique_ptr<Parcel> codecInfoParcel(new Parcel()); in TEST() local200 ASSERT_NE(codecInfoParcel, nullptr) << "Unable to create parcel"; in TEST()202 status_t status = info->writeToParcel(codecInfoParcel.get()); in TEST()205 codecInfoParcel->setDataPosition(0); in TEST()206 sp<MediaCodecInfo> parcelCodecInfo = info->FromParcel(*codecInfoParcel); in TEST()