Home
last modified time | relevance | path

Searched refs:OH_VideoEncoder_NotifyEndOfStream (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_encoder/
H A Dvideo_encoder.cpp112 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()
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_videoencoder.h349 OH_AVErrCode OH_VideoEncoder_NotifyEndOfStream(OH_AVCodec *codec);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_video_encoder.md66 | [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)
H A Dnative__avcodec__videoencoder_8h.md53 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoEncoder_NotifyEndOfStream](_video_encoder.md#oh_vi…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp367 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()
H A Dvideoenc_ndk_sample.cpp285 OH_VideoEncoder_NotifyEndOfStream(venc_); in testApi()
478 OH_VideoEncoder_NotifyEndOfStream(venc_); in InputFuncSurface()
515 err = OH_VideoEncoder_NotifyEndOfStream(venc_); in InputFuncSurface()
H A Dapi_test.cpp403 ret = OH_VideoEncoder_NotifyEndOfStream(nullptr);
414 ret = OH_VideoEncoder_NotifyEndOfStream(nullptr);
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dvideo-encoding.md39 …用者通过OH_AVBuffer中的attr传入结束flag,编码器读取到尾帧后,停止编码;Surface模式下,需要调用OH_VideoEncoder_NotifyEndOfStream接口通知编…
480 12. 调用OH_VideoEncoder_NotifyEndOfStream()通知编码器结束。
485 int32_t ret = OH_VideoEncoder_NotifyEndOfStream(videoEnc);
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo.cpp87 OH_VideoEncoder_NotifyEndOfStream(demo->enc); in OnDecOutputBufferAvailable()
H A Davcodec_e2e_demo_api10.cpp112 OH_VideoEncoder_NotifyEndOfStream(demo->enc); in OnDecOutputDataAvailable()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__videoencoder_8h.md53 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoEncoder_NotifyEndOfStream](_video_encoder.md#oh_vi…
H A D_video_encoder.md66 | [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)
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideoenc_capi_mock.cpp291 return OH_VideoEncoder_NotifyEndOfStream(codec_); in NotifyEos()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp152 int32_t ret = OH_VideoEncoder_NotifyEndOfStream(encoder_); in NotifyEndOfStream()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp64 OH_VideoEncoder_NotifyEndOfStream(sample->venc_); in VdecOutputDataReady()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp397 err = OH_VideoEncoder_NotifyEndOfStream(venc_); in InputFuncSurface()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp288 OH_AVErrCode ret = OH_VideoEncoder_NotifyEndOfStream(codec_); in NotifyEos()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/
H A Dvenc_sample.cpp409 int32_t ret = OH_VideoEncoder_NotifyEndOfStream(codec_); in NotifyEos()
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Dvideo-encoding.md38 …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);
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp656 OH_AVErrCode OH_VideoEncoder_NotifyEndOfStream(OH_AVCodec *codec) in OH_VideoEncoder_NotifyEndOfStream() function