HomeSort by relevance Sort by last modified time
    Searched defs:byte_offset (Results 1 - 25 of 32) 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;
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
pr_drm_api.h 51 uint64_t byte_offset; member in struct:pr_drm_video_cipher
250 uint64_t byte_offset);
257 uint64_t byte_offset);
  /art/runtime/
memory_region.h 176 uintptr_t byte_offset = (bit_offset >> kBitsPerByteLog2); local
177 return ComputeInternalPointer<uint8_t>(byte_offset);
  /external/lldb/include/lldb/
lldb-private-types.h 29 uint32_t byte_offset; // The byte offset in the register context data where this register's value is found member in struct:lldb_private::__anon14225
  /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;
  /bionic/libc/kernel/uapi/sound/
compress_offload.h 39 __u32 byte_offset; member in struct:snd_compr_tstamp
  /device/lge/hammerhead/kernel-headers/sound/
compress_offload.h 40 __u32 byte_offset; member in struct:snd_compr_tstamp
  /device/lge/hammerhead/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
  /external/jpeg/
jdphuff.c 695 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE; local
699 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/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
  /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
  /external/lldb/source/API/
SBType.cpp 603 const uint32_t byte_offset = bit_offset / 8u; local
607 strm.Printf ("+%u + %u bits: (", byte_offset, byte_bit_offset);
609 strm.Printf ("+%u: (", byte_offset);
  /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...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteRegisterContext.cpp 116 Error error (value.SetValueFromData(reg_info, m_reg_data, reg_info->byte_offset, partial_data_ok));
133 const size_t bytes_copied = response.GetHexBytes (const_cast<uint8_t*>(m_reg_data.PeekData(reg_info->byte_offset, reg_byte_size)), reg_byte_size, '\xcc');
287 data.SetData (m_reg_data, reg_info->byte_offset, reg_info->byte_size);
311 packet.PutBytesAsRawHex8 (m_reg_data.PeekData(reg_info->byte_offset, reg_info->byte_size),
372 uint8_t *dst = const_cast<uint8_t*>(m_reg_data.PeekData(reg_info->byte_offset, reg_info->byte_size));
870 uint32_t byte_offset = 0; local
    [all...]

Completed in 691 milliseconds

1 2