Home | History | Annotate | Download | only in src

Lines Matching full:nal_length

478                       nal_length(0),
1317 m_frame_parser.init_nal_length(nal_length);
3550 nal_length = (config->pData[4] & 0x03) + 1;
3553 if (nal_length > 2)
3556 extra_size = (nal_length - 2) * 2;
3584 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len);
3585 for (int i = 0; i < nal_length; i++)
3587 pDestBuf[i] = psize[nal_length - 1 - i];
3590 pDestBuf += len + nal_length;
3658 nal_length = pNal->nNaluBytes;
3659 m_frame_parser.init_nal_length(nal_length);
3660 DEBUG_PRINT_LOW("\n OMX_IndexConfigVideoNalSize called with Size %d",nal_length);
6767 if (nal_length == 0)
6779 DEBUG_PRINT_LOW("\n Non-zero NAL length clip, hence parse with NAL size %d ",nal_length);