OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__STREAM_METADATA_PICTURE_DEPTH_LEN
(Results
1 - 4
of
4
) sorted by null
/external/flac/include/FLAC/
format.h
818
extern FLAC_API const unsigned
FLAC__STREAM_METADATA_PICTURE_DEPTH_LEN
; /**< == 32 (bits) */
[
all
...]
/external/flac/libFLAC/
format.c
100
FLAC_API const unsigned
FLAC__STREAM_METADATA_PICTURE_DEPTH_LEN
= 32; /* bits */
stream_encoder_framing.c
195
if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.depth,
FLAC__STREAM_METADATA_PICTURE_DEPTH_LEN
))
stream_decoder.c
[
all
...]
Completed in 37 milliseconds