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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 630 Int new_byte = (num_bit_left >> 3); local
631 Int new_bit = num_bit_left - (new_byte << 3); /* between 0-7 */
640 bitstream1->byteCount = new_byte;
645 M4VENC_MEMCPY(ptrDst, ptrSrc, new_byte + 1);
650 for (i = 0; i < new_byte; i++)
664 ptrSrc = bitstream1->bitstreamBuffer + new_byte;
  /external/libnfc-nci/src/nfc/include/
rw_api.h 294 NFC_API extern tNFC_STATUS RW_T1tWriteErase (UINT8 block, UINT8 byte, UINT8 new_byte);
305 NFC_API extern tNFC_STATUS RW_T1tWriteNoErase (UINT8 block, UINT8 byte, UINT8 new_byte);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 7744 IRExpr* new_byte; local
    [all...]
guest_x86_toIR.c 6477 IRExpr* new_byte; local
    [all...]

Completed in 645 milliseconds