OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nestegg_read_packet
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/third_party/nestegg/test/
test.c
159
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) {
/external/libvpx/libvpx/
webmdec.c
125
if (
nestegg_read_packet
(webm_ctx->nestegg_ctx, &webm_ctx->pkt) <= 0 ||
166
if (
nestegg_read_packet
(webm_ctx->nestegg_ctx, &pkt) <= 0)
/external/libvpx/libvpx/test/
webm_video_source.h
148
int again =
nestegg_read_packet
(nestegg_ctx_, &pkt_);
149
ASSERT_GE(again, 0) << "
nestegg_read_packet
failed";
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h
32
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
.
/external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c
2187
nestegg_read_packet
(nestegg * ctx, nestegg_packet ** pkt)
function
[
all
...]
Completed in 483 milliseconds