Searched defs:nestegg_packet (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/nestegg/include/nestegg/
H A Dnestegg.h31 nestegg_packet * pkt;
83 typedef struct nestegg_packet nestegg_packet; /**< Opaque handle referencing a packet of data. */ typedef in typeref:struct:nestegg_packet
247 @param packet Storage for the returned nestegg_packet.
251 int nestegg_read_packet(nestegg * context, nestegg_packet ** packet);
253 /** Destroy a nestegg_packet and free associated memory.
254 @param packet #nestegg_packet to be freed. @see nestegg_read_packet */
255 void nestegg_free_packet(nestegg_packet * packet);
262 int nestegg_packet_track(nestegg_packet * packet, unsigned int * track);
269 int nestegg_packet_tstamp(nestegg_packet * packe
[all...]
/external/libvpx/libvpx/nestegg/src/
H A Dnestegg.c299 struct nestegg_packet { struct
1181 ne_read_block(nestegg * ctx, uint64_t block_id, uint64_t block_size, nestegg_packet ** data)
1185 nestegg_packet * pkt;
1845 nestegg_read_packet(nestegg * ctx, nestegg_packet ** pkt)
1878 nestegg_free_packet(nestegg_packet * pkt)
1893 nestegg_packet_track(nestegg_packet * pkt, unsigned int * track)
1900 nestegg_packet_tstamp(nestegg_packet * pkt, uint64_t * tstamp)
1907 nestegg_packet_count(nestegg_packet * pkt, unsigned int * count)
1922 nestegg_packet_data(nestegg_packet * pkt, unsigned int item,

Completed in 139 milliseconds