Searched refs:OH_AVSource_CreateWithDataSource (Results 1 – 10 of 10) sorted by relevance
34 | [OH_AVSource](#oh_avsource) \* [OH_AVSource_CreateWithDataSource](#oh_avsource_createwithdatasour…59 ### OH_AVSource_CreateWithDataSource()62 OH_AVSource* OH_AVSource_CreateWithDataSource (OH_AVDataSource * dataSource)
29 | [OH_AVSource](_a_v_source.md#oh_avsource) \* [OH_AVSource_CreateWithDataSource](_a_v_source.md#oh…
64 OH_AVSource *OH_AVSource_CreateWithDataSource(OH_AVDataSource *dataSource);
46 OH_AVSource *source = OH_AVSource_CreateWithDataSource(dataSource); in CreateWithDataSource()
34 | [OH_AVSource](#oh_avsource) \* [OH_AVSource_CreateWithDataSource](#oh_avsource_createwithdatasour…61 ### OH_AVSource_CreateWithDataSource()64 OH_AVSource* OH_AVSource_CreateWithDataSource (OH_AVDataSource * dataSource)
69 this->avsource_ = OH_AVSource_CreateWithDataSource(dataSource); in CreateWithDataSource()
87 // 当使用OH_AVSource_CreateWithDataSource时需要补充g_filePath90 // OH_AVSource *source = OH_AVSource_CreateWithDataSource(&dataSource);
95 struct OH_AVSource *OH_AVSource_CreateWithDataSource(OH_AVDataSource *dataSource) in OH_AVSource_CreateWithDataSource() function
87 // Add g_filePath when OH_AVSource_CreateWithDataSource is used.90 // OH_AVSource *source = OH_AVSource_CreateWithDataSource(&dataSource);