Searched refs:nestegg_packet (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/nestegg/include/nestegg/
H A Dnestegg.h31 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 * packe
[all...]
/external/libvpx/nestegg/src/
H A Dnestegg.c298 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;
1841 nestegg_read_packet(nestegg * ctx, nestegg_packet ** pkt)
1874 nestegg_free_packet(nestegg_packet * pkt)
1889 nestegg_packet_track(nestegg_packet * pkt, unsigned int * track)
1896 nestegg_packet_tstamp(nestegg_packet * pkt, uint64_t * tstamp)
1903 nestegg_packet_count(nestegg_packet * pkt, unsigned int * count)
1918 nestegg_packet_data(nestegg_packet * pkt, unsigned int item,
/external/libvpx/nestegg/test/
H A Dtest.c81 nestegg_packet * pkt;
/external/libvpx/
H A Dvpxdec.c210 nestegg_packet *pkt;
536 nestegg_packet * pkt;
581 nestegg_packet * pkt;

Completed in 36 milliseconds