OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__Frame
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/
FLACExtractor.cpp
165
const
FLAC__Frame
*frame, const FLAC__int32 * const buffer[]);
191
const
FLAC__Frame
*frame, const FLAC__int32 * const buffer[],
245
const FLAC__StreamDecoder * /* decoder */, const
FLAC__Frame
*frame,
320
const
FLAC__Frame
*frame, const FLAC__int32 * const buffer[])
/external/flac/include/FLAC/
format.h
477
}
FLAC__Frame
;
[
all
...]
stream_decoder.h
671
*
FLAC__Frame
.
683
typedef FLAC__StreamDecoderWriteStatus (*FLAC__StreamDecoderWriteCallback)(const FLAC__StreamDecoder *decoder, const
FLAC__Frame
*frame, const FLAC__int32 * const buffer[], void *client_data);
[
all
...]
/external/flac/libFLAC/
stream_decoder.c
109
static FLAC__StreamDecoderWriteStatus write_audio_frame_to_client_(FLAC__StreamDecoder *decoder, const
FLAC__Frame
*frame, const FLAC__int32 * const buffer[]);
160
FLAC__Frame
frame;
173
FLAC__Frame
last_frame; /* holds the info of the last frame we seeked to */
[
all
...]
stream_encoder.c
295
static FLAC__StreamDecoderWriteStatus verify_write_callback_(const FLAC__StreamDecoder *decoder, const
FLAC__Frame
*frame, const FLAC__int32 * const buffer[], void *client_data);
[
all
...]
Completed in 65 milliseconds