Searched refs:OH_AVMuxer_SetRotation (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | _a_v_muxer.md | 37 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVMuxer_SetRotation](#oh_avmuxer_setrotation) ([OH_AVMu… 139 ### OH_AVMuxer_SetRotation() 142 OH_AVErrCode OH_AVMuxer_SetRotation (OH_AVMuxer *muxer, int32_t rotation)
|
H A D | native__avmuxer_8h.md | 30 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVMuxer_SetRotation](_a_v_muxer.md#oh_avmuxer_setrotati…
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | audio-video-muxer.md | 64 3. (可选)调用OH_AVMuxer_SetRotation()设置旋转角度。 68 OH_AVMuxer_SetRotation(muxer, 0);
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avmuxer.h | 72 OH_AVErrCode OH_AVMuxer_SetRotation(OH_AVMuxer *muxer, int32_t rotation);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/capi/ |
H A D | avmuxer_capi_mock.cpp | 81 return OH_AVMuxer_SetRotation(muxer_, rotation); in SetRotation()
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | _a_v_muxer.md | 37 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVMuxer_SetRotation](#oh_avmuxer_setrotation) ([OH_AVMu… 154 ### OH_AVMuxer_SetRotation() 157 OH_AVErrCode OH_AVMuxer_SetRotation (OH_AVMuxer *muxer, int32_t rotation)
|
H A D | native__avmuxer_8h.md | 30 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVMuxer_SetRotation](_a_v_muxer.md#oh_avmuxer_setrotati…
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | audio-video-muxer.md | 62 3. (Optional) Call **OH_AVMuxer_SetRotation()** to set the rotation angle. 66 OH_AVMuxer_SetRotation(muxer, 0);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/Common/src/ |
H A D | AVMuxerDemo.cpp | 123 return OH_AVMuxer_SetRotation(muxer, rotation); in NativeSetRotation()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/OpenHarmony_4.0.8.5/ |
H A D | native-apidiff-avcodec.md | 10 | avmuxer | OH_AVErrCode OH_AVMuxer_SetRotation(OH_AVMuxer \*muxer, int32_t rotation); | 新增 | …
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/ |
H A D | avcodec_e2e_demo.cpp | 159 OH_AVMuxer_SetRotation(muxer, rotation); in AVCodecE2EDemo()
|
H A D | avcodec_e2e_demo_api10.cpp | 181 OH_AVMuxer_SetRotation(muxer, rotation); in AVCodecE2EDemoAPI10()
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avmuxer/ |
H A D | native_avmuxer.cpp | 47 OH_AVErrCode OH_AVMuxer_SetRotation(OH_AVMuxer *muxer, int32_t rotation) in OH_AVMuxer_SetRotation() function
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiomuxer_fuzzer/ |
H A D | audio_muxer_demo.cpp | 247 return OH_AVMuxer_SetRotation(muxer, rotation); in SetRotation()
|
/ohos5.0/docs/en/release-notes/api-diff/OpenHarmony_4.0.8.5/ |
H A D | native-apidiff-avcodec.md | 10 | avmuxer | OH_AVErrCode OH_AVMuxer_SetRotation(OH_AVMuxer \*muxer, int32_t rotation); | Added …
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
H A D | native_avmuxer_demo.c | 572 if (OH_AVMuxer_SetRotation(muxer, 0) != AV_ERR_OK) { in DoRunMuxer()
|