Searched refs:CreateWithDataSource (Results 1 – 10 of 10) sorted by relevance
38 std::shared_ptr<AVSourceMock> AVSourceMockFactory::CreateWithDataSource( in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceMockFactory41 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithDataSource(dataSource); in CreateWithDataSource()48 std::shared_ptr<AVSourceMock> AVSourceMockFactory::CreateWithDataSource(OH_AVDataSource *dataSource) in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceMockFactory
38 std::shared_ptr<AVSourceMock> AVSourceMockFactory::CreateWithDataSource( in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceMockFactory44 std::shared_ptr<AVSourceMock> AVSourceMockFactory::CreateWithDataSource(OH_AVDataSource *dataSource) in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceMockFactory
75 …static std::shared_ptr<AVSource> CreateWithDataSource(const std::shared_ptr<Media::IMediaDataSourc… in CreateWithDataSource() function100 …static std::shared_ptr<AVSource> CreateWithDataSource(const std::shared_ptr<Media::IMediaDataSourc…
44 static std::shared_ptr<AVSourceMock> CreateWithDataSource(46 static std::shared_ptr<AVSourceMock> CreateWithDataSource(OH_AVDataSource *dataSource);
435 dataSource_ = AVSourceMockFactory::CreateWithDataSource(&dataSource);438 dataSource_ = AVSourceMockFactory::CreateWithDataSource(source);464 dataSource_ = AVSourceMockFactory::CreateWithDataSource(&dataSource);467 dataSource_ = AVSourceMockFactory::CreateWithDataSource(source);489 dataSource_ = AVSourceMockFactory::CreateWithDataSource(&dataSource);492 dataSource_ = AVSourceMockFactory::CreateWithDataSource(source);514 dataSource_ = AVSourceMockFactory::CreateWithDataSource(&dataSource);517 dataSource_ = AVSourceMockFactory::CreateWithDataSource(source);557 dataSource_ = AVSourceMockFactory::CreateWithDataSource(&dataSource);560 dataSource_ = AVSourceMockFactory::CreateWithDataSource(source);
32 int32_t CreateWithDataSource(OH_AVDataSource *dataSource);
67 int32_t AVSourceDemo::CreateWithDataSource(OH_AVDataSource *dataSource) in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceDemo
102 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithDataSource(nativeAVDataSource); in OH_AVSource_CreateWithDataSource()
67 std::shared_ptr<AVSource> AVSourceFactory::CreateWithDataSource( in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceFactory
166 avSourceDemo->CreateWithDataSource(&dataSource); in RunNativeDemuxer()