Searched refs:nal_start_idx (Results 1 – 1 of 1) sorted by relevance
342 int nal_start_idx = 0; in vdec_h264_decode() local362 nal_start_idx = find_start_code(buf, buf_sz); in vdec_h264_decode()363 if (nal_start_idx < 0) { in vdec_h264_decode()369 nal_start = buf[nal_start_idx]; in vdec_h264_decode()370 nal_type = NAL_TYPE(buf[nal_start_idx]); in vdec_h264_decode()375 buf_sz -= nal_start_idx; in vdec_h264_decode()380 memcpy(inst->vsi->hdr_buf, buf + nal_start_idx, buf_sz); in vdec_h264_decode()