Home
last modified time | relevance | path

Searched refs:InitFormat (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/
H A Daudio_decoder_demo.h104 bool InitFormat(OH_AVFormat *format);
H A Daudio_decoder_demo.cpp125 auto res = InitFormat(format); in RunCase()
163 bool ADecBufferDemo::InitFormat(OH_AVFormat *format) in InitFormat() function in ADecBufferDemo
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/
H A Daudio_decoder_flush_demo.h104 bool InitFormat(OH_AVFormat *format);
H A Daudio_decoder_flush_demo.cpp116 bool ADecBufferDemo::InitFormat(OH_AVFormat *format) in InitFormat() function in ADecBufferDemo
657 auto res = InitFormat(format); in RunCaseFlush()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/
H A Daudio_decoder_reset_demo.h104 bool InitFormat(OH_AVFormat *format);
H A Daudio_decoder_reset_demo.cpp116 bool ADecBufferDemo::InitFormat(OH_AVFormat *format) in InitFormat() function in ADecBufferDemo
657 auto res = InitFormat(format); in RunCaseReset()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/
H A Daudiodecoderdemo.h117 bool InitFormat(OH_AVFormat *format);
H A Daudiodecoderdemo.cpp260 bool ADecDemoAuto::InitFormat(OH_AVFormat *format) in InitFormat() function in ADecDemoAuto
297 auto res = InitFormat(format); in RunCase()