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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp421 Int numbyte2; local
461 numbyte2 = bitstream2->byteCount; /* number of byte to copy from bs2 */
462 bitstream1->byteCount += numbyte2; /* new byteCount */
466 while (numbyte2)
472 numbyte2--;
496 Int numbyte2; local
510 numbyte2 = bitstream2->byteCount;
511 bitstream1->byteCount += numbyte2; /* new byteCount */
514 M4VENC_MEMCPY(ptrBS1, ptrBS2, sizeof(UChar)*numbyte2);
536 Int numbyte2; local
[all...]

Completed in 59 milliseconds