Searched defs:parsed_length (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dframeparser.cpp150 OMX_U32 parsed_length = 0,i=0; local
218 parse_additional_start_code(psource,&parsed_length);
363 while (parsed_length < temp_len)
368 if ((psource [parsed_length] & mask_code [0]) == start_code[0])
372 parsed_length++;
375 if ((psource [parsed_length] & mask_code [1]) == start_code [1])
377 parsed_length++;
386 is_byte_match = ((psource[parsed_length] & mask_code [2]) == start_code [2]);
393 last_byte_h263 = psource[parsed_length];
399 (psource[parsed_length]
525 OMX_U32 dest_len =0, source_len = 0, temp_len = 0,parsed_length = 0; local
626 parse_additional_start_code(OMX_U8 *psource, OMX_U32 *parsed_length) argument
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp150 OMX_U32 parsed_length = 0,i=0; local
213 parse_additional_start_code(psource,&parsed_length);
341 while (parsed_length < temp_len) {
345 if ((psource [parsed_length] & mask_code [0]) == start_code[0]) {
349 parsed_length++;
353 if ((psource [parsed_length] & mask_code [1]) == start_code [1]) {
354 parsed_length++;
362 is_byte_match = ((psource[parsed_length] & mask_code [2]) == start_code [2]);
367 last_byte_h263 = psource[parsed_length];
372 (psource[parsed_length]
482 OMX_U32 dest_len =0, source_len = 0, temp_len = 0,parsed_length = 0; local
588 parse_additional_start_code(OMX_U8 *psource, OMX_U32 *parsed_length) argument
[all...]

Completed in 6 milliseconds