Home
last modified time | relevance | path

Searched refs:bitstreamTmp (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codecs/m4v_h263/fuzzer/
Dmpeg4_h263_dec_fuzzer.cpp162 uint8_t *bitstreamTmp = const_cast<uint8_t *>(data); in decodeFrames() local
164 if (PVDecodeVopHeader(mDecHandle, &bitstreamTmp, &timestamp, &tempSize, &header_info, in decodeFrames()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp257 uint8_t *bitstreamTmp = bitstream; in onQueueFilled() local
259 mHandle, &bitstreamTmp, &timestamp, &tmp, in onQueueFilled()
/frameworks/av/media/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp252 uint8_t *bitstreamTmp = reinterpret_cast<uint8_t *>(mInputBuffer); in processMpeg4H263Decoder() local
254 status = PVDecodeVopHeader(mDecHandle, &bitstreamTmp, &timestamp, &inputSize, &headerInfo, in processMpeg4H263Decoder()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp610 uint8_t *bitstreamTmp = bitstream; in process() local
613 mDecHandle, &bitstreamTmp, &timestamp, &tmpInSize, in process()