Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/capi/
H A 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
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/inner/
H A 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
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davsource.h75 …static std::shared_ptr<AVSource> CreateWithDataSource(const std::shared_ptr<Media::IMediaDataSourc… in CreateWithDataSource() function
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H A Davsource_demo.cpp67 int32_t AVSourceDemo::CreateWithDataSource(OH_AVDataSource *dataSource) in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceDemo
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avsource/
H A Davsource_impl.cpp67 std::shared_ptr<AVSource> AVSourceFactory::CreateWithDataSource( in CreateWithDataSource() function in OHOS::MediaAVCodec::AVSourceFactory