Searched refs:BitstreamSavePartial (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.h35 PV_STATUS BitstreamSavePartial(BitstreamEncVideo *stream, Int *fraction);
H A Dbitstream_io.cpp248 /* Function : BitstreamSavePartial */
257 PV_STATUS BitstreamSavePartial(BitstreamEncVideo *stream, Int *fraction) function
341 BitstreamSavePartial(stream, &fraction);
377 BitstreamSavePartial(stream, &fraction);
424 status = BitstreamSavePartial(bitstream1, &fraction);
431 status = BitstreamSavePartial(bitstream2, &fraction);
587 BitstreamSavePartial(bitstream, &fraction);
686 BitstreamSavePartial(bitstream2, &fraction); /* make sure only fraction of byte left */
687 BitstreamSavePartial(bitstream1, &fraction);

Completed in 1180 milliseconds