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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhddec.c104 static const uint8_t header_prefix[] = { 0x00, 0x00, 0x02, 0x80, 0x01 }; local
110 if (memcmp(buf, header_prefix, 5)) {
H A Ddnxhdenc.c333 const uint8_t header_prefix[5] = { 0x00,0x00,0x02,0x80,0x01 }; local
337 memcpy(buf, header_prefix, 5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhddec.c118 static const uint8_t header_prefix[] = { 0x00, 0x00, 0x02, 0x80, 0x01 }; local
125 if (memcmp(buf, header_prefix, 5) && memcmp(buf, header_prefix444, 5)) {
H A Ddnxhdenc.c414 static const uint8_t header_prefix[5] = { 0x00, 0x00, 0x02, 0x80, 0x01 }; local
418 memcpy(buf, header_prefix, 5);

Completed in 57 milliseconds