HomeSort by relevance Sort by last modified time
    Searched full:numbyte2 (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 421 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 139 milliseconds