HomeSort by relevance Sort by last modified time
    Searched refs:byte_offset (Results 26 - 50 of 67) sorted by null

12 3

  /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/
viddec_pm_utils_bstream.c 90 at returns index of ES buffer in list which has byte_offset */
93 uint32_t byte_offset,
104 if(byte_offset < last_byte_offst)
108 val = last_byte_offst - (int32_t)byte_offset;
111 bytes_left = viddec_pm_utils_bstream_datafromindex(list, *lst_index, byte_offset);
113 *physaddr = viddec_pm_utils_bstream_getphys(cxt, byte_offset, *lst_index);
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...]
  /external/v8/src/runtime/
runtime-atomics.cc 361 NumberToSize(isolate, sta->byte_offset());
394 NumberToSize(isolate, sta->byte_offset());
426 NumberToSize(isolate, sta->byte_offset());
458 NumberToSize(isolate, sta->byte_offset());
490 NumberToSize(isolate, sta->byte_offset());
522 NumberToSize(isolate, sta->byte_offset());
554 NumberToSize(isolate, sta->byte_offset());
runtime-internal.cc 104 CONVERT_SMI_ARG_CHECKED(byte_offset, 1);
126 stack_elements->set(4, Smi::FromInt(-1 - byte_offset));
146 &it, handle(Smi::FromInt(byte_offset + 1), isolate));
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
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;
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_sei.c 1103 uint32_t next_8_bits = 0,bits_offset=0,byte_offset = 0; local
    [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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h 1240 HOST_WIDE_INT byte_offset = 0; local
    [all...]
  /hardware/ti/omap4-aah/camera/
Decoder_libjpeg.cpp 82 static boolean libjpeg_seek_input_data(j_decompress_ptr cinfo, long byte_offset) {
84 src->current_offset = byte_offset;
85 src->next_input_byte = (const JOCTET*)src->mBufferPtr + byte_offset;
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 268 // Requires 0 ? byte_offset ? len(file).
269 int32 byte_offset = 1;
  /external/v8/src/wasm/
wasm-debug.cc 120 bool WasmDebugInfo::SetBreakPoint(int byte_offset) {
  /external/v8/include/
v8.h     [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 1457 unsigned int bsize, i = 0, bytes = 0, byte_offset = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
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...]
  /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...]
  /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/v8/src/
factory.cc 1897 SetupArrayBufferView(isolate(), obj, buffer, byte_offset, byte_length, local
1949 SetupArrayBufferView(isolate(), obj, buffer, byte_offset, byte_length); local
    [all...]
factory.h 472 size_t byte_offset, size_t length,
482 size_t byte_offset, size_t byte_length);
  /external/libpng/contrib/libtests/
makepng.c 515 const size_t byte_offset = local
519 0xFFU & (pixel_index + (byte_offset * 2*y) + 1);
    [all...]

Completed in 484 milliseconds

12 3