Searched refs:is_byte_match (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dframeparser.cpp148 OMX_U8 *pdest = NULL,*psource = NULL, match_found = FALSE, is_byte_match = 0; local
261 is_byte_match = ((*psource & mask_code [2]) == start_code [2]);
266 if (is_byte_match)
281 if (is_byte_match)
386 is_byte_match = ((psource[parsed_length] & mask_code [2]) == start_code [2]);
391 if (is_byte_match)
406 if(is_byte_match)
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp148 OMX_U8 *pdest = NULL,*psource = NULL, match_found = FALSE, is_byte_match = 0; local
252 is_byte_match = ((*psource & mask_code [2]) == start_code [2]);
256 if (is_byte_match) {
266 if (is_byte_match) {
362 is_byte_match = ((psource[parsed_length] & mask_code [2]) == start_code [2]);
366 if (is_byte_match) {
376 if (is_byte_match) {

Completed in 72 milliseconds