Home
last modified time | relevance | path

Searched refs:OH_VideoDecoder_GetOutputDescription (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_videodecoder.h244 OH_AVFormat *OH_VideoDecoder_GetOutputDescription(OH_AVCodec *codec);
/foundation/multimedia/av_codec/test/unittest/video_test/fcodec_test/
H A Dvideo_decoder_capi_unit_test.cpp491 EXPECT_NE(nullptr, OH_VideoDecoder_GetOutputDescription(videoDec_)); in HWTEST_F()
501 EXPECT_NE(nullptr, OH_VideoDecoder_GetOutputDescription(videoDec_)); in HWTEST_F()
539 EXPECT_NE(nullptr, OH_VideoDecoder_GetOutputDescription(videoDec_)); in HWTEST_F()
549 EXPECT_NE(nullptr, OH_VideoDecoder_GetOutputDescription(videoDec_)); in HWTEST_F()
561 EXPECT_NE(nullptr, OH_VideoDecoder_GetOutputDescription(videoDec_)); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_decoder/
H A Dvideo_decoder.cpp109 return std::shared_ptr<OH_AVFormat>(OH_VideoDecoder_GetOutputDescription(codec_.get()), OH_AVFormat_Destroy); in GetFormat()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideodec_capi_mock.cpp228 OH_AVFormat *format = OH_VideoDecoder_GetOutputDescription(codec_); in GetOutputDescription()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp570 OH_VideoDecoder_GetOutputDescription(vdec_); in testAPI()
754 OH_AVFormat *newFormat = OH_VideoDecoder_GetOutputDescription(vdec_); in CheckOutputDescription()
839 OH_AVFormat *format = OH_VideoDecoder_GetOutputDescription(vdec_); in GetStride()
H A Dvideodec_ndk_sample.cpp523 OH_VideoDecoder_GetOutputDescription(vdec_); in testAPI()
692 OH_AVFormat *newFormat = OH_VideoDecoder_GetOutputDescription(vdec_); in CheckOutputDescription()
H A Dapi_test.cpp305 * @tc.name : OH_VideoDecoder_GetOutputDescription para error
311 ASSERT_EQ(NULL, OH_VideoDecoder_GetOutputDescription(NULL)); in HWTEST_F()
742 * @tc.name : repeat OH_VideoDecoder_GetOutputDescription
749 format = OH_VideoDecoder_GetOutputDescription(vdec_); in HWTEST_F()
751 format = OH_VideoDecoder_GetOutputDescription(vdec_); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp559 OH_VideoDecoder_GetOutputDescription(vdec_); in testAPI()
742 OH_AVFormat *newFormat = OH_VideoDecoder_GetOutputDescription(vdec_); in CheckOutputDescription()
826 OH_AVFormat *format = OH_VideoDecoder_GetOutputDescription(vdec_); in GetStride()
H A Dvideodec_ndk_sample.cpp464 OH_VideoDecoder_GetOutputDescription(vdec_); in testAPI()
631 OH_AVFormat *newFormat = OH_VideoDecoder_GetOutputDescription(vdec_); in CheckOutputDescription()
H A Dapi_test.cpp286 * @tc.name : OH_VideoDecoder_GetOutputDescription para error
291 ASSERT_EQ(NULL, OH_VideoDecoder_GetOutputDescription(NULL)); in HWTEST_F()
734 * @tc.name : repeat OH_VideoDecoder_GetOutputDescription
740 format = OH_VideoDecoder_GetOutputDescription(vdec_); in HWTEST_F()
742 format = OH_VideoDecoder_GetOutputDescription(vdec_); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dapi_test.cpp271 * @tc.name : OH_VideoDecoder_GetOutputDescription para error
276 ASSERT_EQ(NULL, OH_VideoDecoder_GetOutputDescription(NULL)); in HWTEST_F()
688 * @tc.name : repeat OH_VideoDecoder_GetOutputDescription
694 OH_AVFormat *format = OH_VideoDecoder_GetOutputDescription(vdec_); in HWTEST_F()
696 format = OH_VideoDecoder_GetOutputDescription(vdec_); in HWTEST_F()
H A Dvideodec_api11_sample.cpp443 OH_VideoDecoder_GetOutputDescription(vdec_); in testAPI()
619 OH_AVFormat *newFormat = OH_VideoDecoder_GetOutputDescription(vdec_); in CheckOutputDescription()
H A Dvideodec_ndk_sample.cpp188 OH_AVFormat *newFormat = OH_VideoDecoder_GetOutputDescription(vdec_); in CheckOutputDescription()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp334 OH_VideoDecoder_GetOutputDescription(codec_); in GetOutputFormat()
340 opt_.isEncoder ? "OH_VideoEncoder_GetOutputDescription" : "OH_VideoDecoder_GetOutputDescription"); in GetOutputFormat()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_decoder.cpp582 OH_AVFormat *OH_VideoDecoder_GetOutputDescription(struct OH_AVCodec *codec) in OH_VideoDecoder_GetOutputDescription() function

Completed in 22 milliseconds