OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nestegg_packet
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h
31
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
* packet, uint64_t * tstamp)
[
all
...]
/external/libvpx/libvpx/test/
webm_video_source.h
173
nestegg_packet
*pkt_;
/external/libvpx/libvpx/nestegg/src/
nestegg.c
299
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;
[
all
...]
/external/libvpx/libvpx/nestegg/test/
test.c
81
nestegg_packet
* pkt;
/external/libvpx/libvpx/
vpxdec.c
194
nestegg_packet
*pkt;
492
nestegg_packet
*pkt;
[
all
...]
Completed in 229 milliseconds