Searched refs:OutputLength (Results 1 – 8 of 8) sorted by relevance
/external/opencore/codecs_v2/omx/omx_aac/src/ |
D | omx_aac_component.cpp | 415 OMX_U32 OutputLength; in ProcessData() local 534 OutputLength = 0; in ProcessData() 550 (OMX_U32*) & OutputLength, in ProcessData() 561 if (0 != OutputLength) in ProcessData() 563 iOutputFrameLength = OutputLength * 2; in ProcessData() 584 … ipTempOutBufferForPortReconfig = (OMX_U8*) oscl_malloc(sizeof(uint8) * OutputLength * 2); in ProcessData() 593 oscl_memcpy(ipTempOutBufferForPortReconfig, pOutBuffer, OutputLength * 2); in ProcessData() 594 iSizeOutBufferForPortReconfig = OutputLength * 2; in ProcessData() 602 OutputLength = 0; in ProcessData() 619 ipOutputBuffer->nFilledLen += OutputLength * 2; in ProcessData() [all …]
|
/external/opencore/codecs_v2/omx/omx_amr/src/ |
D | omx_amr_component.cpp | 449 OMX_U32 OutputLength; in DecodeWithoutMarker() local 521 OutputLength = 0; in DecodeWithoutMarker() 528 (OMX_U32*) & OutputLength, in DecodeWithoutMarker() 549 ipOutputBuffer->nFilledLen += OutputLength; in DecodeWithoutMarker() 554 if (OutputLength > 0) in DecodeWithoutMarker() 643 OMX_U32 OutputLength; in DecodeWithMarker() local 707 OutputLength = 0; in DecodeWithMarker() 711 (OMX_U32*) & OutputLength, in DecodeWithMarker() 731 ipOutputBuffer->nFilledLen += OutputLength; in DecodeWithMarker() 732 if (OutputLength > 0) in DecodeWithMarker() [all …]
|
/external/opencore/codecs_v2/omx/omx_mp3/src/ |
D | omx_mp3_component.cpp | 414 OMX_U32 OutputLength; in ProcessData() local 526 OutputLength = (ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) >> 1; in ProcessData() 542 (OMX_U32*) & OutputLength, in ProcessData() 553 if (0 != OutputLength) in ProcessData() 555 iOutputFrameLength = OutputLength * 2; in ProcessData() 558 … iSamplesPerFrame = OutputLength / ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.nChannels; in ProcessData() 573 … ipTempOutBufferForPortReconfig = (OMX_U8*) oscl_malloc(sizeof(uint8) * OutputLength * 2); in ProcessData() 582 oscl_memcpy(ipTempOutBufferForPortReconfig, pOutBuffer, OutputLength * 2); in ProcessData() 583 iSizeOutBufferForPortReconfig = OutputLength * 2; in ProcessData() 591 OutputLength = 0; in ProcessData() [all …]
|
/external/opencore/codecs_v2/omx/omx_h264/src/ |
D | omx_avc_component.cpp | 541 OMX_U32 OutputLength; in DecodeWithoutMarker() local 619 OutputLength = 0; in DecodeWithoutMarker() 625 iDecodeReturn = ipAvcDec->AvcDecodeVideo_OMX(pOutBuffer, (OMX_U32*) & OutputLength, in DecodeWithoutMarker() 632 ipOutputBuffer->nFilledLen = OutputLength; in DecodeWithoutMarker() 760 OMX_U32 OutputLength; in DecodeWithMarker() local 821 OutputLength = 0; in DecodeWithMarker() 829 iDecodeReturn = ipAvcDec->AvcDecodeVideo_OMX(pOutBuffer, (OMX_U32*) & OutputLength, in DecodeWithMarker() 837 ipOutputBuffer->nFilledLen = OutputLength; in DecodeWithMarker() 979 …Status = ipAvcDec->FlushOutput_OMX(pOutBuffer, &OutputLength, &(ipOutputBuffer->nTimeStamp), pOutP… in DecodeWithMarker() 980 ipOutputBuffer->nFilledLen = OutputLength; in DecodeWithMarker()
|
/external/opencore/codecs_v2/omx/omx_m4v/src/ |
D | omx_mpeg4_component.cpp | 520 OMX_U32 OutputLength; in DecodeWithoutMarker() local 595 OutputLength = 0; in DecodeWithoutMarker() 601 DecodeReturn = ipMpegDecoderObject->Mp4DecodeVideo(pOutBuffer, (OMX_U32*) & OutputLength, in DecodeWithoutMarker() 609 ipOutputBuffer->nFilledLen = OutputLength; in DecodeWithoutMarker() 735 OMX_U32 OutputLength; in DecodeWithMarker() local 794 OutputLength = 0; in DecodeWithMarker() 797 … DecodeReturn = ipMpegDecoderObject->Mp4DecodeVideo(pOutBuffer, (OMX_U32*) & OutputLength, in DecodeWithMarker() 805 ipOutputBuffer->nFilledLen = OutputLength; in DecodeWithMarker()
|
/external/opencore/codecs_v2/omx/omx_amrenc/src/ |
D | omx_amrenc_component.cpp | 373 OMX_U32 OutputLength; in ProcessData() local 469 OutputLength = 0; in ProcessData() 472 &OutputLength, in ProcessData() 488 ipOutputBuffer->nFilledLen += OutputLength; in ProcessData()
|
/external/opencore/codecs_v2/omx/omx_h264enc/src/ |
D | omx_avcenc_component.cpp | 523 OMX_U32 OutputLength; in ProcessData() local 627 …OutputLength = (OMX_U32)(((OMX_S32)ipOutputBuffer->nAllocLen - filledLength - (46 + 4 * (iNALCount… in ProcessData() 632 …OutputLength = (OMX_U32)(((OMX_S32)ipOutputBuffer->nAllocLen - filledLength) > 0) ? (ipOutputBuffe… in ProcessData() 637 &OutputLength, in ProcessData() 647 if (OutputLength > 0) in ProcessData() 656 ipOutputBuffer->nFilledLen += OutputLength; in ProcessData() 660 iInternalOutBufFilledLen = OutputLength; in ProcessData()
|
/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
D | omx_mpeg4enc_component.cpp | 585 OMX_U32 OutputLength; in ProcessData() local 682 OutputLength = ipOutputBuffer->nAllocLen; in ProcessData() 686 &OutputLength, in ProcessData() 697 if (OutputLength > 0) in ProcessData() 706 ipOutputBuffer->nFilledLen = OutputLength; in ProcessData() 710 iInternalOutBufFilledLen = OutputLength; in ProcessData()
|