Searched refs:OH_VideoEncoder_SetCallback (Results 1 - 11 of 11) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | api_test.cpp | 181 * @tc.name : OH_VideoEncoder_SetCallback para error 192 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoEncoder_SetCallback(NULL, cb_, static_cast<void *>(signal_))); in HWTEST_F() 197 * @tc.name : OH_VideoEncoder_SetCallback para error 210 ASSERT_EQ(AV_ERR_OK, OH_VideoEncoder_SetCallback(venc_, cb2_, static_cast<void *>(signal_))); in HWTEST_F() 215 * @tc.name : OH_VideoEncoder_SetCallback para error 226 ASSERT_EQ(AV_ERR_OK, OH_VideoEncoder_SetCallback(venc_, cb_, NULL)); in HWTEST_F() 614 ASSERT_EQ(AV_ERR_OK, OH_VideoEncoder_SetCallback(venc_, cb_, static_cast<void *>(signal_))); in HWTEST_F() 695 * @tc.name : repeat OH_VideoEncoder_SetCallback 707 ASSERT_EQ(AV_ERR_OK, OH_VideoEncoder_SetCallback(venc_, cb_, NULL)); in HWTEST_F() 708 ASSERT_EQ(AV_ERR_OK, OH_VideoEncoder_SetCallback(venc in HWTEST_F() [all...] |
H A D | videoenc_ndk_sample.cpp | 233 return OH_VideoEncoder_SetCallback(venc_, cb_, static_cast<void *>(signal_)); in SetVideoEncoderCallback()
|
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_videoencoder.h | 99 OH_AVErrCode OH_VideoEncoder_SetCallback(OH_AVCodec *codec, OH_AVCodecAsyncCallback callback, void *userData);
|
/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/ |
H A D | avcodec_e2e_demo_api10.cpp | 222 OH_VideoEncoder_SetCallback(enc, encCallback, this); in Configure()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_encoder/ |
H A D | video_encoder.cpp | 173 int32_t ret = OH_VideoEncoder_SetCallback(codec_.get(), AVCodecAsyncCallback, sampleContext);
in SetCallback()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/ |
H A D | hdrcodec_ndk_sample.cpp | 361 ret = OH_VideoEncoder_SetCallback(venc_, encCb_, this); in Configure()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videoenc_capi_mock.cpp | 186 return OH_VideoEncoder_SetCallback(codec_, callback, NULL); in SetCallback()
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_capi.cpp | 108 OH_AVErrCode ret = opt_.isEncoder ? OH_VideoEncoder_SetCallback(codec_, cb, this) : in SetCallback() 115 opt_.isEncoder ? "OH_VideoEncoder_SetCallback" : "OH_VideoDecoder_SetCallback"); in SetCallback()
|
/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/ |
H A D | videoenc_sample.cpp | 153 return OH_VideoEncoder_SetCallback(venc_, cb_, static_cast<void *>(signal_)); in SetVideoEncoderCallback()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videoenc_func_unit_test.cpp | 581 EXPECT_EQ(AV_ERR_OK, OH_VideoEncoder_SetCallback(codec_, cb, nullptr)); in HWTEST_F() 635 EXPECT_EQ(AV_ERR_OK, OH_VideoEncoder_SetCallback(codec_, cb, nullptr)); in HWTEST_F()
|
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_video_encoder.cpp | 691 OH_AVErrCode OH_VideoEncoder_SetCallback(struct OH_AVCodec *codec, struct OH_AVCodecAsyncCallback callback, in OH_VideoEncoder_SetCallback() function
|
Completed in 12 milliseconds