ff_h264_decode_nal 7466 libavcodec/h264.c         ptr= ff_h264_decode_nal(hx, buf + buf_index, &dst_length, &consumed, h->is_avc ? nalsize : buf_size - buf_index);
ff_h264_decode_nal 8066 libavcodec/h264.c         out= ff_h264_decode_nal(&h, nal, &out_length, &consumed, nal_length);
ff_h264_decode_nal  557 libavcodec/h264.h const uint8_t *ff_h264_decode_nal(H264Context *h, const uint8_t *src, int *dst_length, int *consumed, int length);
ff_h264_decode_nal  145 libavcodec/h264_parser.c         ptr= ff_h264_decode_nal(h, buf, &dst_length, &consumed, src_length);