HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__OGG_MAPPING_FIRST_HEADER_PACKET_TYPE (Results 1 - 4 of 4) sorted by null

  /external/flac/libFLAC/
ogg_mapping.c 40 const FLAC__byte FLAC__OGG_MAPPING_FIRST_HEADER_PACKET_TYPE = 0x7f;
ogg_decoder_aspect.c 164 if (aspect->working_packet.bytes > 0 && aspect->working_packet.packet[0] == FLAC__OGG_MAPPING_FIRST_HEADER_PACKET_TYPE) {
ogg_encoder_aspect.c 150 *b = FLAC__OGG_MAPPING_FIRST_HEADER_PACKET_TYPE;
  /external/flac/libFLAC/include/private/
ogg_mapping.h 42 extern const FLAC__byte FLAC__OGG_MAPPING_FIRST_HEADER_PACKET_TYPE; /* = 0x7f */

Completed in 37 milliseconds