Home
last modified time | relevance | path

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

/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/libstagefright/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.cpp627 uint8_t *bitstreamTmp = bitstream; in process() local
630 mDecHandle, &bitstreamTmp, &timestamp, &tmpInSize, in process()