OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__Frame
(Results
1 - 6
of
6
) 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
476
}
FLAC__Frame
;
[
all
...]
stream_decoder.h
670
*
FLAC__Frame
.
682
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
132
static FLAC__StreamDecoderWriteStatus write_audio_frame_to_client_(FLAC__StreamDecoder *decoder, const
FLAC__Frame
*frame, const FLAC__int32 * const buffer[]);
186
FLAC__Frame
frame;
201
FLAC__Frame
last_frame; /* holds the info of the last frame we seeked to */
[
all
...]
metadata_iterators.c
166
static FLAC__StreamDecoderWriteStatus write_callback_(const FLAC__StreamDecoder *decoder, const
FLAC__Frame
*frame, const FLAC__int32 * const buffer[], void *client_data);
254
FLAC__StreamDecoderWriteStatus write_callback_(const FLAC__StreamDecoder *decoder, const
FLAC__Frame
*frame, const FLAC__int32 * const buffer[], void *client_data)
[
all
...]
stream_encoder.c
315
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 57 milliseconds