Home | History | Annotate | Download | only in src

Lines Matching defs:byte_offset

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]
337 // Set up byte_offset
338 byte_offset = 2*(MAX_SERIAL_SIZE+2)
342 byte_offset = -1
347 IF (byte_offset != -1)
363 RETURN (byte_offset)
403 Word16 byte_offset = -1;
422 byte_offset = WmfDecBytesPerFrame[frame_type];
430 byte_offset = If2DecBytesPerFrame[frame_type];
465 byte_offset = -1; /* !!! */
510 /* Set up byte_offset */
511 byte_offset = 2 * (MAX_SERIAL_SIZE + 2);
516 byte_offset = -1;
520 if (byte_offset != -1)
540 return (byte_offset);