Searched refs:iInputCurrLength (Results 1 – 10 of 10) sorted by relevance
/external/opencore/codecs_v2/omx/omx_amrenc/src/ |
D | omx_amrenc_component.cpp | 443 ((iInputCurrLength + iTempInputBufferLength) <= TempInputBufferSize)) in ProcessData() 445 … oscl_memcpy(&ipTempInputBuffer[iTempInputBufferLength], ipFrameDecodeBuffer, iInputCurrLength); in ProcessData() 446 iInputCurrLength += iTempInputBufferLength; in ProcessData() 454 if (iInputCurrLength / iInputFrameLength > iActualNumberOutputFrames) in ProcessData() 456 ExtraInputBytes = iInputCurrLength - (iInputFrameLength * iActualNumberOutputFrames); in ProcessData() 457 iInputCurrLength -= ExtraInputBytes; in ProcessData() 463 RemainderInputBytes = iInputCurrLength % iInputFrameLength; in ProcessData() 464 iInputCurrLength -= RemainderInputBytes; in ProcessData() 474 iInputCurrLength, in ProcessData() 501 if ((0 == iInputCurrLength) || (OMX_TRUE != EncodeReturn)) in ProcessData() [all …]
|
/external/opencore/codecs_v2/omx/omx_mp3/src/ |
D | omx_mp3_component.cpp | 532 ((iInputCurrLength + iTempInputBufferLength) < TempInputBufferSize)) in ProcessData() 534 … oscl_memcpy(&ipTempInputBuffer[iTempInputBufferLength], ipFrameDecodeBuffer, iInputCurrLength); in ProcessData() 535 iInputCurrLength += iTempInputBufferLength; in ProcessData() 544 &iInputCurrLength, in ProcessData() 652 ipInputBuffer->nFilledLen = iInputCurrLength; in ProcessData() 661 oscl_memcpy(ipTempInputBuffer, ipFrameDecodeBuffer, iInputCurrLength); in ProcessData() 662 iTempInputBufferLength = iInputCurrLength; in ProcessData() 665 iInputCurrLength = 0; in ProcessData() 671 iInputCurrLength = 0; in ProcessData() 692 iInputCurrLength = 0; in ProcessData() [all …]
|
/external/opencore/codecs_v2/omx/omx_aac/src/ |
D | omx_aac_component.cpp | 540 ((iInputCurrLength + iTempInputBufferLength) < TempInputBufferSize)) in ProcessData() 542 … oscl_memcpy(&ipTempInputBuffer[iTempInputBufferLength], ipFrameDecodeBuffer, iInputCurrLength); in ProcessData() 543 iInputCurrLength += iTempInputBufferLength; in ProcessData() 552 &iInputCurrLength, in ProcessData() 633 if ((0 == iInputCurrLength) || (MP4AUDEC_SUCCESS != DecodeReturn)) in ProcessData() 661 ipInputBuffer->nFilledLen = iInputCurrLength; in ProcessData() 671 oscl_memmove(ipTempInputBuffer, ipFrameDecodeBuffer, iInputCurrLength); in ProcessData() 672 iTempInputBufferLength = iInputCurrLength; in ProcessData() 674 iInputCurrLength = 0; in ProcessData() 686 iInputCurrLength = 0; in ProcessData() [all …]
|
/external/opencore/codecs_v2/omx/omx_h264/src/ |
D | omx_avc_component.cpp | 438 iInputCurrLength = iNALSizeArray[iCurrNAL]; in ParseFullAVCFramesIntoNALs() 439 iNALOffset += (iInputCurrLength + NAL_START_CODE_SIZE); // offset for next NAL in ParseFullAVCFramesIntoNALs() 492 iInputCurrLength = iNALSizeArray[iCurrNAL]; in ParseFullAVCFramesIntoNALs() 493 iNALOffset += iInputCurrLength; // offset for next NAL in ParseFullAVCFramesIntoNALs() 499 iInputCurrLength = ipInputBuffer->nFilledLen; in ParseFullAVCFramesIntoNALs() 823 if (iInputCurrLength > 0) in DecodeWithMarker() 831 &(iInputCurrLength), in DecodeWithMarker() 891 if (0 == iInputCurrLength) in DecodeWithMarker() 900 iInputCurrLength = iNALSizeArray[iCurrNAL]; in DecodeWithMarker() 904 … iNALOffset += (iInputCurrLength + NAL_START_CODE_SIZE); // offset for next NAL in DecodeWithMarker() [all …]
|
/external/opencore/codecs_v2/omx/omx_baseclass/src/ |
D | pv_omxcomponent.cpp | 64 iInputCurrLength = 0; in OmxComponentBase() 440 iInputCurrLength = ipInputBuffer->nFilledLen; in AssemblePartialFrames() 446 iInputCurrLength = ipInputBuffer->nFilledLen - 4; in AssemblePartialFrames() 455 iInputCurrLength = 0; in AssemblePartialFrames() 483 iInputCurrLength = 0; in AssemblePartialFrames() 521 if (iInputCurrBufferSize < (iInputCurrLength + BytesToCopy)) in AssemblePartialFrames() 525 … pTempNewBuffer = (OMX_U8*) oscl_malloc(sizeof(OMX_U8) * (iInputCurrLength + BytesToCopy)); in AssemblePartialFrames() 531 BytesToCopy = iInputCurrLength - iInputCurrBufferSize; in AssemblePartialFrames() 545 iInputCurrBufferSize = (iInputCurrLength + BytesToCopy); in AssemblePartialFrames() 546 ipFrameDecodeBuffer = ipInputCurrBuffer + iInputCurrLength; in AssemblePartialFrames() [all …]
|
/external/opencore/codecs_v2/omx/omx_amr/src/ |
D | omx_amr_component.cpp | 704 if (iInputCurrLength > 0) in DecodeWithMarker() 713 &(iInputCurrLength), in DecodeWithMarker() 741 if ((iInputCurrLength == 0) || (OMX_FALSE == DecodeReturn)) in DecodeWithMarker() 747 iInputCurrLength = 0; in DecodeWithMarker() 763 if ((0 == iInputCurrLength) || (OMX_FALSE == DecodeReturn)) in DecodeWithMarker() 800 if ((iInputCurrLength != 0 || GetQueueNumElem(pInputQueue) > 0) in DecodeWithMarker() 903 iInputCurrLength = 0; in ComponentInit()
|
/external/opencore/codecs_v2/omx/omx_m4v/src/ |
D | omx_mpeg4_component.cpp | 791 if (iInputCurrLength > 0) in DecodeWithMarker() 799 &(iInputCurrLength), in DecodeWithMarker() 859 if (iInputCurrLength == 0 || !DecodeReturn) in DecodeWithMarker() 867 iInputCurrLength = 0; in DecodeWithMarker() 922 iInputCurrLength = 0; in DecodeWithMarker() 940 if ((iInputCurrLength != 0 || GetQueueNumElem(pInputQueue) > 0) in DecodeWithMarker() 1030 iInputCurrLength = 0; in ComponentInit()
|
/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
D | omx_mpeg4enc_component.cpp | 679 if (iInputCurrLength > 0) in ProcessData() 690 iInputCurrLength, in ProcessData() 743 iInputCurrLength = 0; in ProcessData() 755 if (((0 == iInputCurrLength) || (OMX_FALSE == EncodeReturn)) && in ProcessData() 804 if ((iInputCurrLength != 0 || GetQueueNumElem(pInputQueue) > 0) in ProcessData() 1098 iInputCurrLength = 0; in ComponentInit()
|
/external/opencore/codecs_v2/omx/omx_h264enc/src/ |
D | omx_avcenc_component.cpp | 620 if (iInputCurrLength > 0) in ProcessData() 641 &iInputCurrLength, in ProcessData() 692 iInputCurrLength = 0; in ProcessData() 709 if (((0 == iInputCurrLength) || (AVCENC_FAIL == EncodeReturn)) && in ProcessData() 753 if ((iInputCurrLength != 0 || GetQueueNumElem(pInputQueue) > 0) in ProcessData() 1044 iInputCurrLength = 0; in ComponentInit()
|
/external/opencore/codecs_v2/omx/omx_baseclass/include/ |
D | pv_omxcomponent.h | 477 OMX_U32 iInputCurrLength; variable
|