Searched refs:PACKET_ID (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dffm.h32 #define PACKET_ID 0x666d macro
H A Dffmenc.c42 avio_wb16(pb, PACKET_ID);
H A Dffmdec.c65 while (state != PACKET_ID) {
100 id = avio_rb16(pb); /* PACKET_ID */
101 if (id != PACKET_ID)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dffm.h32 #define PACKET_ID 0x666d macro
H A Dffmdec.c95 while (state != PACKET_ID) {
125 id = avio_rb16(pb); /* PACKET_ID */
126 if (id != PACKET_ID)
H A Dffmenc.c41 avio_wb16(pb, PACKET_ID);

Completed in 92 milliseconds