Searched refs:fu_header (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_h264.c278 uint8_t fu_header = *buf; local
279 uint8_t start_bit = fu_header >> 7;
280 uint8_t av_unused end_bit = (fu_header & 0x40) >> 6;
281 uint8_t nal_type = fu_header & 0x1f;
290 // skip the fu_header
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_h264.c277 uint8_t fu_header = *buf; // read the fu_header. local
278 uint8_t start_bit = fu_header >> 7;
279 // uint8_t end_bit = (fu_header & 0x40) >> 6;
280 uint8_t nal_type = (fu_header & 0x1f);
287 // skip the fu_header...

Completed in 84 milliseconds