Home
last modified time | relevance | path

Searched refs:OH_VideoEncoder_GetInputDescription (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_videoencoder.h434 OH_AVFormat *OH_VideoEncoder_GetInputDescription(OH_AVCodec *codec);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_video_encoder.md71 | OH_AVFormat \* [OH_VideoEncoder_GetInputDescription](#oh_videoencoder_getinputdescription) ([OH_A…
364 ### OH_VideoEncoder_GetInputDescription()
367 OH_AVFormat* OH_VideoEncoder_GetInputDescription (OH_AVCodec *codec)
H A Dnative__avcodec__videoencoder_8h.md58 | OH_AVFormat \* [OH_VideoEncoder_GetInputDescription](_video_encoder.md#oh_videoencoder_getinputde…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dapi_test.cpp475 ASSERT_EQ(nullptr, OH_VideoEncoder_GetInputDescription(nullptr));
784 format = OH_VideoEncoder_GetInputDescription(venc_);
787 format = OH_VideoEncoder_GetInputDescription(venc_);
H A Dvideoenc_ndk_sample.cpp280 OH_VideoEncoder_GetInputDescription(venc_); in testApi()
318 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(venc_); in GetStride()
H A Dvideoenc_api11_sample.cpp362 OH_VideoEncoder_GetInputDescription(venc_); in testApi()
400 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(venc_); in GetStride()
/ohos5.0/docs/zh-cn/release-notes/api-diff/OpenHarmony_4.0.8.5/
H A Dnative-apidiff-avcodec.md61 | avcodec | OH_AVFormat \*OH_VideoEncoder_GetInputDescription(OH_AVCodec \*codec); | 新增 …
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_encoder/
H A Dvideo_encoder.cpp105 …return std::shared_ptr<OH_AVFormat>(OH_VideoEncoder_GetInputDescription(codec_.get()), OH_AVFormat… in GetFormat()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__videoencoder_8h.md58 | OH_AVFormat \* [OH_VideoEncoder_GetInputDescription](_video_encoder.md#oh_videoencoder_getinputde…
H A D_video_encoder.md71 | OH_AVFormat \* [OH_VideoEncoder_GetInputDescription](#oh_videoencoder_getinputdescription) ([OH_A…
379 ### OH_VideoEncoder_GetInputDescription()
382 OH_AVFormat* OH_VideoEncoder_GetInputDescription (OH_AVCodec *codec)
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideoenc_capi_mock.cpp274 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(codec_); in GetInputDescription()
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dvideo-encoding.md690 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(codec);
868 struct DstRect // 目标内存区域的宽、高跨距,通过接口OH_VideoEncoder_GetInputDescription获取
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp233 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(venc_); in GetStride()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.cpp183 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(venc_); in GetStride()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp319 OH_AVFormat *fmt = OH_VideoEncoder_GetInputDescription(codec_); in GetInputFormat()
/ohos5.0/docs/en/release-notes/api-diff/OpenHarmony_4.0.8.5/
H A Dnative-apidiff-avcodec.md61 | avcodec | OH_AVFormat \*OH_VideoEncoder_GetInputDescription(OH_AVCodec \*codec); | Added…
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/
H A Dvenc_sample.cpp356 auto avformat = std::shared_ptr<OH_AVFormat>(OH_VideoEncoder_GetInputDescription(codec_), in GetInputDescription()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp840 OH_AVFormat *OH_VideoEncoder_GetInputDescription(OH_AVCodec *codec) in OH_VideoEncoder_GetInputDescription() function
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Dvideo-encoding.md691 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(codec);
866 …stride of the destination buffer. They are obtained by calling OH_VideoEncoder_GetInputDescription.