Searched refs:sourceImpl (Results 1 – 1 of 1) sorted by relevance
40 std::shared_ptr<AVSourceImpl> sourceImpl = std::make_shared<AVSourceImpl>(); in CreateWithURI() local41 CHECK_AND_RETURN_RET_LOG(sourceImpl != nullptr, nullptr, "New avsource failed"); in CreateWithURI()43 int32_t ret = sourceImpl->InitWithURI(uri); in CreateWithURI()47 return sourceImpl; in CreateWithURI()57 std::shared_ptr<AVSourceImpl> sourceImpl = std::make_shared<AVSourceImpl>(); in CreateWithFD() local58 CHECK_AND_RETURN_RET_LOG(sourceImpl != nullptr, nullptr, "New avsource failed"); in CreateWithFD()60 int32_t ret = sourceImpl->InitWithFD(fd, offset, size); in CreateWithFD()64 return sourceImpl; in CreateWithFD()72 std::shared_ptr<AVSourceImpl> sourceImpl = std::make_shared<AVSourceImpl>(); in CreateWithDataSource() local75 int32_t ret = sourceImpl->InitWithDataSource(dataSource); in CreateWithDataSource()[all …]