Searched refs:reconstructed_nal (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.c282 uint8_t reconstructed_nal; local
287 reconstructed_nal = fu_indicator & 0xe0;
288 reconstructed_nal |= nal_type;
301 pkt->data[sizeof(start_sequence)] = reconstructed_nal;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_h264.c281 uint8_t reconstructed_nal; local
284 reconstructed_nal = fu_indicator & (0xe0); // the original nal forbidden bit and NRI are stored in this packet's nal;
285 reconstructed_nal |= nal_type;
299 pkt->data[sizeof(start_sequence)]= reconstructed_nal;

Completed in 63 milliseconds