Searched refs:volData (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/ |
D | mpeg4_h263_dec_fuzzer.cpp | 124 uint8_t *volData[1]{}; in decodeFrames() local 128 volData[0] = const_cast<uint8_t *>(data); in decodeFrames() 132 if (!PVInitVideoDecoder(mDecHandle, volData, &volSize, kLayer, mMaxWidth, mMaxHeight, in decodeFrames()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/ |
D | Mpeg4H263DecoderTest.cpp | 183 uint8_t *volData[1]{}; in processMpeg4H263Decoder() local 189 volData[0] = reinterpret_cast<uint8_t *>(mInputBuffer); in processMpeg4H263Decoder() 193 status = PVInitVideoDecoder(mDecHandle, volData, &volSize, 1, maxWidth, maxHeight, in processMpeg4H263Decoder() 220 uint8_t *volData[1]{}; in processMpeg4H263Decoder() local 223 status = PVInitVideoDecoder(mDecHandle, volData, &volSize, 1, maxWidth, in processMpeg4H263Decoder()
|