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

1 2

  /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/chromium_org/skia/ext/
convolver_mips_dspr2.cc 243 int byte_offset; local
361 [offset] "+r" (byte_offset), [fy] "+r" (filter_y), [cnt] "+r" (cnt),
467 [offset] "+r" (byte_offset), [fy] "+r" (filter_y), [cnt] "+r" (cnt),
convolver.cc 189 int byte_offset = out_x * 4; local
195 accum[0] += cur_filter * source_data_rows[filter_y][byte_offset + 0];
196 accum[1] += cur_filter * source_data_rows[filter_y][byte_offset + 1];
197 accum[2] += cur_filter * source_data_rows[filter_y][byte_offset + 2];
199 accum[3] += cur_filter * source_data_rows[filter_y][byte_offset + 3];
211 out_row[byte_offset + 0] = ClampTo8(accum[0]);
212 out_row[byte_offset + 1] = ClampTo8(accum[1]);
213 out_row[byte_offset + 2] = ClampTo8(accum[2]);
224 int max_color_channel = std::max(out_row[byte_offset + 0],
225 std::max(out_row[byte_offset + 1], out_row[byte_offset + 2]))
    [all...]
  /art/runtime/
memory_region.h 87 uintptr_t byte_offset = (bit_offset >> kBitsPerByteLog2); local
88 return ComputeInternalPointer<byte>(byte_offset);
class_linker.cc 3938 MemberOffset byte_offset = field->GetOffsetDuringLinking(); 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;
  /external/chromium_org/content/child/npapi/
plugin_stream.cc 197 int byte_offset = 0; local
202 while (byte_offset < length) {
203 int bytes_remaining = length - byte_offset;
209 return byte_offset;
213 const_cast<char*>(buf + byte_offset));
221 return byte_offset;
228 byte_offset += bytes_consumed;
  /external/chromium_org/net/quic/
quic_stream_sequencer.cc 48 QuicStreamOffset byte_offset = frame.offset; local
58 if (byte_offset + data_len - num_bytes_consumed_ > max_frame_memory_) {
81 QuicStreamOffset byte_offset = frame.offset; local
90 if (byte_offset == num_bytes_consumed_) {
91 DVLOG(1) << "Processing byte offset " << byte_offset;
108 byte_offset += bytes_consumed;
111 DVLOG(1) << "Buffering packet at offset " << byte_offset;
112 frames_.insert(make_pair(byte_offset, string(data, data_len)));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_image.c 202 uint byte_offset = tile_offset * bytes_per_tile; local
203 const uint8_t *src_tile = (uint8_t *) src + byte_offset;
291 uint byte_offset = tile_offset * bytes_per_tile; local
292 uint8_t *dst_tile = (uint8_t *) dst + byte_offset;
lp_texture.c 1320 uint byte_offset = tile_offset * TILE_SIZE * TILE_SIZE * 4; local
1362 uint byte_offset = tile_offset * TILE_SIZE * TILE_SIZE * 4; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c 202 uint byte_offset = tile_offset * bytes_per_tile; local
203 const uint8_t *src_tile = (uint8_t *) src + byte_offset;
291 uint byte_offset = tile_offset * bytes_per_tile; local
292 uint8_t *dst_tile = (uint8_t *) dst + byte_offset;
lp_texture.c 1320 uint byte_offset = tile_offset * TILE_SIZE * TILE_SIZE * 4; local
1362 uint byte_offset = tile_offset * TILE_SIZE * TILE_SIZE * 4; local
    [all...]
  /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...]
  /art/compiler/
image_writer.cc 611 MemberOffset byte_offset = CLASS_OFFSET_FROM_CLZ(right_shift); local
612 const Object* ref = orig->GetFieldObject<const Object*>(byte_offset, false);
614 copy->SetFieldPtr(byte_offset, GetImageAddress(ref), false);
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 3096 int byte_offset = i \/ 8; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs_emit.c 1174 GLuint byte_offset = arg.nr * 32 + arg.subnr + offset * reg_size; local
1212 GLuint byte_offset = base.nr * 32 + base.subnr; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_emit.c 1174 GLuint byte_offset = arg.nr * 32 + arg.subnr + offset * reg_size; local
1212 GLuint byte_offset = base.nr * 32 + base.subnr; local
    [all...]
  /external/chromium_org/v8/src/
runtime.cc 907 size_t byte_offset = NumberToSize(isolate, *byte_offset_object); local
1192 size_t byte_offset = NumberToSize(isolate, *byte_offset_obj); local
1233 size_t byte_offset = NumberToSize(isolate, *byte_offset_obj); local
    [all...]

Completed in 677 milliseconds

1 2