Lines Matching refs:nal
379 H2645NAL *nal = &pkt.nals[i];
380 switch (nal->type) {
382 GetBitContext tmp_gb = nal->gb;
388 init_get_bits8(&tmp_gb, nal->raw_data + 1, nal->raw_size - 1);
392 ret = ff_h264_decode_seq_parameter_set(&nal->gb, logctx, ps, 1);
398 ret = ff_h264_decode_picture_parameter_set(&nal->gb, logctx, ps,
399 nal->size_bits);
405 nal->type);
513 // Store right nal length size that will be used to parse all other nals