Home
last modified time | relevance | path

Searched refs:avsource (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/api-diff/OpenHarmony_4.0.8.5/
H A Dnative-apidiff-avcodec.md16 | avsource | OH_AVSource *OH_AVSource_CreateWithURI(char *uri); | 新增 | 根据 URI 创建 OH_AV…
17 | avsource | OH_AVSource *OH_AVSource_CreateWithFD(int32_t fd, int64_t offset, int64_t size); …
18 | avsource | OH_AVErrCode OH_AVSource_Destroy(OH_AVSource *source); | 新增 | 销毁 OH_AVSou…
19 | avsource | OH_AVFormat *OH_AVSource_GetSourceFormat(OH_AVSource *source); | 新增 | 获取 …
20 | avsource | OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackCount); …
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H A Davdemuxer_demo.cpp41 int32_t AVDemuxerDemo::CreateWithSource(OH_AVSource *avsource) in CreateWithSource() argument
43 this->avsource_ = avsource; in CreateWithSource()
48 avdemxuer_ = OH_AVDemuxer_CreateWithSource(avsource); in CreateWithSource()
H A Davdemuxer_demo.h43 int32_t CreateWithSource(OH_AVSource *avsource);
/ohos5.0/docs/en/release-notes/api-diff/OpenHarmony_4.0.8.5/
H A Dnative-apidiff-avcodec.md16 | avsource | OH_AVSource *OH_AVSource_CreateWithURI(char *uri); | Added | This API is a…
17 | avsource | OH_AVSource *OH_AVSource_CreateWithFD(int32_t fd, int64_t offset, int64_t size); …
18 | avsource | OH_AVErrCode OH_AVSource_Destroy(OH_AVSource *source); | Added | This API …
19 | avsource | OH_AVFormat *OH_AVSource_GetSourceFormat(OH_AVSource *source); | Added | T…
20 | avsource | OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackCount); …
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A DBUILD.gn23 "$av_codec_root_dir/frameworks/native/avsource",
91 "$av_codec_root_dir/frameworks/native/avsource",
271 "$av_codec_root_dir/frameworks/native/avsource/avsource_impl.cpp",
/ohos5.0/build/ohos/ndk/
H A Dndk_targets.gni122 "//interface/sdk_c/multimedia/av_codec/avsource:libnative_media_avsource",
123 "//interface/sdk_c/multimedia/av_codec/avsource:native_media_avsource_header",
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A DBUILD.gn162 "$av_codec_root_dir/frameworks/native/capi/avsource/native_avsource.cpp",