Searched refs:OH_VideoEncoder_GetInputDescription (Results 1 – 19 of 19) sorted by relevance
434 OH_AVFormat *OH_VideoEncoder_GetInputDescription(OH_AVCodec *codec);
71 | OH_AVFormat \* [OH_VideoEncoder_GetInputDescription](#oh_videoencoder_getinputdescription) ([OH_A…364 ### OH_VideoEncoder_GetInputDescription()367 OH_AVFormat* OH_VideoEncoder_GetInputDescription (OH_AVCodec *codec)
58 | OH_AVFormat \* [OH_VideoEncoder_GetInputDescription](_video_encoder.md#oh_videoencoder_getinputde…
475 ASSERT_EQ(nullptr, OH_VideoEncoder_GetInputDescription(nullptr));784 format = OH_VideoEncoder_GetInputDescription(venc_);787 format = OH_VideoEncoder_GetInputDescription(venc_);
280 OH_VideoEncoder_GetInputDescription(venc_); in testApi()318 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(venc_); in GetStride()
362 OH_VideoEncoder_GetInputDescription(venc_); in testApi()400 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(venc_); in GetStride()
61 | avcodec | OH_AVFormat \*OH_VideoEncoder_GetInputDescription(OH_AVCodec \*codec); | 新增 …
105 …return std::shared_ptr<OH_AVFormat>(OH_VideoEncoder_GetInputDescription(codec_.get()), OH_AVFormat… in GetFormat()
71 | OH_AVFormat \* [OH_VideoEncoder_GetInputDescription](#oh_videoencoder_getinputdescription) ([OH_A…379 ### OH_VideoEncoder_GetInputDescription()382 OH_AVFormat* OH_VideoEncoder_GetInputDescription (OH_AVCodec *codec)
274 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(codec_); in GetInputDescription()
690 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(codec);868 struct DstRect // 目标内存区域的宽、高跨距,通过接口OH_VideoEncoder_GetInputDescription获取
233 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(venc_); in GetStride()
183 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(venc_); in GetStride()
319 OH_AVFormat *fmt = OH_VideoEncoder_GetInputDescription(codec_); in GetInputFormat()
61 | avcodec | OH_AVFormat \*OH_VideoEncoder_GetInputDescription(OH_AVCodec \*codec); | Added…
356 auto avformat = std::shared_ptr<OH_AVFormat>(OH_VideoEncoder_GetInputDescription(codec_), in GetInputDescription()
840 OH_AVFormat *OH_VideoEncoder_GetInputDescription(OH_AVCodec *codec) in OH_VideoEncoder_GetInputDescription() function
691 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(codec);866 …stride of the destination buffer. They are obtained by calling OH_VideoEncoder_GetInputDescription.