HomeSort by relevance Sort by last modified time
    Searched defs:byte_offset (Results 1 - 25 of 37) 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...]
  /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;
h264parse_sei.c 1103 uint32_t next_8_bits = 0,bits_offset=0,byte_offset = 0; local
    [all...]
viddec_h264_workload.c 826 uint32_t bits_offset =0, byte_offset =0; 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/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...]
  /art/runtime/
memory_region.h 176 uintptr_t byte_offset = (bit_offset >> kBitsPerByteLog2); local
177 return ComputeInternalPointer<uint8_t>(byte_offset);
  /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/uapi/sound/
compress_offload.h 39 __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/runtime/
runtime-typedarray.cc 118 size_t byte_offset = 0; local
120 CHECK(TryNumberToSize(isolate, *byte_offset_object, &byte_offset));
127 CHECK(byte_offset <= array_buffer_byte_length);
128 CHECK(array_buffer_byte_length - byte_offset >= byte_length);
160 static_cast<uint8_t*>(buffer->backing_store()) + byte_offset);
265 NumberToSize(isolate, typed_array->byte_offset());
285 BUFFER_VIEW_GETTER(ArrayBufferView, ByteOffset, byte_offset)
342 size_t target_offset = NumberToSize(isolate, target->byte_offset());
343 size_t source_offset = NumberToSize(isolate, source->byte_offset());
456 size_t byte_offset = 0 local
496 size_t byte_offset = 0; local
    [all...]
  /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/msm8x26/kernel-headers/sound/
compress_offload.h 39 __u32 byte_offset; member in struct:snd_compr_tstamp
  /hardware/qcom/msm8x26/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/msm8x84/kernel-headers/sound/
compress_offload.h 39 __u32 byte_offset; member in struct:snd_compr_tstamp
  /hardware/qcom/msm8x84/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/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_mp42_parser.c 777 uint32 byte_offset = 0; local
780 viddec_pm_get_au_pos(parent, &bit_offset, &byte_offset, &is_emul);
784 slice_data->slice_offset = byte_offset
787 - parent->list.data[list_index].stpos - byte_offset;
818 uint32 byte_offset = 0; local
839 viddec_pm_get_au_pos(parent, &bit_offset, &byte_offset, &is_emul);
844 /*byte_offset += 1;*/
854 slice_data->slice_offset = byte_offset
857 - parent->list.data[list_index].stpos - byte_offset;
876 viddec_pm_get_au_pos(parent, &bit_offset, &byte_offset, &is_emul)
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
compress_offload.h 39 __u32 byte_offset; member in struct:snd_compr_tstamp
  /hardware/qcom/msm8996/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
  /art/runtime/gc/allocator/
rosalloc.h 611 size_t byte_offset = reinterpret_cast<const uint8_t*>(addr) - base_; local
612 DCHECK_EQ(byte_offset % static_cast<size_t>(kPageSize), static_cast<size_t>(0));
613 return byte_offset / kPageSize;
    [all...]

Completed in 1196 milliseconds

1 2