Home
last modified time | relevance | path

Searched refs:PPS_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dhwdecoder_fuzzer.cpp30 constexpr uint32_t PPS_SIZE = 0x05; variable
36 constexpr uint8_t PPS[PPS_SIZE + START_CODE_SIZE] = {0x00, 0x00, 0x00, 0x01, 0x68, 0xEF, 0x0F, 0x2C…
84 g_vDecSample->InputFuncFUZZ(PPS, PPS_SIZE + START_CODE_SIZE); in HwdecoderFuzzTest()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dhwdecoderapi11_fuzzer.cpp31 constexpr uint32_t PPS_SIZE = 0x05; variable
37 constexpr uint8_t PPS[PPS_SIZE + START_CODE_SIZE] = {0x00, 0x00, 0x00, 0x01, 0x68, 0xEF, 0x0F, 0x2C…
90 g_vDecSample->InputFuncFUZZ(PPS, PPS_SIZE + START_CODE_SIZE); in HwdecoderApi11FuzzTest()