/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/ |
H A D | vcodec_mock.h | 82 virtual std::shared_ptr<FormatMock> GetOutputDescription() = 0; 109 virtual std::shared_ptr<FormatMock> GetOutputDescription() = 0;
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoder_fuzzer/ |
H A D | audio_encoder_demo.h | 85 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderflush_fuzzer/ |
H A D | audio_encoder_flush_demo.h | 85 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderreset_fuzzer/ |
H A D | audio_encoder_reset_demo.h | 85 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/ |
H A D | audio_decoder_demo.h | 84 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/ |
H A D | audio_decoder_flush_demo.h | 84 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/ |
H A D | audio_decoder_reset_demo.h | 84 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videodec_capi_mock.h | 42 std::shared_ptr<FormatMock> GetOutputDescription() override;
|
H A D | videoenc_capi_mock.h | 41 std::shared_ptr<FormatMock> GetOutputDescription() override;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/ |
H A D | videodec_inner_mock.h | 39 std::shared_ptr<FormatMock> GetOutputDescription() override;
|
H A D | videoenc_inner_mock.h | 38 std::shared_ptr<FormatMock> GetOutputDescription() override;
|
H A D | videodec_inner_mock.cpp | 191 std::shared_ptr<FormatMock> VideoDecInnerMock::GetOutputDescription() in GetOutputDescription() function in OHOS::MediaAVCodec::VideoDecInnerMock
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/include/ |
H A D | vdec_sample.h | 58 std::shared_ptr<OH_AVFormat> GetOutputDescription();
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/include/ |
H A D | venc_sample.h | 59 std::shared_ptr<OH_AVFormat> GetOutputDescription();
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/ |
H A D | audiodecoderdemo.h | 92 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/include/ |
H A D | avcodec_audio_avbuffer_decoder_demo.h | 214 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/include/ |
H A D | avcodec_audio_avbuffer_encoder_demo.h | 184 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/ |
H A D | vdec_sample.cpp | 436 std::shared_ptr<OH_AVFormat> VideoDecSample::GetOutputDescription() in GetOutputDescription() function in OHOS::MediaAVCodec::VideoDecSample 644 std::shared_ptr<OH_AVFormat> format = GetOutputDescription(); in HandleOutputFrameInner() 685 auto format = GetOutputDescription(); in Operate()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/ |
H A D | vdec_sample.h | 82 std::shared_ptr<FormatMock> GetOutputDescription();
|
H A D | vdec_sample.cpp | 343 std::shared_ptr<FormatMock> VideoDecSample::GetOutputDescription() in GetOutputDescription() function in OHOS::MediaAVCodec::VideoDecSample 348 return videoDec_->GetOutputDescription(); in GetOutputDescription() 751 std::shared_ptr<FormatMock> format = videoDec_->GetOutputDescription(); in CheckFormatKey()
|
H A D | venc_sample.h | 123 std::shared_ptr<FormatMock> GetOutputDescription();
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videodec_func_unit_test.cpp | 1179 format_ = videoDec_->GetOutputDescription(); 1198 format_ = videoDec_->GetOutputDescription(); 1230 format_ = videoDec_->GetOutputDescription(); 1261 format_ = videoDec_->GetOutputDescription();
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | _audio_decoder.md | 259 返回OH_AVFormat句柄指针,生命周期将使用下一个GetOutputDescription 刷新,或使用OH_AVCodec销毁。
|
H A D | _audio_encoder.md | 255 返回OH_AVFormat句柄指针,生命周期将使用下一个GetOutputDescription 刷新,或使用OH_AVCodec销毁。
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/ |
H A D | venc_sample.cpp | 344 std::shared_ptr<OH_AVFormat> VideoEncSample::GetOutputDescription() in GetOutputDescription() function in OHOS::MediaAVCodec::VideoEncSample 650 auto format = GetOutputDescription(); in Operate()
|