HomeSort by relevance Sort by last modified time
    Searched refs:BitstreamRepos (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.h 44 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount);
datapart_encode.cpp 380 BitstreamRepos(bs1, byteCount1, bitCount1); /* rewind one MB */
381 BitstreamRepos(bs2, byteCount2, bitCount2); /* rewind one MB */
382 BitstreamRepos(bs3, byteCount3, bitCount3); /* rewind one MB */
combined_encode.cpp 469 BitstreamRepos(bs1, byteCount, bitCount); /* rewind one MB */
512 BitstreamRepos(bs1, byteCount, 0);
563 BitstreamRepos(bs1, byteCount, 0);
564 //BitstreamRepos(bs1,byteCount,bitCount);
bitstream_io.cpp 573 /* Function : BitstreamRepos( BitstreamEncVideo *bitstream, */
581 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount)

Completed in 894 milliseconds