Home
last modified time | relevance | path

Searched defs:CreateWithDataSource (Results 1 – 6 of 6) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/avsource_test/inner/
Davsource_inner_mock_factory.cpp38 std::shared_ptr<AVSourceMock> AVSourceMockFactory::CreateWithDataSource( in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceMockFactory
48 std::shared_ptr<AVSourceMock> AVSourceMockFactory::CreateWithDataSource(OH_AVDataSource *dataSource) in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceMockFactory
/foundation/multimedia/av_codec/test/unittest/avsource_test/capi/
Davsource_capi_mock_factory.cpp38 std::shared_ptr<AVSourceMock> AVSourceMockFactory::CreateWithDataSource( in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceMockFactory
44 std::shared_ptr<AVSourceMock> AVSourceMockFactory::CreateWithDataSource(OH_AVDataSource *dataSource) in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceMockFactory
/foundation/multimedia/player_framework/test/unittest/sound_parser_unittest/mock/
Davsource.h69 …static std::shared_ptr<AVSource> CreateWithDataSource(const std::shared_ptr<Media::IMediaDataSourc… in CreateWithDataSource() function
/foundation/multimedia/av_codec/interfaces/inner_api/native/
Davsource.h75 …static std::shared_ptr<AVSource> CreateWithDataSource(const std::shared_ptr<Media::IMediaDataSourc… in CreateWithDataSource() function
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
Davsource_demo.cpp67 int32_t AVSourceDemo::CreateWithDataSource(OH_AVDataSource *dataSource) in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceDemo
/foundation/multimedia/av_codec/frameworks/native/avsource/
Davsource_impl.cpp67 std::shared_ptr<AVSource> AVSourceFactory::CreateWithDataSource( in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceFactory