Home
last modified time | relevance | path

Searched refs:synthetic_first_packet_body (Results 1 – 1 of 1) sorted by relevance

/external/flac/src/libFLAC/
Dogg_encoder_aspect.c126 FLAC__byte synthetic_first_packet_body[ in FLAC__ogg_encoder_aspect_write_callback_wrapper() local
141 FLAC__byte *b = synthetic_first_packet_body; in FLAC__ogg_encoder_aspect_write_callback_wrapper()
172 FLAC__ASSERT(b + bytes - synthetic_first_packet_body == sizeof(synthetic_first_packet_body)); in FLAC__ogg_encoder_aspect_write_callback_wrapper()
173 packet.packet = (uint8_t *)synthetic_first_packet_body; in FLAC__ogg_encoder_aspect_write_callback_wrapper()
174 packet.bytes = sizeof(synthetic_first_packet_body); in FLAC__ogg_encoder_aspect_write_callback_wrapper()