Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dbitstream_io.cpp684 Int movebyte, bitused, leftover, i, fraction; in BitstreamPrependPacket() local
695 movebyte = bitstream1->byteCount; in BitstreamPrependPacket()
696 if (movebyte < bitstream2->byteCount) in BitstreamPrependPacket()
697 movebyte = bitstream2->byteCount; in BitstreamPrependPacket()
698 movebyte++; in BitstreamPrependPacket()
702 pDst = pSrc + movebyte; in BitstreamPrependPacket()