Searched refs:endcode (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dgxf.c91 static const uint8_t endcode[] = {0, 0, 0, 0, 0xe1, 0xe2}; local
93 !memcmp(&p->buf[16 - sizeof(endcode)], endcode, sizeof(endcode)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dgxf.c65 static const uint8_t endcode[] = {0, 0, 0, 0, 0xe1, 0xe2}; local
67 !memcmp(&p->buf[16 - sizeof(endcode)], endcode, sizeof(endcode)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddecoding_encoding.c354 uint8_t endcode[] = { 0, 0, 1, 0xb7 }; local
478 fwrite(endcode, 1, sizeof(endcode), f);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dsunplus.c501 u16 idx, u16 val, u16 endcode, u8 count)
509 PDEBUG(D_FRAM, "Status 0x%04x Need 0x%04x", status, endcode);
518 if (status == endcode) {
499 spca504A_acknowledged_command(struct gspca_dev *gspca_dev, u8 req, u16 idx, u16 val, u16 endcode, u8 count) argument

Completed in 74 milliseconds