Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Dinfo.c570 ogg_packet *op_comm, in vorbis_analysis_headerout() argument
606 op_comm->packet=b->header1; in vorbis_analysis_headerout()
607 op_comm->bytes=oggpack_bytes(&opb); in vorbis_analysis_headerout()
608 op_comm->b_o_s=0; in vorbis_analysis_headerout()
609 op_comm->e_o_s=0; in vorbis_analysis_headerout()
610 op_comm->granulepos=0; in vorbis_analysis_headerout()
611 op_comm->packetno=1; in vorbis_analysis_headerout()
632 memset(op_comm,0,sizeof(*op_comm)); in vorbis_analysis_headerout()
/external/libvorbis/include/vorbis/
Dcodec.h191 ogg_packet *op_comm,