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

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dframeparser.cpp149 OMX_U32 dest_len =0, source_len = 0, temp_len = 0; local
354 temp_len = (source_len < dest_len)?source_len:dest_len;
357 if (temp_len == 0)
363 while (parsed_length < temp_len)
525 OMX_U32 dest_len =0, source_len = 0, temp_len = 0,parsed_length = 0; local
543 temp_len = (source_len < dest_len)?source_len:dest_len;
550 while (parsed_length < temp_len )
577 temp_len = (source_len < dest_len)?source_len:dest_len;
586 if(state_nal == NAL_PARSING && temp_len > 0)
588 if (temp_len < bytes_tobeparse
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp149 OMX_U32 dest_len =0, source_len = 0, temp_len = 0; local
333 temp_len = (source_len < dest_len)?source_len:dest_len;
336 if (temp_len == 0) {
341 while (parsed_length < temp_len) {
482 OMX_U32 dest_len =0, source_len = 0, temp_len = 0,parsed_length = 0; local
513 temp_len = (source_len < dest_len)?source_len:dest_len;
519 while (parsed_length < temp_len ) {
544 temp_len = (source_len < dest_len)?source_len:dest_len;
553 if (state_nal == NAL_PARSING && temp_len > 0) {
554 if (temp_len < bytes_tobeparse
[all...]

Completed in 59 milliseconds