Searched refs:nal_start_idx (Results 1 – 1 of 1) sorted by relevance
347 int nal_start_idx = 0; in vdec_h264_decode() local367 nal_start_idx = find_start_code(buf, buf_sz); in vdec_h264_decode()368 if (nal_start_idx < 0) in vdec_h264_decode()371 nal_start = buf[nal_start_idx]; in vdec_h264_decode()372 nal_type = NAL_TYPE(buf[nal_start_idx]); in vdec_h264_decode()377 buf_sz -= nal_start_idx; in vdec_h264_decode()382 memcpy(inst->vsi->hdr_buf, buf + nal_start_idx, buf_sz); in vdec_h264_decode()