HomeSort by relevance Sort by last modified time
    Searched defs:psource (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
frameparser.cpp 148 OMX_U8 *pdest = NULL,*psource = NULL, match_found = FALSE, is_byte_match = 0; local
160 psource = source->pBuffer + source->nOffset;
218 parse_additional_start_code(psource,&parsed_length);
222 psource++;
226 if ((*psource & mask_code [3]) == start_code [3])
229 last_byte = *psource;
232 psource++;
261 is_byte_match = ((*psource & mask_code [2]) == start_code [2]);
268 last_byte_h263 = *psource;
274 (*psource & mask_code [3]) == start_code [3]
524 OMX_U8 *pdest = NULL,*psource = NULL; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
frameparser.cpp 156 OMX_U8 *pdest = NULL,*psource = NULL, match_found = FALSE, is_byte_match = 0; local
167 psource = source->pBuffer + source->nOffset;
221 parse_additional_start_code(psource,&parsed_length);
226 psource++;
231 if ((*psource & mask_code [3]) == start_code [3]) {
233 last_byte = *psource;
236 psource++;
260 is_byte_match = ((*psource & mask_code [2]) == start_code [2]);
265 last_byte_h263 = *psource;
270 (*psource & mask_code [3]) == start_code [3])
489 OMX_U8 *pdest = NULL,*psource = NULL; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 36 def psource(self): member in class:Node
748 #node.psource()
ir.py 90 def psource(self): member in class:Node
972 if verbose: declaration.psource()
    [all...]

Completed in 90 milliseconds