OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodeBody
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
decoder-sbc.c
98
static OI_STATUS
DecodeBody
(OI_CODEC_SBC_DECODER_CONTEXT *context,
211
* Decode the SBC data. Pass TRUE to
DecodeBody
to allow partial decoding of
214
status =
DecodeBody
(context, *frameData, pcmData, pcmBytes, TRUE);
321
status =
DecodeBody
(context, *frameData + SBC_HEADER_LEN, pcmData, pcmBytes, FALSE);
/external/chromium_org/sdch/open-vcdiff/src/
vcdecoder.cc
127
// every time
DecodeBody
() exits, interleaved_bytes_expected_
189
int
DecodeBody
(ParseableChunk* parseable_chunk);
205
// previous call to
DecodeBody
(). It sets up all three section pointers to
209
// resized since
DecodeBody
() last returned.
403
//
DecodeBody
() will return RESULT_ERROR if the actual decoded output ever
[
all
...]
Completed in 92 milliseconds