Home
last modified time | relevance | path

Searched refs:nal_start_idx (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_h264_if.c340 int nal_start_idx = 0; in vdec_h264_decode() local
360 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()