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

  /external/libvpx/nestegg/include/nestegg/
nestegg.h 31 nestegg_packet * pkt;
82 typedef struct nestegg_packet nestegg_packet; /**< Opaque handle referencing a packet of data. */ typedef in typeref:struct:nestegg_packet
246 @param packet Storage for the returned nestegg_packet.
250 int nestegg_read_packet(nestegg * context, nestegg_packet ** packet);
252 /** Destroy a nestegg_packet and free associated memory.
253 @param packet #nestegg_packet to be freed. @see nestegg_read_packet */
254 void nestegg_free_packet(nestegg_packet * packet);
261 int nestegg_packet_track(nestegg_packet * packet, unsigned int * track);
268 int nestegg_packet_tstamp(nestegg_packet * packet, uint64_t * tstamp)
    [all...]
  /external/libvpx/nestegg/src/
nestegg.c 298 struct nestegg_packet { struct
1180 ne_read_block(nestegg * ctx, uint64_t block_id, uint64_t block_size, nestegg_packet ** data)
1184 nestegg_packet * pkt;
    [all...]
  /external/libvpx/nestegg/test/
test.c 81 nestegg_packet * pkt;
  /external/libvpx/
vpxdec.c 210 nestegg_packet *pkt;
536 nestegg_packet * pkt;
581 nestegg_packet * pkt;
    [all...]

Completed in 17 milliseconds