/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | audio-video-muxer.md | 131 **方法二:用OH_AVFormat_CreateVideoFormat创建format** 137 …OH_AVFormat *formatVideo = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, 1280, 720); 165 **方法二:用OH_AVFormat_CreateVideoFormat创建format** 169 …OH_AVFormat *formatCover = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_IMAGE_JPG, 1280, 720);
|
H A D | obtain-supported-codecs.md | 95 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, 1920, 1080); 178 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, 1920, 1080); 214 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, 1920, 1080); 365 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, 1920, 1080); 536 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, width, height); 591 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, 1920, 1080);
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | audio-video-muxer.md | 129 **Method 2: Use OH_AVFormat_CreateVideoFormat to create the format.** 135 …OH_AVFormat *formatVideo = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, 1280, 720); 163 **Method 2: Use OH_AVFormat_CreateVideoFormat to create the format.** 167 …OH_AVFormat *formatCover = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_IMAGE_JPG, 1280, 720);
|
H A D | obtain-supported-codecs.md | 95 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, 1920, 1080); 178 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, 1920, 1080); 214 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, 1920, 1080); 365 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, 1920, 1080); 536 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, width, height); 592 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, 1920, 1080);
|
/ohos5.0/foundation/multimedia/media_foundation/interface/kits/c/ |
H A D | native_avformat.h | 113 struct OH_AVFormat *OH_AVFormat_CreateVideoFormat(const char *mimeType,
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/swdecodersetparameter_fuzzer/ |
H A D | swdecodersetparameter_fuzzer.cpp | 45 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat("video/avc", DEFAULT_WIDTH, DEFAULT_HEIGHT); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encodersetparameter_fuzzer/ |
H A D | encodersetparameter_fuzzer.cpp | 49 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat("video/avc", DEFAULT_WIDTH, DEFAULT_HEIGHT); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/capi/ |
H A D | avformat_capi_mock.cpp | 89 format_ = OH_AVFormat_CreateVideoFormat(mimeType.data(), width, height); in InitVideoTrackFormat()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/ |
H A D | avformat_capi_mock.cpp | 92 format_ = OH_AVFormat_CreateVideoFormat(mimeType.data(), width, height); in InitVideoTrackFormat()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avformat_8h.md | 41 | struct [OH_AVFormat](_core.md#oh_avformat) \* [OH_AVFormat_CreateVideoFormat](_core.md#oh_avforma…
|
H A D | _core.md | 79 | struct [OH_AVFormat](#oh_avformat) \* [OH_AVFormat_CreateVideoFormat](#oh_avformat_createvideofor… 884 ### OH_AVFormat_CreateVideoFormat() 887 struct OH_AVFormat* OH_AVFormat_CreateVideoFormat (const char *mimeType, int32_t width, int32_t hei…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/OpenHarmony_4.0.8.5/ |
H A D | native-apidiff-avcodec.md | 53 |avformat|struct OH_AVFormat \*OH_AVFormat_CreateVideoFormat(const char \*mimeType, int32_t width, …
|
/ohos5.0/foundation/multimedia/media_foundation/src/capi/ |
H A D | native_avformat.cpp | 51 struct OH_AVFormat *OH_AVFormat_CreateVideoFormat(const char *mimeType, int32_t width, int32_t heig… in OH_AVFormat_CreateVideoFormat() function
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avformat_8h.md | 41 | struct [OH_AVFormat](_core.md#oh_avformat) \* [OH_AVFormat_CreateVideoFormat](_core.md#oh_avforma…
|
H A D | _core.md | 79 | struct [OH_AVFormat](#oh_avformat) \* [OH_AVFormat_CreateVideoFormat](#oh_avformat_createvideofor… 884 ### OH_AVFormat_CreateVideoFormat() 887 struct OH_AVFormat* OH_AVFormat_CreateVideoFormat (const char *mimeType, int32_t width, int32_t hei…
|
/ohos5.0/docs/en/release-notes/api-diff/OpenHarmony_4.0.8.5/ |
H A D | native-apidiff-avcodec.md | 53 |avformat|struct OH_AVFormat \*OH_AVFormat_CreateVideoFormat(const char \*mimeType, int32_t width, …
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
H A D | native_avmuxer_demo.c | 146 OH_AVFormat *formatVideo = OH_AVFormat_CreateVideoFormat(param->mimeType, in AddTrackVideo()
|