Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dogg_decoder_aspect.c66 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_init()
93 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_flush()
137 while (*bytes < bytes_requested && !aspect->end_of_stream) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
226 aspect->end_of_stream = true; in FLAC__ogg_decoder_aspect_read_callback_wrapper()
248 if (aspect->end_of_stream && *bytes == 0) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
/external/flac/libFLAC/include/private/
Dogg_decoder_aspect.h51 FLAC__bool end_of_stream; member
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c556 int end_of_stream = 0; in main() local
637 while (!end_of_stream) { in main()
643 end_of_stream = 1; in main()
646 res = vpx_svc_encode(&svc_ctx, &codec, (end_of_stream ? NULL : &raw), in main()
761 if (!end_of_stream) { in main()