Home
last modified time | relevance | path

Searched refs:OH_AVSource_CreateWithDataSource (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_a_v_source.md34 | [OH_AVSource](#oh_avsource) \* [OH_AVSource_CreateWithDataSource](#oh_avsource_createwithdatasour…
59 ### OH_AVSource_CreateWithDataSource()
62 OH_AVSource* OH_AVSource_CreateWithDataSource (OH_AVDataSource * dataSource)
H A Dnative__avsource_8h.md29 | [OH_AVSource](_a_v_source.md#oh_avsource) \* [OH_AVSource_CreateWithDataSource](_a_v_source.md#oh…
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avsource.h64 OH_AVSource *OH_AVSource_CreateWithDataSource(OH_AVDataSource *dataSource);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/capi/
H A Davsource_capi_mock_factory.cpp46 OH_AVSource *source = OH_AVSource_CreateWithDataSource(dataSource); in CreateWithDataSource()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_a_v_source.md34 | [OH_AVSource](#oh_avsource) \* [OH_AVSource_CreateWithDataSource](#oh_avsource_createwithdatasour…
61 ### OH_AVSource_CreateWithDataSource()
64 OH_AVSource* OH_AVSource_CreateWithDataSource (OH_AVDataSource * dataSource)
H A Dnative__avsource_8h.md29 | [OH_AVSource](_a_v_source.md#oh_avsource) \* [OH_AVSource_CreateWithDataSource](_a_v_source.md#oh…
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H A Davsource_demo.cpp69 this->avsource_ = OH_AVSource_CreateWithDataSource(dataSource); in CreateWithDataSource()
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Daudio-video-demuxer.md87 // 当使用OH_AVSource_CreateWithDataSource时需要补充g_filePath
90 // OH_AVSource *source = OH_AVSource_CreateWithDataSource(&dataSource);
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avsource/
H A Dnative_avsource.cpp95 struct OH_AVSource *OH_AVSource_CreateWithDataSource(OH_AVDataSource *dataSource) in OH_AVSource_CreateWithDataSource() function
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Daudio-video-demuxer.md87 // Add g_filePath when OH_AVSource_CreateWithDataSource is used.
90 // OH_AVSource *source = OH_AVSource_CreateWithDataSource(&dataSource);