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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp233 Int bitCount1 = 0, bitCount2 = 0, bitCount3 = 0, byteCount1 = 0, byteCount2 = 0, byteCount3 = 0; local
356 byteCount1 = bitCount1 >> 3;
380 BitstreamRepos(bs1, byteCount1, bitCount1); /* rewind one MB */
H A Dcombined_encode.cpp285 Int byteCount = 0, byteCount1 = 0, bitCount = 0; local
368 byteCount1 = byteCount = bitCount >> 3; /* save the position before GOB header */
552 if (byteCount == byteCount1) /* a single GOB bigger than packet size */

Completed in 119 milliseconds