Lines Matching refs:buffer
125 * For writing, the life cycle of a buffer pointed to by a ogg_packet is the
128 * remain in the ogg_stream_state's buffer and valid until either the
151 char *buffer ;
167 buffer = ogg_sync_buffer (&odata->osync, psf->header.indx) ;
168 if (buffer == NULL)
170 memcpy (buffer, psf->header.ptr, psf->header.indx) ;
185 ** bitstream and no complete page was in the buffer.
260 unsigned char *buffer ;
301 buffer = (unsigned char *) ogg_sync_buffer (&odata->osync, nb_read) ;
302 if (buffer == NULL)
306 read_ret = psf_fread (buffer, 1, nb_read, psf) ;