HomeSort by relevance Sort by last modified time
    Searched refs:psource (Results 1 - 7 of 7) 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...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
frameparser.h 96 void parse_additional_start_code(OMX_U8 *psource, OMX_U32 *parsed_length);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 97 void parse_additional_start_code(OMX_U8 *psource, OMX_U32 *parsed_length);
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_if.c 292 size_t size, const uint8_t **psource,
296 const uint8_t *source = *psource;
348 retcode = vp9_decode_frame(pbi, psource);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 90 def psource(self): member in class:Node
972 if verbose: declaration.psource()
    [all...]
cparse.py 36 def psource(self): member in class:Node
748 #node.psource()

Completed in 294 milliseconds