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

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 31 nestegg_packet * pkt;
90 typedef struct nestegg_packet nestegg_packet; /**< Opaque handle referencing a packet of data. */ typedef in typeref:struct:nestegg_packet
284 @param packet Storage for the returned nestegg_packet.
288 int nestegg_read_packet(nestegg * context, nestegg_packet ** packet);
290 /** Destroy a nestegg_packet and free associated memory.
291 @param packet #nestegg_packet to be freed. @see nestegg_read_packet */
292 void nestegg_free_packet(nestegg_packet * packet);
299 int nestegg_packet_track(nestegg_packet * packet, unsigned int * track);
306 int nestegg_packet_tstamp(nestegg_packet * packet, uint64_t * tstamp)
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 31 nestegg_packet * pkt;
90 typedef struct nestegg_packet nestegg_packet; /**< Opaque handle referencing a packet of data. */ typedef in typeref:struct:nestegg_packet
284 @param packet Storage for the returned nestegg_packet.
288 int nestegg_read_packet(nestegg * context, nestegg_packet ** packet);
290 /** Destroy a nestegg_packet and free associated memory.
291 @param packet #nestegg_packet to be freed. @see nestegg_read_packet */
292 void nestegg_free_packet(nestegg_packet * packet);
299 int nestegg_packet_track(nestegg_packet * packet, unsigned int * track);
306 int nestegg_packet_tstamp(nestegg_packet * packet, uint64_t * tstamp)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 31 nestegg_packet * pkt;
90 typedef struct nestegg_packet nestegg_packet; /**< Opaque handle referencing a packet of data. */ typedef in typeref:struct:nestegg_packet
284 @param packet Storage for the returned nestegg_packet.
288 int nestegg_read_packet(nestegg * context, nestegg_packet ** packet);
290 /** Destroy a nestegg_packet and free associated memory.
291 @param packet #nestegg_packet to be freed. @see nestegg_read_packet */
292 void nestegg_free_packet(nestegg_packet * packet);
299 int nestegg_packet_track(nestegg_packet * packet, unsigned int * track);
306 int nestegg_packet_tstamp(nestegg_packet * packet, uint64_t * tstamp)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/src/
nestegg.c 310 struct nestegg_packet { struct
1244 ne_read_block(nestegg * ctx, uint64_t block_id, uint64_t block_size, nestegg_packet ** data)
1248 nestegg_packet * pkt;
1395 ne_read_discard_padding(nestegg * ctx, nestegg_packet * pkt)
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 310 struct nestegg_packet { struct
1244 ne_read_block(nestegg * ctx, uint64_t block_id, uint64_t block_size, nestegg_packet ** data)
1248 nestegg_packet * pkt;
1395 ne_read_discard_padding(nestegg * ctx, nestegg_packet * pkt)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 310 struct nestegg_packet { struct
1244 ne_read_block(nestegg * ctx, uint64_t block_id, uint64_t block_size, nestegg_packet ** data)
1248 nestegg_packet * pkt;
1395 ne_read_discard_padding(nestegg * ctx, nestegg_packet * pkt)
    [all...]

Completed in 426 milliseconds