Searched refs:byte_offset (Results 1 – 2 of 2) sorted by relevance
403 Word16 byte_offset = -1; in AMRDecode() local422 byte_offset = WmfDecBytesPerFrame[frame_type]; in AMRDecode()430 byte_offset = If2DecBytesPerFrame[frame_type]; in AMRDecode()465 byte_offset = -1; /* !!! */ in AMRDecode()511 byte_offset = 2 * (MAX_SERIAL_SIZE + 2); in AMRDecode()516 byte_offset = -1; in AMRDecode()520 if (byte_offset != -1) in AMRDecode()540 return (byte_offset); in AMRDecode()
56 uint64_t byte_offset; member96 int64_t get_physical_offset(const char* file_name, uint64_t byte_offset) { in get_physical_offset() argument108 fiemap->fm_start = byte_offset; in get_physical_offset()136 return extent->fe_physical + (byte_offset - extent->fe_logical); in get_physical_offset()197 args->byte_offset = strtoull(*arg, nullptr, 10); in parse_args()198 if (args->byte_offset == ULLONG_MAX) { in parse_args()221 int64_t physical_offset_signed = get_physical_offset(args->file_name, args->byte_offset); in main()