Home
last modified time | relevance | path

Searched refs:GetOutputDescription (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/
H A Dvcodec_mock.h82 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 Daudio_encoder_demo.h85 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderflush_fuzzer/
H A Daudio_encoder_flush_demo.h85 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderreset_fuzzer/
H A Daudio_encoder_reset_demo.h85 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/
H A Daudio_decoder_demo.h84 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/
H A Daudio_decoder_flush_demo.h84 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/
H A Daudio_decoder_reset_demo.h84 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 Dvideodec_capi_mock.h42 std::shared_ptr<FormatMock> GetOutputDescription() override;
H A Dvideoenc_capi_mock.h41 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 Dvideodec_inner_mock.h39 std::shared_ptr<FormatMock> GetOutputDescription() override;
H A Dvideoenc_inner_mock.h38 std::shared_ptr<FormatMock> GetOutputDescription() override;
H A Dvideodec_inner_mock.cpp191 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 Dvdec_sample.h58 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 Dvenc_sample.h59 std::shared_ptr<OH_AVFormat> GetOutputDescription();
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/
H A Daudiodecoderdemo.h92 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/include/
H A Davcodec_audio_avbuffer_decoder_demo.h214 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/include/
H A Davcodec_audio_avbuffer_encoder_demo.h184 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 Dvdec_sample.cpp436 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 Dvdec_sample.h82 std::shared_ptr<FormatMock> GetOutputDescription();
H A Dvdec_sample.cpp343 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 Dvenc_sample.h123 std::shared_ptr<FormatMock> GetOutputDescription();
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideodec_func_unit_test.cpp1179 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.md259 返回OH_AVFormat句柄指针,生命周期将使用下一个GetOutputDescription 刷新,或使用OH_AVCodec销毁。
H A D_audio_encoder.md255 返回OH_AVFormat句柄指针,生命周期将使用下一个GetOutputDescription 刷新,或使用OH_AVCodec销毁。
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/
H A Dvenc_sample.cpp344 std::shared_ptr<OH_AVFormat> VideoEncSample::GetOutputDescription() in GetOutputDescription() function in OHOS::MediaAVCodec::VideoEncSample
650 auto format = GetOutputDescription(); in Operate()

12