Home
last modified time | relevance | path

Searched refs:temp_len (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/qcom/sm8150/media/libarbitrarybytes/src/
H A Dframeparser.cpp281 if (temp_len == 0) { in parse_sc_frame()
286 while (parsed_length < temp_len) { in parse_sc_frame()
458 while (parsed_length < temp_len ) { in parse_h264_nallength()
490 if (state_nal == NAL_PARSING && temp_len > 0) { in parse_h264_nallength()
491 if (temp_len < bytes_tobeparsed) { in parse_h264_nallength()
492 memcpy (pdest,psource,temp_len); in parse_h264_nallength()
493 dest->nFilledLen += temp_len; in parse_h264_nallength()
494 source->nOffset += temp_len; in parse_h264_nallength()
495 source->nFilledLen -= temp_len; in parse_h264_nallength()
496 bytes_tobeparsed -= temp_len; in parse_h264_nallength()
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dframeparser.cpp357 if (temp_len == 0) in parse_sc_frame()
363 while (parsed_length < temp_len) in parse_sc_frame()
550 while (parsed_length < temp_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()
590 memcpy (pdest,psource,temp_len); in parse_h264_nallength()
591 dest->nFilledLen += temp_len; in parse_h264_nallength()
592 source->nOffset += temp_len; in parse_h264_nallength()
593 source->nFilledLen -= temp_len; in parse_h264_nallength()
594 bytes_tobeparsed -= temp_len; in parse_h264_nallength()
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp336 if (temp_len == 0) { in parse_sc_frame()
341 while (parsed_length < temp_len) { in parse_sc_frame()
519 while (parsed_length < temp_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()
555 memcpy (pdest,psource,temp_len); in parse_h264_nallength()
556 dest->nFilledLen += temp_len; in parse_h264_nallength()
557 source->nOffset += temp_len; in parse_h264_nallength()
558 source->nFilledLen -= temp_len; in parse_h264_nallength()
559 bytes_tobeparsed -= temp_len; in parse_h264_nallength()
[all …]
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp336 if (temp_len == 0) { in parse_sc_frame()
341 while (parsed_length < temp_len) { in parse_sc_frame()
519 while (parsed_length < temp_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()
555 memcpy (pdest,psource,temp_len); in parse_h264_nallength()
556 dest->nFilledLen += temp_len; in parse_h264_nallength()
557 source->nOffset += temp_len; in parse_h264_nallength()
558 source->nFilledLen -= temp_len; in parse_h264_nallength()
559 bytes_tobeparsed -= temp_len; in parse_h264_nallength()
[all …]
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp336 if (temp_len == 0) { in parse_sc_frame()
341 while (parsed_length < temp_len) { in parse_sc_frame()
519 while (parsed_length < temp_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()
555 memcpy (pdest,psource,temp_len); in parse_h264_nallength()
556 dest->nFilledLen += temp_len; in parse_h264_nallength()
557 source->nOffset += temp_len; in parse_h264_nallength()
558 source->nFilledLen -= temp_len; in parse_h264_nallength()
559 bytes_tobeparsed -= temp_len; in parse_h264_nallength()
[all …]
/aosp12/hardware/nxp/secure_element/pn8x/ls_client/src/
H A DLsLib.cpp999 static int32_t temp_len = 0; in LSC_ProcessResp() local
1000 if (temp_len != 0) { in LSC_ProcessResp()
1001 memcpy((trans_info->sTemp_recvbuf + temp_len), RecvData, (recvlen - 2)); in LSC_ProcessResp()
1002 trans_info->sSendlength = temp_len + (recvlen - 2); in LSC_ProcessResp()
1005 temp_len = 0; in LSC_ProcessResp()