Searched refs:avio_wl24 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dvocenc.c57 avio_wl24(pb, pkt->size + 12);
66 avio_wl24(pb, 4);
72 avio_wl24(pb, pkt->size + 2);
79 avio_wl24(pb, pkt->size);
H A Dvc1testenc.c37 avio_wl24(pb, 0); //frames count will be here
44 avio_wl24(pb, 0); // hrd_buffer
79 avio_wl24(pb, ctx->frames);
H A Davio.h441 void avio_wl24(AVIOContext *s, unsigned int val);
H A Daviobuf.c539 void avio_wl24(AVIOContext *s, unsigned int val) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dvc1testenc.c37 avio_wl24(pb, 0); //frames count will be here
44 avio_wl24(pb, 0); // hrd_buffer
78 avio_wl24(pb, ctx->frames);
H A Dvocenc.c63 avio_wl24(pb, pkt->size + 12);
72 avio_wl24(pb, 4);
78 avio_wl24(pb, pkt->size + 2);
85 avio_wl24(pb, pkt->size);
H A Davio.h216 void avio_wl24(AVIOContext *s, unsigned int val);
H A Daviobuf.c400 void avio_wl24(AVIOContext *s, unsigned int val) function

Completed in 84 milliseconds