Searched refs:temp_len (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | frameparser.cpp | 149 OMX_U32 dest_len =0, source_len = 0, temp_len = 0; in parse_sc_frame() local 354 temp_len = (source_len < dest_len)?source_len:dest_len; in parse_sc_frame() 357 if (temp_len == 0) in parse_sc_frame() 363 while (parsed_length < temp_len) in parse_sc_frame() 525 OMX_U32 dest_len =0, source_len = 0, temp_len = 0,parsed_length = 0; in parse_h264_nallength() local 543 temp_len = (source_len < dest_len)?source_len:dest_len; in parse_h264_nallength() 550 while (parsed_length < temp_len ) in parse_h264_nallength() 577 temp_len = (source_len < dest_len)?source_len:dest_len; in parse_h264_nallength() 586 if(state_nal == NAL_PARSING && temp_len > 0) in parse_h264_nallength() 588 if (temp_len < bytes_tobeparsed) in parse_h264_nallength() [all …]
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | frameparser.cpp | 149 OMX_U32 dest_len =0, source_len = 0, temp_len = 0; in parse_sc_frame() local 333 temp_len = (source_len < dest_len)?source_len:dest_len; in parse_sc_frame() 336 if (temp_len == 0) { in parse_sc_frame() 341 while (parsed_length < temp_len) { in parse_sc_frame() 482 OMX_U32 dest_len =0, source_len = 0, temp_len = 0,parsed_length = 0; in parse_h264_nallength() local 513 temp_len = (source_len < dest_len)?source_len:dest_len; in parse_h264_nallength() 519 while (parsed_length < temp_len ) { in parse_h264_nallength() 544 temp_len = (source_len < dest_len)?source_len:dest_len; in parse_h264_nallength() 553 if (state_nal == NAL_PARSING && temp_len > 0) { in parse_h264_nallength() 554 if (temp_len < bytes_tobeparsed) { in parse_h264_nallength() [all …]
|