Searched refs:nal_start_idx (Results 1 – 1 of 1) sorted by relevance
340 int nal_start_idx = 0; in vdec_h264_decode() local360 nal_start_idx = find_start_code(buf, buf_sz); in vdec_h264_decode()361 if (nal_start_idx < 0) { in vdec_h264_decode()367 nal_start = buf[nal_start_idx]; in vdec_h264_decode()368 nal_type = NAL_TYPE(buf[nal_start_idx]); in vdec_h264_decode()373 buf_sz -= nal_start_idx; in vdec_h264_decode()378 memcpy(inst->vsi->hdr_buf, buf + nal_start_idx, buf_sz); in vdec_h264_decode()