Home
last modified time | relevance | path

Searched refs:OH_VideoDecoder_Prepare (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_videodecoder.h161 OH_AVErrCode OH_VideoDecoder_Prepare(OH_AVCodec *codec);
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_decoder/
H A Dvideo_decoder.cpp64 ret = OH_VideoDecoder_Prepare(codec_.get()); in Config()
/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo_api10.cpp256 OH_VideoDecoder_Prepare(dec); in Start()
H A Davcodec_e2e_demo.cpp237 OH_VideoDecoder_Prepare(dec); in Start()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideodec_capi_mock.cpp195 return OH_VideoDecoder_Prepare(codec_); in Prepare()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp529 int res = OH_VideoDecoder_Prepare(vdec_); in StartVideoDecoder()
560 OH_VideoDecoder_Prepare(vdec_); in testAPI()
1049 return OH_VideoDecoder_Prepare(vdec_); in Prepare()
H A Dvideodec_ndk_sample.cpp513 OH_VideoDecoder_Prepare(vdec_); in testAPI()
H A Dapi_test.cpp330 * @tc.name : OH_VideoDecoder_Prepare para error
337 ret = OH_VideoDecoder_Prepare(nullptr); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp518 int res = OH_VideoDecoder_Prepare(vdec_); in StartVideoDecoder()
549 OH_VideoDecoder_Prepare(vdec_); in testAPI()
1036 return OH_VideoDecoder_Prepare(vdec_); in Prepare()
H A Dvideodec_ndk_sample.cpp454 OH_VideoDecoder_Prepare(vdec_); in testAPI()
H A Dapi_test.cpp307 * @tc.name : OH_VideoDecoder_Prepare para error
313 ret = OH_VideoDecoder_Prepare(nullptr); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp433 OH_VideoDecoder_Prepare(vdec_); in testAPI()
H A Dapi_test.cpp292 * @tc.name : OH_VideoDecoder_Prepare para error
298 ret = OH_VideoDecoder_Prepare(nullptr); in HWTEST_F()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_decoder.cpp412 OH_AVErrCode OH_VideoDecoder_Prepare(struct OH_AVCodec *codec) in OH_VideoDecoder_Prepare() function

Completed in 19 milliseconds