Searched refs:OH_VideoEncoder_GetOutputDescription (Results 1 – 12 of 12) sorted by relevance
276 OH_AVFormat *OH_VideoEncoder_GetOutputDescription(OH_AVCodec *codec);
62 | OH_AVFormat \* [OH_VideoEncoder_GetOutputDescription](#oh_videoencoder_getoutputdescription) ([OH…389 ### OH_VideoEncoder_GetOutputDescription()392 OH_AVFormat* OH_VideoEncoder_GetOutputDescription (OH_AVCodec *codec)
49 | OH_AVFormat \* [OH_VideoEncoder_GetOutputDescription](_video_encoder.md#oh_videoencoder_getoutput…
315 format = OH_VideoEncoder_GetOutputDescription(nullptr);744 format = OH_VideoEncoder_GetOutputDescription(venc_);747 format = OH_VideoEncoder_GetOutputDescription(venc_);
286 OH_VideoEncoder_GetOutputDescription(venc_); in testApi()
368 OH_VideoEncoder_GetOutputDescription(venc_); in testApi()
62 | OH_AVFormat \* [OH_VideoEncoder_GetOutputDescription](#oh_videoencoder_getoutputdescription) ([OH…406 ### OH_VideoEncoder_GetOutputDescription()409 OH_AVFormat* OH_VideoEncoder_GetOutputDescription (OH_AVCodec *codec)
268 OH_AVFormat *format = OH_VideoEncoder_GetOutputDescription(codec_); in GetOutputDescription()
333 OH_AVFormat *fmt = opt_.isEncoder ? OH_VideoEncoder_GetOutputDescription(codec_) : in GetOutputFormat()
347 auto avformat = std::shared_ptr<OH_AVFormat>(OH_VideoEncoder_GetOutputDescription(codec_), in GetOutputDescription()
601 OH_AVFormat *OH_VideoEncoder_GetOutputDescription(struct OH_AVCodec *codec) in OH_VideoEncoder_GetOutputDescription() function