Home
last modified time | relevance | path

Searched refs:OH_VideoDecoder_PushInputData (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-multimedia.md140 | OH_VideoDecoder_PushInputData | 9 |
153 | OH_VideoDecoder_PushInputData | 解码输入码流数据结构支持AVBuffer |OH_VideoDecoder_PushInputBuffer|
163 当收到输入回调通知,调用OH_VideoDecoder_PushInputData填入码流数据
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/fcodec_test/
H A Dvideo_decoder_capi_unit_test.cpp277 int32_t ret = OH_VideoDecoder_PushInputData(videoDec_, index, info); in InputFunc()
281 OH_VideoDecoder_PushInputData(videoDec_, index, info); in InputFunc()
326 int32_t ret = OH_VideoDecoder_PushInputData(videoDec_, index, info); in FormatChangeInputFunc()
330 OH_VideoDecoder_PushInputData(videoDec_, index, info); in FormatChangeInputFunc()
961 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_PushInputData(videoDec_, index, info));
969 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_PushInputData(videoDec_, index, info));
999 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_PushInputData(videoDec_, index, info));
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/video_demo/
H A Davcodec_video_decoder_demo.cpp387 OH_VideoDecoder_PushInputData(videoDec_, index, info); in InputFunc()
401 ret = OH_VideoDecoder_PushInputData(videoDec_, index, info); in InputFunc()
405 ret = OH_VideoDecoder_PushInputData(videoDec_, index, info); in InputFunc()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.cpp349 int32_t ret = OH_VideoDecoder_PushInputData(vdec_, index, attr); in SendData()
420 OH_AVErrCode ret = OH_VideoDecoder_PushInputData(vdec_, index, attr); in InputFuncFUZZ()
433 int32_t res = OH_VideoDecoder_PushInputData(vdec_, index, attr); in SetEOS()
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_videodecoder.h310 OH_AVErrCode OH_VideoDecoder_PushInputData(OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr …
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp561 int32_t ret = OH_VideoDecoder_PushInputData(vdec_, index, attr); in SendData()
652 OH_AVErrCode ret = OH_VideoDecoder_PushInputData(vdec_, index, attr); in InputFunc_FUZZ()
665 int32_t res = OH_VideoDecoder_PushInputData(vdec_, index, attr); in SetEOS()
685 return OH_VideoDecoder_PushInputData(vdec_, index, attr); in state_EOS()
H A Dapi_test.cpp443 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_PushInputData(vdec_, 0, attr));
459 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_PushInputData(NULL, -1, attr));
475 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_PushInputData(NULL, 0, attr));
624 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_PushInputData(vdec_, 0, attr));
625 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_PushInputData(vdec_, 0, attr));
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp369 int32_t ret = OH_VideoDecoder_PushInputData(vdec_, index, attr); in SendData()
441 OH_AVErrCode ret = OH_VideoDecoder_PushInputData(vdec_, index, attr); in InputFuncFUZZ()
454 int32_t res = OH_VideoDecoder_PushInputData(vdec_, index, attr); in SetEOS()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_video_decoder.md48 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_PushInputData](#oh_videodecoder_pushinputd…
848 ### OH_VideoDecoder_PushInputData()
851 OH_AVErrCode OH_VideoDecoder_PushInputData (OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr…
H A Dnative__avcodec__videodecoder_8h.md36 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_PushInputData](_video_decoder.md#oh_videod…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp126 OH_VideoDecoder_PushInputData(codec, index, attr); in SendData()
156 result = OH_VideoDecoder_PushInputData(codec, index, attr); in SendData()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp605 OH_VideoDecoder_PushInputData(vdec_, index, attr) == AV_ERR_OK ? (0) : (errCount++); in SendData()
760 return OH_VideoDecoder_PushInputData(vdec_, index, attr); in state_EOS()
770 int32_t res = OH_VideoDecoder_PushInputData(vdec_, index, attr); in SetEOS()
H A Dapi_test.cpp462 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_PushInputData(vdec_, 0, attr));
478 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_PushInputData(NULL, -1, attr));
494 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_PushInputData(NULL, 0, attr));
640 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_PushInputData(vdec_, index, attr));
642 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_PushInputData(vdec_, 0, attr));
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp678 OH_VideoDecoder_PushInputData(vdec_, index, attr) == AV_ERR_OK ? (0) : (errCount++); in SendData()
817 return OH_VideoDecoder_PushInputData(vdec_, index, attr); in state_EOS()
827 int32_t res = OH_VideoDecoder_PushInputData(vdec_, index, attr); in SetEOS()
H A Dapi_test.cpp508 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_PushInputData(vdec_, 0, attr));
526 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_PushInputData(NULL, -1, attr));
543 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_PushInputData(NULL, 0, attr));
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-multimedia.md140 | OH_VideoDecoder_PushInputData | 9 |
153 | OH_VideoDecoder_PushInputData | The **AVBuffer** struct is used in the decoder's input stream dat…
163 Call **OH_VideoDecoder_PushInputData** to fill in stream data when an input callback is received.
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_decoder/
H A Dvideo_decoder.cpp141 int32_t ret = OH_VideoDecoder_PushInputData(codec_.get(), info.bufferIndex, info.attr); in PushInput()
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo_api10.cpp82 OH_VideoDecoder_PushInputData(codec, index, info); in OnDecInputDataAvailable()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideodec_capi_mock.cpp240 return OH_VideoDecoder_PushInputData(codec_, index, attr); in PushInputData()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__videodecoder_8h.md36 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_PushInputData](_video_decoder.md#oh_videod…
H A D_video_decoder.md48 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_PushInputData](#oh_videodecoder_pushinputd…
890 ### OH_VideoDecoder_PushInputData()
893 OH_AVErrCode OH_VideoDecoder_PushInputData (OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr…
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp496 OH_VideoDecoder_PushInputData(codec_, buf.idx, buf.attr); in ReturnInput()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/
H A Dvdec_sample.cpp466 ret = OH_VideoDecoder_PushInputData(codec_, index, attr); in PushInputData()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_decoder.cpp519 OH_AVErrCode OH_VideoDecoder_PushInputData(struct OH_AVCodec *codec, uint32_t index, OH_AVCodecBuff… in OH_VideoDecoder_PushInputData() function
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideodec_func_unit_test.cpp437 EXPECT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_PushInputData(codec_, 0, attr));