Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dnet2_test.cpp273 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
292 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
311 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
330 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
349 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
368 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
387 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
406 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
425 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
444 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
[all …]
H A Dfunc2_test.cpp141 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
188 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
245 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
301 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
355 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
395 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
435 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
463 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
527 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
563 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
[all …]
H A Dproc_test.cpp507 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
805 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
850 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
903 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
944 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
1009 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
1075 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
1560 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
1597 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
1637 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
[all …]
H A Dfunc_test.cpp1896 trackFormat = OH_AVSource_GetTrackFormat(source, 1);
1942 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
1963 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
1985 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
2008 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
2030 trackFormat = OH_AVSource_GetTrackFormat(source, 1);
2052 trackFormat = OH_AVSource_GetTrackFormat(source, 1);
2074 trackFormat = OH_AVSource_GetTrackFormat(source, 1);
2096 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
2410 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
[all …]
H A Dnet_test.cpp299 trackFormatV = OH_AVSource_GetTrackFormat(sourceV, 0); in MyMapVtt()
734 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
776 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
922 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
964 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
1014 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
1054 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
1111 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
1157 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
1202 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
[all …]
H A Dreli_test.cpp489 trackFormat = OH_AVSource_GetTrackFormat(source, index);
890 trackFormat = OH_AVSource_GetTrackFormat(source, index);
948 trackFormat = OH_AVSource_GetTrackFormat(source, index);
998 trackFormat = OH_AVSource_GetTrackFormat(source, index);
1038 trackFormat = OH_AVSource_GetTrackFormat(source, index);
1101 trackFormat = OH_AVSource_GetTrackFormat(source, index);
1144 trackFormat = OH_AVSource_GetTrackFormat(source, index);
1313 trackFormat = OH_AVSource_GetTrackFormat(source, index);
1448 trackFormat = OH_AVSource_GetTrackFormat(source, index);
1572 trackFormat = OH_AVSource_GetTrackFormat(source, index);
[all …]
H A Dapi_test.cpp177 OH_AVFormat *format = OH_AVSource_GetTrackFormat(nullptr, 0);
190 OH_AVFormat *format = OH_AVSource_GetTrackFormat(source, -1);
551 format = OH_AVSource_GetTrackFormat(source, 0);
553 format = OH_AVSource_GetTrackFormat(source, 0);
H A Dformat_test.cpp560 trackFormat = OH_AVSource_GetTrackFormat(source, index);
617 trackFormat = OH_AVSource_GetTrackFormat(source, index);
673 trackFormat = OH_AVSource_GetTrackFormat(source, index);
715 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
754 trackFormat = OH_AVSource_GetTrackFormat(source, 0);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_a_v_source.md39 | [OH_AVFormat](_core.md#oh_avformat) \* [OH_AVSource_GetTrackFormat](#oh_avsource_gettrackformat) …
212 ### OH_AVSource_GetTrackFormat()
215 OH_AVFormat* OH_AVSource_GetTrackFormat (OH_AVSource *source, uint32_t trackIndex)
H A Dnative__avsource_8h.md34 | [OH_AVFormat](_core.md#oh_avformat) \* [OH_AVSource_GetTrackFormat](_a_v_source.md#oh_avsource_ge…
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/demuxer_fuzzer/
H A Ddemuxer_fuzzer.cpp80 OH_AVFormat *trackFormat = OH_AVSource_GetTrackFormat(source, index); in RunNormalDemuxer()
123 OH_AVFormat *trackFormat = OH_AVSource_GetTrackFormat(source, index); in RunNormalDemuxerApi11()
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avsource.h129 OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackIndex);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/capi/
H A Davsource_capi_mock.cpp47 OH_AVFormat *format = OH_AVSource_GetTrackFormat(source_, trackIndex); in GetTrackFormat()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.39/
H A Dchangelogs-multimedia.md56 OH_AVFormat *trackFormat = OH_AVSource_GetTrackFormat(source, trackIndex);
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo.cpp144 OH_AVFormat *trackFormat = OH_AVSource_GetTrackFormat(inSource, index); in AVCodecE2EDemo()
145 OH_AVFormat *trackFormatEnc = OH_AVSource_GetTrackFormat(inSource, index); in AVCodecE2EDemo()
H A Davcodec_e2e_demo_api10.cpp167 OH_AVFormat *trackFormat = OH_AVSource_GetTrackFormat(inSource, index); in AVCodecE2EDemoAPI10()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_a_v_source.md39 | [OH_AVFormat](_core.md#oh_avformat) \* [OH_AVSource_GetTrackFormat](#oh_avsource_gettrackformat) …
239 ### OH_AVSource_GetTrackFormat()
242 OH_AVFormat* OH_AVSource_GetTrackFormat (OH_AVSource *source, uint32_t trackIndex)
H A Dnative__avsource_8h.md34 | [OH_AVFormat](_core.md#oh_avformat) \* [OH_AVSource_GetTrackFormat](_a_v_source.md#oh_avsource_ge…
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H A Davsource_demo.cpp104 this->trackFormat_ = OH_AVSource_GetTrackFormat(this->avsource_, trackIndex); in GetTrackFormat()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/demuxer/
H A Ddemuxer.cpp102 …std::shared_ptr<OH_AVFormat>(OH_AVSource_GetTrackFormat(source_.get(), index), OH_AVFormat_Destroy… in GetVideoTrackInfo()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avsource/
H A Dnative_avsource.cpp140 OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackIndex) in OH_AVSource_GetTrackFormat() function
/ohos5.0/docs/zh-cn/release-notes/api-diff/OpenHarmony_4.0.8.5/
H A Dnative-apidiff-avcodec.md20 | avsource | OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackCount); …
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.39/
H A Dchangelogs-multimedia.md55 OH_AVFormat *trackFormat = OH_AVSource_GetTrackFormat(source, trackIndex);
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Daudio-video-demuxer.md206 OH_AVFormat *trackFormat = OH_AVSource_GetTrackFormat(source, index);
/ohos5.0/docs/en/release-notes/api-diff/OpenHarmony_4.0.8.5/
H A Dnative-apidiff-avcodec.md20 | avsource | OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackCount); …

12