Home
last modified time | relevance | path

Searched refs:OH_VideoEncoder_GetOutputDescription (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_videoencoder.h276 OH_AVFormat *OH_VideoEncoder_GetOutputDescription(OH_AVCodec *codec);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_video_encoder.md62 | OH_AVFormat \* [OH_VideoEncoder_GetOutputDescription](#oh_videoencoder_getoutputdescription) ([OH…
389 ### OH_VideoEncoder_GetOutputDescription()
392 OH_AVFormat* OH_VideoEncoder_GetOutputDescription (OH_AVCodec *codec)
H A Dnative__avcodec__videoencoder_8h.md49 | OH_AVFormat \* [OH_VideoEncoder_GetOutputDescription](_video_encoder.md#oh_videoencoder_getoutput…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dapi_test.cpp315 format = OH_VideoEncoder_GetOutputDescription(nullptr);
744 format = OH_VideoEncoder_GetOutputDescription(venc_);
747 format = OH_VideoEncoder_GetOutputDescription(venc_);
H A Dvideoenc_ndk_sample.cpp286 OH_VideoEncoder_GetOutputDescription(venc_); in testApi()
H A Dvideoenc_api11_sample.cpp368 OH_VideoEncoder_GetOutputDescription(venc_); in testApi()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__videoencoder_8h.md49 | OH_AVFormat \* [OH_VideoEncoder_GetOutputDescription](_video_encoder.md#oh_videoencoder_getoutput…
H A D_video_encoder.md62 | OH_AVFormat \* [OH_VideoEncoder_GetOutputDescription](#oh_videoencoder_getoutputdescription) ([OH…
406 ### OH_VideoEncoder_GetOutputDescription()
409 OH_AVFormat* OH_VideoEncoder_GetOutputDescription (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.cpp268 OH_AVFormat *format = OH_VideoEncoder_GetOutputDescription(codec_); in GetOutputDescription()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp333 OH_AVFormat *fmt = opt_.isEncoder ? OH_VideoEncoder_GetOutputDescription(codec_) : in GetOutputFormat()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/
H A Dvenc_sample.cpp347 auto avformat = std::shared_ptr<OH_AVFormat>(OH_VideoEncoder_GetOutputDescription(codec_), in GetOutputDescription()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp601 OH_AVFormat *OH_VideoEncoder_GetOutputDescription(struct OH_AVCodec *codec) in OH_VideoEncoder_GetOutputDescription() function