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

  /external/libvpx/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/libvpx/nestegg/include/nestegg/
nestegg.h 32 while ((r = nestegg_read_packet(demux_ctx, &pkt)) > 0) {
243 data associated with a single track. nestegg_read_packet should be
251 int nestegg_read_packet(nestegg * context, nestegg_packet ** packet);
254 @param packet #nestegg_packet to be freed. @see nestegg_read_packet */
258 @param packet Packet initialized by #nestegg_read_packet.
265 @param packet Packet initialized by #nestegg_read_packet.
272 @param packet Packet initialized by #nestegg_read_packet.
279 @param packet Packet initialized by #nestegg_read_packet.
  /external/libvpx/libvpx/test/
webm_video_source.h 142 int again = nestegg_read_packet(nestegg_ctx_, &pkt_);
143 ASSERT_GE(again, 0) << "nestegg_read_packet failed";
  /external/libvpx/libvpx/
vpxdec.c 219 if (nestegg_read_packet(input->nestegg_ctx, &input->pkt) <= 0
495 if (nestegg_read_packet(input->nestegg_ctx, &pkt) <= 0)
    [all...]
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 1845 nestegg_read_packet(nestegg * ctx, nestegg_packet ** pkt) function
    [all...]

Completed in 231 milliseconds