/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_videodecoder.h | 266 OH_AVFormat *OH_VideoDecoder_GetOutputDescription(OH_AVCodec *codec);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | _video_decoder.md | 46 | [OH_AVFormat](_core.md#oh_avformat) \* [OH_VideoDecoder_GetOutputDescription](#oh_videodecoder_ge… 279 ### OH_VideoDecoder_GetOutputDescription() 282 OH_AVFormat* OH_VideoDecoder_GetOutputDescription (OH_AVCodec *codec)
|
H A D | native__avcodec__videodecoder_8h.md | 34 | [OH_AVFormat](_core.md#oh_avformat) \* [OH_VideoDecoder_GetOutputDescription](_video_decoder.md#o…
|
H A D | _codec_base.md | 2627 视频解码时调用[OH_VideoDecoder_GetOutputDescription](_video_decoder.md#oh_videodecoder_getoutputdescriptio… 2644 视频解码时调用[OH_VideoDecoder_GetOutputDescription](_video_decoder.md#oh_videodecoder_getoutputdescriptio…
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/fcodec_test/ |
H A D | video_decoder_capi_unit_test.cpp | 491 EXPECT_NE(nullptr, OH_VideoDecoder_GetOutputDescription(videoDec_)); 501 EXPECT_NE(nullptr, OH_VideoDecoder_GetOutputDescription(videoDec_)); 539 EXPECT_NE(nullptr, OH_VideoDecoder_GetOutputDescription(videoDec_)); 549 EXPECT_NE(nullptr, OH_VideoDecoder_GetOutputDescription(videoDec_)); 561 EXPECT_NE(nullptr, OH_VideoDecoder_GetOutputDescription(videoDec_));
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_decoder/ |
H A D | video_decoder.cpp | 109 …return std::shared_ptr<OH_AVFormat>(OH_VideoDecoder_GetOutputDescription(codec_.get()), OH_AVForma… in GetFormat()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_api11_sample.cpp | 570 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 D | videodec_ndk_sample.cpp | 523 OH_VideoDecoder_GetOutputDescription(vdec_); in testAPI() 692 OH_AVFormat *newFormat = OH_VideoDecoder_GetOutputDescription(vdec_); in CheckOutputDescription()
|
H A D | api_test.cpp | 311 ASSERT_EQ(NULL, OH_VideoDecoder_GetOutputDescription(NULL)); 749 format = OH_VideoDecoder_GetOutputDescription(vdec_); 751 format = OH_VideoDecoder_GetOutputDescription(vdec_);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_api11_sample.cpp | 559 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 D | videodec_ndk_sample.cpp | 452 OH_VideoDecoder_GetOutputDescription(vdec_); in testAPI() 619 OH_AVFormat *newFormat = OH_VideoDecoder_GetOutputDescription(vdec_); in CheckOutputDescription()
|
H A D | api_test.cpp | 291 ASSERT_EQ(NULL, OH_VideoDecoder_GetOutputDescription(NULL)); 740 format = OH_VideoDecoder_GetOutputDescription(vdec_); 742 format = OH_VideoDecoder_GetOutputDescription(vdec_);
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | video-decoding.md | 808 OH_AVFormat *format = OH_VideoDecoder_GetOutputDescription(codec); 1069 // 源内存区域的宽、高,通过回调函数OnStreamChanged或接口OH_VideoDecoder_GetOutputDescription获取 1081 // 源内存区域的宽、高跨距,通过回调函数OnStreamChanged或接口OH_VideoDecoder_GetOutputDescription获取
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videodec_capi_mock.cpp | 228 OH_AVFormat *format = OH_VideoDecoder_GetOutputDescription(codec_); in GetOutputDescription()
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avcodec__videodecoder_8h.md | 34 | [OH_AVFormat](_core.md#oh_avformat) \* [OH_VideoDecoder_GetOutputDescription](_video_decoder.md#o…
|
H A D | _video_decoder.md | 46 | [OH_AVFormat](_core.md#oh_avformat) \* [OH_VideoDecoder_GetOutputDescription](#oh_videodecoder_ge… 293 ### OH_VideoDecoder_GetOutputDescription() 296 OH_AVFormat* OH_VideoDecoder_GetOutputDescription (OH_AVCodec *codec)
|
H A D | _codec_base.md | 2887 When [OH_VideoDecoder_GetOutputDescription](_video_decoder.md#oh_videodecoder_getoutputdescription)… 2906 When [OH_VideoDecoder_GetOutputDescription](_video_decoder.md#oh_videodecoder_getoutputdescription)…
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | api_test.cpp | 280 ASSERT_EQ(NULL, OH_VideoDecoder_GetOutputDescription(NULL)); 722 OH_AVFormat *format = OH_VideoDecoder_GetOutputDescription(vdec_); 724 format = OH_VideoDecoder_GetOutputDescription(vdec_);
|
H A D | videodec_api11_sample.cpp | 443 OH_VideoDecoder_GetOutputDescription(vdec_); in testAPI() 619 OH_AVFormat *newFormat = OH_VideoDecoder_GetOutputDescription(vdec_); in CheckOutputDescription()
|
H A D | videodec_ndk_sample.cpp | 188 OH_AVFormat *newFormat = OH_VideoDecoder_GetOutputDescription(vdec_); in CheckOutputDescription()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_capi.cpp | 334 OH_VideoDecoder_GetOutputDescription(codec_); in GetOutputFormat()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/ |
H A D | vdec_sample.cpp | 439 auto avformat = std::shared_ptr<OH_AVFormat>(OH_VideoDecoder_GetOutputDescription(codec_), in GetOutputDescription()
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | video-decoding.md | 811 OH_AVFormat *format = OH_VideoDecoder_GetOutputDescription(codec); 1069 …urce buffer by using the callback function OnStreamChanged or OH_VideoDecoder_GetOutputDescription. 1081 …urce buffer by using the callback function OnStreamChanged or OH_VideoDecoder_GetOutputDescription.
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_video_decoder.cpp | 582 OH_AVFormat *OH_VideoDecoder_GetOutputDescription(struct OH_AVCodec *codec) in OH_VideoDecoder_GetOutputDescription() function
|