HomeSort by relevance Sort by last modified time
    Searched defs:byte_offset (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
amrdecode.cpp 43 Description: AMRDecode now returns byte_offset rather than bit_offset,
57 1. Changed all references to bit_offset to byte_offset.
63 Removed byte_offset from input list. Renamed speech_bits
156 byte_offset = address offset of the next frame to be processed or
180 and byte_offset will be updated according to the contents of WmfDecBytesPerFrame
185 byte_offset will be updated according to the contents of If2DecBytesPerFrame
200 If input_format is an unsupported format, byte_offset will be set to -1, to
208 This function returns the new byte_offset value to indicate the address
249 byte_offset = WmfDecBytesPerFrame[frame_type]
261 byte_offset = If2DecBytesPerFrame[frame_type
403 Word16 byte_offset = -1; local
    [all...]
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 177 int byte_offset,j; local
179 byte_offset=entry_num/8; /* Find the correct byte - entry_num/8 */
183 type_data.u.buffer [byte_offset] |= bit_mask; /* And apply it */
192 int byte_offset,j; local
194 byte_offset=entry_num/8;
199 type_data.u.buffer [byte_offset] &= bit_mask;
inodebitmap_com.c 137 int byte_offset,j; local
139 byte_offset=entry_num/8;
142 type_data.u.buffer [byte_offset] |= bit_mask;
149 int byte_offset,j; local
151 byte_offset=entry_num/8;
156 type_data.u.buffer [byte_offset] &= bit_mask;
  /bionic/libc/kernel/common/sound/
compress_offload.h 39 __u32 byte_offset; member in struct:snd_compr_tstamp
  /external/jpeg/
jdphuff.c 712 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE; local
716 jset_input_stream_position_bit(cinfo, byte_offset,
jdhuff.c 579 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE; local
583 jset_input_stream_position_bit(cinfo, byte_offset,
877 int byte_offset, int bit_left, INT32 buf)
884 jset_input_stream_position(cinfo, byte_offset);
  /external/kernel-headers/original/sound/
compress_offload.h 58 * @byte_offset: Byte offset in ring buffer to DSP
68 __u32 byte_offset; member in struct:snd_compr_tstamp
  /external/qemu/distrib/jpeg-6b/
jdphuff.c 716 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE; local
720 jset_input_stream_position_bit(cinfo, byte_offset,
jdhuff.c 579 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE; local
583 jset_input_stream_position_bit(cinfo, byte_offset,
877 int byte_offset, int bit_left, INT32 buf)
884 jset_input_stream_position(cinfo, byte_offset);
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 219 int byte_offset = cp_offset * char_size(); local
222 __ cmp(edi, Immediate(-(byte_offset + byte_length)));
237 __ cmpb(Operand(esi, edi, times_1, byte_offset),
243 Operand(esi, edi, times_1, byte_offset));
257 __ cmp(Operand(ebx, byte_offset + i), Immediate(combined_chars));
260 __ cmpb(Operand(ebx, byte_offset + i),
267 __ cmp(Operand(ebx, byte_offset + i * sizeof(uc16)),
277 Operand(ebx, byte_offset + i * sizeof(uc16)));
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 3096 int byte_offset = i \/ 8; local
    [all...]

Completed in 1804 milliseconds