Searched refs:OH_VideoEncoder_NotifyEndOfStream (Results 1 – 20 of 20) sorted by relevance
112 int32_t ret = OH_VideoEncoder_NotifyEndOfStream(codec_.get()); in NotifyEndOfStream()194 int32_t ret = OH_VideoEncoder_NotifyEndOfStream(codec_.get()); in PushInput()236 int32_t ret = OH_VideoEncoder_NotifyEndOfStream(codec_.get()); in PushInput()
349 OH_AVErrCode OH_VideoEncoder_NotifyEndOfStream(OH_AVCodec *codec);
66 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoEncoder_NotifyEndOfStream](#oh_videoencoder_notify…472 ### OH_VideoEncoder_NotifyEndOfStream()475 OH_AVErrCode OH_VideoEncoder_NotifyEndOfStream (OH_AVCodec *codec)
53 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoEncoder_NotifyEndOfStream](_video_encoder.md#oh_vi…
367 OH_VideoEncoder_NotifyEndOfStream(venc_); in testApi()617 err = OH_VideoEncoder_NotifyEndOfStream(venc_); in InputFuncSurface()671 ret = OH_VideoEncoder_NotifyEndOfStream(venc_); in ReadOneFrameFromList()711 OH_VideoEncoder_NotifyEndOfStream(venc_); in ReadOneFrameFromList()779 OH_VideoEncoder_NotifyEndOfStream(venc_); in RandomEOS()
285 OH_VideoEncoder_NotifyEndOfStream(venc_); in testApi()478 OH_VideoEncoder_NotifyEndOfStream(venc_); in InputFuncSurface()515 err = OH_VideoEncoder_NotifyEndOfStream(venc_); in InputFuncSurface()
403 ret = OH_VideoEncoder_NotifyEndOfStream(nullptr);414 ret = OH_VideoEncoder_NotifyEndOfStream(nullptr);
39 …用者通过OH_AVBuffer中的attr传入结束flag,编码器读取到尾帧后,停止编码;Surface模式下,需要调用OH_VideoEncoder_NotifyEndOfStream接口通知编…480 12. 调用OH_VideoEncoder_NotifyEndOfStream()通知编码器结束。485 int32_t ret = OH_VideoEncoder_NotifyEndOfStream(videoEnc);
87 OH_VideoEncoder_NotifyEndOfStream(demo->enc); in OnDecOutputBufferAvailable()
112 OH_VideoEncoder_NotifyEndOfStream(demo->enc); in OnDecOutputDataAvailable()
66 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoEncoder_NotifyEndOfStream](#oh_videoencoder_notify…495 ### OH_VideoEncoder_NotifyEndOfStream()498 OH_AVErrCode OH_VideoEncoder_NotifyEndOfStream (OH_AVCodec *codec)
291 return OH_VideoEncoder_NotifyEndOfStream(codec_); in NotifyEos()
152 int32_t ret = OH_VideoEncoder_NotifyEndOfStream(encoder_); in NotifyEndOfStream()
64 OH_VideoEncoder_NotifyEndOfStream(sample->venc_); in VdecOutputDataReady()
397 err = OH_VideoEncoder_NotifyEndOfStream(venc_); in InputFuncSurface()
288 OH_AVErrCode ret = OH_VideoEncoder_NotifyEndOfStream(codec_); in NotifyEos()
409 int32_t ret = OH_VideoEncoder_NotifyEndOfStream(codec_); in NotifyEos()
38 …t reads the last frame. In surface mode, the caller calls **OH_VideoEncoder_NotifyEndOfStream** to…482 12. Call **OH_VideoEncoder_NotifyEndOfStream()** to notify the encoder of EOS.487 int32_t ret = OH_VideoEncoder_NotifyEndOfStream(videoEnc);
656 OH_AVErrCode OH_VideoEncoder_NotifyEndOfStream(OH_AVCodec *codec) in OH_VideoEncoder_NotifyEndOfStream() function