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

  /external/libvpx/nestegg/test/
test.c 157 r = nestegg_read_packet(ctx, &pkt);
181 r = nestegg_read_packet(ctx, &pkt);
205 r = nestegg_read_packet(ctx, &pkt);
222 while (nestegg_read_packet(ctx, &pkt) > 0) {
  /external/libvpx/nestegg/include/nestegg/
nestegg.h 32 while ((r = nestegg_read_packet(demux_ctx, &pkt)) > 0) {
242 data associated with a single track. nestegg_read_packet should be
250 int nestegg_read_packet(nestegg * context, nestegg_packet ** packet);
253 @param packet #nestegg_packet to be freed. @see nestegg_read_packet */
257 @param packet Packet initialized by #nestegg_read_packet.
264 @param packet Packet initialized by #nestegg_read_packet.
271 @param packet Packet initialized by #nestegg_read_packet.
278 @param packet Packet initialized by #nestegg_read_packet.
  /external/libvpx/
vpxdec.c 239 if(nestegg_read_packet(input->nestegg_ctx, &input->pkt) <= 0
539 if(nestegg_read_packet(input->nestegg_ctx, &pkt) <= 0)
    [all...]
  /external/libvpx/nestegg/src/
nestegg.c 1841 nestegg_read_packet(nestegg * ctx, nestegg_packet ** pkt) function
    [all...]

Completed in 1524 milliseconds