Searched refs:nativeAVDataSource (Results 1 – 1 of 1) sorted by relevance
99 …std::shared_ptr<NativeAVDataSource> nativeAVDataSource = std::make_shared<NativeAVDataSource>(data… in OH_AVSource_CreateWithDataSource() local100 … CHECK_AND_RETURN_RET_LOG(nativeAVDataSource != nullptr, nullptr, "New nativeAVDataSource failed"); in OH_AVSource_CreateWithDataSource()102 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithDataSource(nativeAVDataSource); in OH_AVSource_CreateWithDataSource()