Home
last modified time | relevance | path

Searched refs:nativeAVDataSource (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/av_codec/frameworks/native/capi/avsource/
H A Dnative_avsource.cpp99 std::shared_ptr<NativeAVDataSource> nativeAVDataSource = std::make_shared<NativeAVDataSource>(dataSource); in OH_AVSource_CreateWithDataSource() local
100 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()

Completed in 1 milliseconds