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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_svq3.c48 int config_packet, start_packet, end_packet; local
54 start_packet = buf[0] & 0x20;
81 if (start_packet) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_svq3.c46 int config_packet, start_packet, end_packet; local
52 start_packet = buf[0] & 0x20;
81 if (start_packet) {
H A Drtpdec_vp8.c57 int start_packet, end_packet, has_au, ret = AVERROR(EAGAIN); local
70 start_packet = *buf & 1;
76 if (start_packet) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dm66592-udc.c569 static void start_packet(struct m66592_ep *ep, struct m66592_request *req) function
747 start_packet(ep, req);
1038 start_packet(ep, req);
1373 start_packet(ep, req);
H A Dr8a66597-udc.c538 static void start_packet(struct r8a66597_ep *ep, struct r8a66597_request *req) function
691 start_packet(ep, req);
986 start_packet(ep, req);
1305 start_packet(ep, req);

Completed in 58 milliseconds