Home
last modified time | relevance | path

Searched refs:OH_AVSource_Destroy (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_a_v_source.md34 …v_data_source.md) \*dataSource) | 为用户自定义数据源的资源对象创建OH_AVSource实例,可以通过调用OH_AVSource_Destroy接口释放实例。 |
37 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVSource_Destroy](#oh_avsource_destroy) ([OH_AVSource](…
65 为用户自定义数据源的资源对象创建OH_AVSource实例,可以通过调用OH_AVSource_Destroy接口释放实例。
95 为文件描述符对应的资源对象创建OH_AVSource实例。可以通过调用OH_AVSource_Destroy接口释放实例。
130 为统一资源标识符对应的的资源对象创建OH_AVSource实例,可以通过调用OH_AVSource_Destroy接口释放实例。
153 ### OH_AVSource_Destroy()
156 OH_AVErrCode OH_AVSource_Destroy (OH_AVSource *source)
H A Dnative__avsource_8h.md29 …_data_source.md) \*dataSource) | 为用户自定义数据源的资源对象创建OH_AVSource实例对象,可以通过调用OH_AVSource_Destroy释放实例。 |
32 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVSource_Destroy](_a_v_source.md#oh_avsource_destroy) (…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dperf_test.cpp88 OH_AVSource_Destroy(source);
114 OH_AVSource_Destroy(source);
140 OH_AVSource_Destroy(source);
171 OH_AVSource_Destroy(source);
202 OH_AVSource_Destroy(source);
233 OH_AVSource_Destroy(source);
264 OH_AVSource_Destroy(source);
295 OH_AVSource_Destroy(source);
326 OH_AVSource_Destroy(source);
352 OH_AVSource_Destroy(source);
[all …]
H A Dapi_test.cpp85 OH_AVSource_Destroy(source); in TearDown()
156 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_AVSource_Destroy(nullptr));
504 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source1));
505 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source2));
519 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source));
521 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_AVSource_Destroy(source));
H A Dreli_test.cpp85 OH_AVSource_Destroy(source); in TearDown()
100 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i])); in TearDown()
245 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i]));
343 OH_AVSource_Destroy(source);
414 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source1));
416 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source2));
1197 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i]));
1364 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i]));
1415 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i]));
1501 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i]));
[all …]
H A Dnet_test.cpp115 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i])); in DemuxMoreTearDown()
142 OH_AVSource_Destroy(sourceV); in DemuxMoreTearDown()
168 OH_AVSource_Destroy(source); in TearDown()
417 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i]));
463 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i]));
563 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i]));
609 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i]));
659 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i]));
705 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i]));
847 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source_list[i]));
[all …]
H A Drandomseek_test.cpp85 OH_AVSource_Destroy(source); in TearDown()
H A Dformat_test.cpp94 OH_AVSource_Destroy(source); in TearDown()
H A Dnet2_test.cpp97 OH_AVSource_Destroy(source); in TearDown()
H A Dfunc2_test.cpp91 OH_AVSource_Destroy(source); in TearDown()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_a_v_source.md34 …with a user-defined data source. You can release the instance by calling **OH_AVSource_Destroy**. |
37 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVSource_Destroy](#oh_avsource_destroy) ([OH_AVSource](…
69 …e with a user-defined data source. You can release the instance by calling **OH_AVSource_Destroy**.
108 You can release the instance by calling **OH_AVSource_Destroy**.
149 …VSource** instance based on a URI. You can release the instance by calling **OH_AVSource_Destroy**.
174 ### OH_AVSource_Destroy()
177 OH_AVErrCode OH_AVSource_Destroy (OH_AVSource *source)
H A Dnative__avsource_8h.md29 …ith a user-defined data source. You can release the instance by calling **OH_AVSource_Destroy**. |
32 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVSource_Destroy](_a_v_source.md#oh_avsource_destroy) (…
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/demuxer_fuzzer/
H A Ddemuxer_fuzzer.cpp90 OH_AVSource_Destroy(source); in RunNormalDemuxer()
134 OH_AVSource_Destroy(source); in RunNormalDemuxerApi11()
151 OH_AVSource_Destroy(source); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/demuxer/
H A Ddemuxer.cpp42 …= std::shared_ptr<OH_AVSource>(OH_AVSource_CreateWithFD(fileFd, 0, fileSize), OH_AVSource_Destroy); in Init()
47 … OH_AVSource_CreateWithURI(const_cast<char *>(info->inputFilePath.c_str())), OH_AVSource_Destroy); in Init()
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avsource.h105 OH_AVErrCode OH_AVSource_Destroy(OH_AVSource *source);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/capi/
H A Davsource_capi_mock.cpp25 int32_t ret = OH_AVSource_Destroy(source_); in Destroy()
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Daudio-video-demuxer.md316 // 需要用户调用 OH_AVSource_Destroy 接口成功后,手动将对象置为 NULL,对同一对象重复调用 OH_AVSource_Destroy 会导致程序错误
317 if (OH_AVSource_Destroy(source) != AV_ERR_OK) {
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H A Davsource_demo.cpp84 int32_t ret = static_cast<int32_t>(OH_AVSource_Destroy(this->avsource_)); in Destroy()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avsource/
H A Dnative_avsource.cpp111 OH_AVErrCode OH_AVSource_Destroy(OH_AVSource *source) in OH_AVSource_Destroy() function
/ohos5.0/docs/zh-cn/release-notes/api-diff/OpenHarmony_4.0.8.5/
H A Dnative-apidiff-avcodec.md18 | avsource | OH_AVErrCode OH_AVSource_Destroy(OH_AVSource *source); | 新增 | 销毁 OH_AVSou…
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo.cpp188 OH_AVSource_Destroy(inSource); in ~AVCodecE2EDemo()
H A Davcodec_e2e_demo_api10.cpp209 OH_AVSource_Destroy(inSource); in ~AVCodecE2EDemoAPI10()
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Daudio-video-demuxer.md316 …// Manually set the instance to NULL after OH_AVSource_Destroy is called. Do not call this API rep…
317 if (OH_AVSource_Destroy(source) != AV_ERR_OK) {
/ohos5.0/docs/en/release-notes/api-diff/OpenHarmony_4.0.8.5/
H A Dnative-apidiff-avcodec.md18 | avsource | OH_AVErrCode OH_AVSource_Destroy(OH_AVSource *source); | Added | This API …
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp325 OH_AVSource_Destroy(avsource_); in ~ADecBufferDemo()

12