Searched refs:FLAC__STREAM_METADATA_PICTURE_DEPTH_LEN (Results 1 - 4 of 4) sorted by relevance

/external/flac/include/FLAC/
H A Dformat.h818 extern FLAC_API const unsigned FLAC__STREAM_METADATA_PICTURE_DEPTH_LEN; /**< == 32 (bits) */
/external/flac/libFLAC/
H A Dformat.c100 FLAC_API const unsigned FLAC__STREAM_METADATA_PICTURE_DEPTH_LEN = 32; /* bits */ variable
H A Dstream_encoder_framing.c195 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.depth, FLAC__STREAM_METADATA_PICTURE_DEPTH_LEN))
H A Dstream_decoder.c1929 if(!FLAC__bitreader_read_raw_uint32(decoder->private_->input, &obj->depth, FLAC__STREAM_METADATA_PICTURE_DEPTH_LEN))

Completed in 49 milliseconds