Searched refs:temp_len (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/sm8150/media/libarbitrarybytes/src/ |
D | frameparser.cpp | 110 OMX_U32 dest_len =0, source_len = 0, temp_len = 0; in parse_sc_frame() local 278 temp_len = (source_len < dest_len)?source_len:dest_len; in parse_sc_frame() 281 if (temp_len == 0) { in parse_sc_frame() 286 while (parsed_length < temp_len) { in parse_sc_frame() 421 OMX_U32 dest_len =0, source_len = 0, temp_len = 0,parsed_length = 0; in parse_h264_nallength() local 452 temp_len = (source_len < dest_len)?source_len:dest_len; in parse_h264_nallength() 458 while (parsed_length < temp_len ) { in parse_h264_nallength() 481 temp_len = (source_len < dest_len)?source_len:dest_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() [all …]
|
/hardware/qcom/media/msm8974/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 …]
|
/hardware/qcom/media/msm8974/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/msm8998/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 …]
|
/hardware/qcom/media/msm8996/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 …]
|
/hardware/nxp/secure_element/ls_client/src/ |
D | LsLib.cpp | 999 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()
|