/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | net2_test.cpp | 273 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 D | func2_test.cpp | 141 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 D | proc_test.cpp | 507 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 D | func_test.cpp | 1896 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 D | net_test.cpp | 299 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 D | reli_test.cpp | 489 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 D | api_test.cpp | 177 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 D | format_test.cpp | 560 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.md | 39 | [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 D | native__avsource_8h.md | 34 | [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 D | demuxer_fuzzer.cpp | 80 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 D | native_avsource.h | 129 OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackIndex);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/capi/ |
H A D | avsource_capi_mock.cpp | 47 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 D | changelogs-multimedia.md | 56 OH_AVFormat *trackFormat = OH_AVSource_GetTrackFormat(source, trackIndex);
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/ |
H A D | avcodec_e2e_demo.cpp | 144 OH_AVFormat *trackFormat = OH_AVSource_GetTrackFormat(inSource, index); in AVCodecE2EDemo() 145 OH_AVFormat *trackFormatEnc = OH_AVSource_GetTrackFormat(inSource, index); in AVCodecE2EDemo()
|
H A D | avcodec_e2e_demo_api10.cpp | 167 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.md | 39 | [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 D | native__avsource_8h.md | 34 | [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 D | avsource_demo.cpp | 104 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 D | demuxer.cpp | 102 …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 D | native_avsource.cpp | 140 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 D | native-apidiff-avcodec.md | 20 | 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 D | changelogs-multimedia.md | 55 OH_AVFormat *trackFormat = OH_AVSource_GetTrackFormat(source, trackIndex);
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | audio-video-demuxer.md | 206 OH_AVFormat *trackFormat = OH_AVSource_GetTrackFormat(source, index);
|
/ohos5.0/docs/en/release-notes/api-diff/OpenHarmony_4.0.8.5/ |
H A D | native-apidiff-avcodec.md | 20 | avsource | OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackCount); …
|