HomeSort by relevance Sort by last modified time
    Searched refs:nFilledLen (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
frameparser.cpp 159 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset);
161 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset);
162 source_len = source->nFilledLen;
190 dest->nFilledLen += 3;
203 dest->nFilledLen += 4;
210 while ( source->nFilledLen > 0 && parse_state != A0
220 source->nFilledLen--;
230 source->nFilledLen--;
239 dest->nFilledLen++;
247 dest->nFilledLen += 2
    [all...]
omx_vdec.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
frameparser.cpp 158 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset);
160 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset);
161 source_len = source->nFilledLen;
187 dest->nFilledLen += 3;
199 dest->nFilledLen += 4;
207 while ( source->nFilledLen > 0 && parse_state != A0
216 source->nFilledLen--;
226 source->nFilledLen--;
233 dest->nFilledLen++;
239 dest->nFilledLen += 2
    [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]