Searched refs:nestegg_read_packet (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
H A Dtest.c159 r = nestegg_read_packet(ctx, &pkt);
183 r = nestegg_read_packet(ctx, &pkt);
207 r = nestegg_read_packet(ctx, &pkt);
224 while (nestegg_read_packet(ctx, &pkt) > 0) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dwebmdec.c125 if (nestegg_read_packet(webm_ctx->nestegg_ctx, &webm_ctx->pkt) <= 0 ||
166 if (nestegg_read_packet(webm_ctx->nestegg_ctx, &pkt) <= 0)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h32 while ((r = nestegg_read_packet(demux_ctx, &pkt)) > 0) {
280 data associated with a single track. nestegg_read_packet should be
288 int nestegg_read_packet(nestegg * context, nestegg_packet ** packet);
291 @param packet #nestegg_packet to be freed. @see nestegg_read_packet */
295 @param packet Packet initialized by #nestegg_read_packet.
302 @param packet Packet initialized by #nestegg_read_packet.
309 @param packet Packet initialized by #nestegg_read_packet.
316 @param packet Packet initialized by #nestegg_read_packet.
327 @param packet Packet initialized by #nestegg_read_packet.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dwebm_video_source.h148 int again = nestegg_read_packet(nestegg_ctx_, &pkt_);
149 ASSERT_GE(again, 0) << "nestegg_read_packet failed";
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c2187 nestegg_read_packet(nestegg * ctx, nestegg_packet ** pkt) function

Completed in 78 milliseconds