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

  /external/tremolo/Tremolo/
framing.c 1060 static int _packetout(ogg_stream_state *os,ogg_packet *op,int adv){ function
1139 return _packetout(os,op,1);
1143 return _packetout(os,op,0);
  /external/libogg/src/
framing.c 935 static int _packetout(ogg_stream_state *os,ogg_packet *op,int adv){ function
991 return _packetout(os,op,1);
996 return _packetout(os,op,0);
    [all...]

Completed in 805 milliseconds