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

1 2 3

  /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...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
mix_vbp_h264_stubs.c 136 uint32_t bits_offset =0, byte_offset =0; local
228 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
h264parse_bsd.c 38 uint32_t bits_offset =0, byte_offset =0; local
49 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
119 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
156 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
196 uint32_t bits_offset =0, byte_offset =0; local
204 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
h264parse_sh.c 172 uint32_t bits_offset =0, byte_offset =0; local
229 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
232 pInfo->h264_pwt_start_byte_offset = byte_offset;
240 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
244 pInfo->h264_pwt_end_byte_offset = byte_offset-1;
249 pInfo->h264_pwt_end_byte_offset = byte_offset;
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 178 int byte_offset,j; local
180 byte_offset=entry_num/8; /* Find the correct byte - entry_num/8 */
184 type_data.u.buffer [byte_offset] |= bit_mask; /* And apply it */
193 int byte_offset,j; local
195 byte_offset=entry_num/8;
200 type_data.u.buffer [byte_offset] &= bit_mask;
inodebitmap_com.c 138 int byte_offset,j; local
140 byte_offset=entry_num/8;
143 type_data.u.buffer [byte_offset] |= bit_mask;
150 int byte_offset,j; local
152 byte_offset=entry_num/8;
157 type_data.u.buffer [byte_offset] &= bit_mask;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_ir_fs.h 72 byte_offset(fs_reg reg, unsigned delta) function
117 return byte_offset(reg, delta * reg.stride * type_sz(reg.type));
124 return byte_offset(reg, delta * stride * type_sz(reg.type));
142 return byte_offset(reg, delta * reg.component_size(width));
216 regions_overlap(byte_offset(t, 4 * REG_SIZE), dr / 2, s, ds);
312 return byte_offset(retype(reg, type), i * type_sz(type));
brw_ir_vec4.h 100 byte_offset(src_reg reg, unsigned bytes) function in namespace:brw
111 return byte_offset(reg, num_components * type_sz(reg.type) * delta);
117 return byte_offset(reg, delta * type_sz(reg.type));
181 byte_offset(dst_reg reg, unsigned bytes) function in namespace:brw
192 return byte_offset(reg, num_components * type_sz(reg.type) * delta);
198 return byte_offset(reg, delta * type_sz(reg.type));
  /external/webrtc/webrtc/base/
bitbuffer_unittest.cc 144 size_t byte_offset, bit_offset; local
148 buffer.GetCurrentOffset(&byte_offset, &bit_offset);
149 EXPECT_EQ(0u, byte_offset);
152 buffer.GetCurrentOffset(&byte_offset, &bit_offset);
153 EXPECT_EQ(0u, byte_offset);
159 buffer.GetCurrentOffset(&byte_offset, &bit_offset);
160 EXPECT_EQ(2u, byte_offset);
164 buffer.GetCurrentOffset(&byte_offset, &bit_offset);
165 EXPECT_EQ(4u, byte_offset);
174 EXPECT_DEATH(buffer.GetCurrentOffset(&byte_offset, NULL), "")
    [all...]
  /external/syslinux/gpxe/src/drivers/bitbash/
spi_bit.c 94 unsigned int byte_offset; local
106 byte_offset = ( bit_offset / 8 );
115 byte = ( data_out + byte_offset );
131 byte = ( data_in + byte_offset );
  /external/v8/src/debug/
interface-types.h 42 * The offset table entries are ordered by the byte_offset.
46 WasmDisassemblyOffsetTableEntry(uint32_t byte_offset, int line, int column)
47 : byte_offset(byte_offset), line(line), column(column) {}
49 uint32_t byte_offset; member in struct:v8::debug::WasmDisassemblyOffsetTableEntry
  /art/runtime/
memory_region.h 207 uintptr_t byte_offset = (bit_offset >> kBitsPerByteLog2); local
208 return ComputeInternalPointer<uint8_t>(byte_offset);
  /external/v8/src/builtins/
builtins-dataview.cc 34 Handle<Object> byte_offset = args.atOrUndefined(isolate, 2); local
50 Object::ToIndex(isolate, byte_offset, MessageTemplate::kInvalidOffset));
132 return data_view->byte_offset();
178 size_t const data_view_byte_offset = NumberToSize(data_view->byte_offset());
265 size_t const data_view_byte_offset = NumberToSize(data_view->byte_offset());
296 Handle<Object> byte_offset = args.atOrUndefined(isolate, 1); \
301 GetViewValue<type>(isolate, data_view, byte_offset, \
319 Handle<Object> byte_offset = args.atOrUndefined(isolate, 1); \
325 SetViewValue<type>(isolate, data_view, byte_offset, \
builtins-sharedarraybuffer.cc 88 Node* byte_offset = a->ChangeUint32ToWord(a->TruncateTaggedToWord32( local
92 a->IntPtrAdd(a->BitcastTaggedToWord(backing_store), byte_offset);
  /bionic/libc/kernel/uapi/sound/
compress_offload.h 35 __u32 byte_offset; member in struct:snd_compr_tstamp
  /external/kernel-headers/original/uapi/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/v8/src/inspector/
wasm-translation.cc 80 uint32_t byte_offset = static_cast<uint32_t>(loc->column); variable
87 if (offset_table[mid].byte_offset <= byte_offset) {
95 if (offset_table[left].byte_offset == byte_offset) {
133 found_byte_offset = (*reverse_table)[left].byte_offset;
136 found_byte_offset = (*reverse_table)[left + 1].byte_offset;
234 return el1.byte_offset < el2.byte_offset;
  /external/v8/src/runtime/
runtime-typedarray.cc 118 size_t byte_offset = 0; local
120 CHECK(TryNumberToSize(*byte_offset_object, &byte_offset));
126 CHECK(byte_offset <= array_buffer_byte_length);
127 CHECK(array_buffer_byte_length - byte_offset >= byte_length);
159 static_cast<uint8_t*>(buffer->backing_store()) + byte_offset);
263 size_t source_byte_offset = NumberToSize(typed_array->byte_offset());
283 BUFFER_VIEW_GETTER(ArrayBufferView, ByteOffset, byte_offset)
340 size_t target_offset = NumberToSize(target->byte_offset());
341 size_t source_offset = NumberToSize(source->byte_offset());
  /external/v8/src/wasm/
module-decoder.h 50 int byte_offset; member in struct:v8::internal::wasm::AsmJsOffsetEntry
101 // Returns a vector of vectors with <byte_offset, source_position> entries, or
wasm-module-builder.cc 167 uint32_t byte_offset = static_cast<uint32_t>(body_.size()); local
168 asm_offsets_.write_u32v(byte_offset - last_asm_byte_offset_);
169 last_asm_byte_offset_ = byte_offset;
  /hardware/qcom/msm8994/kernel-headers/sound/
compress_offload.h 39 __u32 byte_offset; member in struct:snd_compr_tstamp
  /hardware/qcom/msm8994/original-kernel-headers/sound/
compress_offload.h 58 * @byte_offset: Byte offset in ring buffer to DSP
68 __u32 byte_offset; member in struct:snd_compr_tstamp
  /hardware/qcom/msm8x09/kernel-headers/sound/
compress_offload.h 39 __u32 byte_offset; member in struct:snd_compr_tstamp
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
compress_offload.h 58 * @byte_offset: Byte offset in ring buffer to DSP
68 __u32 byte_offset; member in struct:snd_compr_tstamp
  /hardware/qcom/msm8x26/kernel-headers/sound/
compress_offload.h 39 __u32 byte_offset; member in struct:snd_compr_tstamp

Completed in 766 milliseconds

1 2 3