Searched refs:SPS_SIZE (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/ |
H A D | hwdecoder_fuzzer.cpp | 29 constexpr uint32_t SPS_SIZE = 0x19; variable 32 constexpr uint8_t SPS[SPS_SIZE + START_CODE_SIZE] = {0x00, 0x00, 0x00, 0x01, 0x67, 0x64, 0x00, 0x28… 83 g_vDecSample->InputFuncFUZZ(SPS, SPS_SIZE + START_CODE_SIZE); in HwdecoderFuzzTest()
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/ |
H A D | hwdecoderapi11_fuzzer.cpp | 30 constexpr uint32_t SPS_SIZE = 0x19; variable 33 constexpr uint8_t SPS[SPS_SIZE + START_CODE_SIZE] = {0x00, 0x00, 0x00, 0x01, 0x67, 0x64, 0x00, 0x28… 89 g_vDecSample->InputFuncFUZZ(SPS, SPS_SIZE + START_CODE_SIZE); in HwdecoderApi11FuzzTest()
|