Searched refs:BitstreamRepos (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | bitstream_io.h | 44 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount);
|
D | datapart_encode.cpp | 380 BitstreamRepos(bs1, byteCount1, bitCount1); /* rewind one MB */ in EncodeSliceDataPartMode() 381 BitstreamRepos(bs2, byteCount2, bitCount2); /* rewind one MB */ in EncodeSliceDataPartMode() 382 BitstreamRepos(bs3, byteCount3, bitCount3); /* rewind one MB */ in EncodeSliceDataPartMode()
|
D | combined_encode.cpp | 469 BitstreamRepos(bs1, byteCount, bitCount); /* rewind one MB */ in EncodeSliceCombinedMode() 512 BitstreamRepos(bs1, byteCount, 0); in EncodeSliceCombinedMode() 563 BitstreamRepos(bs1, byteCount, 0); in EncodeSliceCombinedMode()
|
D | bitstream_io.cpp | 581 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount) in BitstreamRepos() function
|