Searched refs:OutputLength (Results 1 – 8 of 8) sorted by relevance
/external/opencore/codecs_v2/omx/omx_amr/src/ |
D | omx_amr_component.cpp | 447 OMX_U32 OutputLength; in DecodeWithoutMarker() local 569 OutputLength = 0; in DecodeWithoutMarker() 576 (OMX_U32*) & OutputLength, in DecodeWithoutMarker() 599 if (0 != OutputLength) in DecodeWithoutMarker() 601 iOutputFrameLength = OutputLength; in DecodeWithoutMarker() 610 … ipTempOutBufferForPortReconfig = (OMX_U8*) oscl_malloc(sizeof(uint8) * OutputLength); in DecodeWithoutMarker() 619 oscl_memcpy(ipTempOutBufferForPortReconfig, pOutBuffer, OutputLength); in DecodeWithoutMarker() 620 iSizeOutBufferForPortReconfig = OutputLength; in DecodeWithoutMarker() 626 OutputLength = 0; in DecodeWithoutMarker() 641 ipOutputBuffer->nFilledLen += OutputLength; in DecodeWithoutMarker() [all …]
|
/external/opencore/codecs_v2/omx/omx_aac/src/ |
D | omx_aac_component.cpp | 413 OMX_U32 OutputLength; in ProcessData() local 532 OutputLength = 0; in ProcessData() 548 (OMX_U32*) & OutputLength, in ProcessData() 559 if (0 != OutputLength) in ProcessData() 561 iOutputFrameLength = OutputLength * 2; in ProcessData() 582 … ipTempOutBufferForPortReconfig = (OMX_U8*) oscl_malloc(sizeof(uint8) * OutputLength * 2); in ProcessData() 591 oscl_memcpy(ipTempOutBufferForPortReconfig, pOutBuffer, OutputLength * 2); in ProcessData() 592 iSizeOutBufferForPortReconfig = OutputLength * 2; in ProcessData() 600 OutputLength = 0; in ProcessData() 617 ipOutputBuffer->nFilledLen += OutputLength * 2; in ProcessData() [all …]
|
/external/opencore/codecs_v2/omx/omx_mp3/src/ |
D | omx_mp3_component.cpp | 412 OMX_U32 OutputLength; in ProcessData() local 524 OutputLength = 0; in ProcessData() 540 (OMX_U32*) & OutputLength, in ProcessData() 551 if (0 != OutputLength) in ProcessData() 553 iOutputFrameLength = OutputLength * 2; in ProcessData() 556 … iSamplesPerFrame = OutputLength / ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.nChannels; in ProcessData() 571 … ipTempOutBufferForPortReconfig = (OMX_U8*) oscl_malloc(sizeof(uint8) * OutputLength * 2); in ProcessData() 580 oscl_memcpy(ipTempOutBufferForPortReconfig, pOutBuffer, OutputLength * 2); in ProcessData() 581 iSizeOutBufferForPortReconfig = OutputLength * 2; in ProcessData() 589 OutputLength = 0; in ProcessData() [all …]
|
/external/opencore/codecs_v2/omx/omx_h264/src/ |
D | omx_avc_component.cpp | 537 OMX_U32 OutputLength; in DecodeWithoutMarker() local 615 OutputLength = 0; in DecodeWithoutMarker() 621 iDecodeReturn = ipAvcDec->AvcDecodeVideo_OMX(pOutBuffer, (OMX_U32*) & OutputLength, in DecodeWithoutMarker() 628 ipOutputBuffer->nFilledLen = OutputLength; in DecodeWithoutMarker() 742 OMX_U32 OutputLength; in DecodeWithMarker() local 803 OutputLength = 0; in DecodeWithMarker() 811 iDecodeReturn = ipAvcDec->AvcDecodeVideo_OMX(pOutBuffer, (OMX_U32*) & OutputLength, in DecodeWithMarker() 819 ipOutputBuffer->nFilledLen = OutputLength; in DecodeWithMarker() 947 …Status = ipAvcDec->FlushOutput_OMX(pOutBuffer, &OutputLength, &(ipOutputBuffer->nTimeStamp), pOutP… in DecodeWithMarker() 948 ipOutputBuffer->nFilledLen = OutputLength; in DecodeWithMarker()
|
/external/opencore/codecs_v2/omx/omx_m4v/src/ |
D | omx_mpeg4_component.cpp | 507 OMX_U32 OutputLength; in DecodeWithoutMarker() local 582 OutputLength = 0; in DecodeWithoutMarker() 588 DecodeReturn = ipMpegDecoderObject->Mp4DecodeVideo(pOutBuffer, (OMX_U32*) & OutputLength, in DecodeWithoutMarker() 596 ipOutputBuffer->nFilledLen = OutputLength; in DecodeWithoutMarker() 708 OMX_U32 OutputLength; in DecodeWithMarker() local 767 OutputLength = 0; in DecodeWithMarker() 770 … DecodeReturn = ipMpegDecoderObject->Mp4DecodeVideo(pOutBuffer, (OMX_U32*) & OutputLength, in DecodeWithMarker() 778 ipOutputBuffer->nFilledLen = OutputLength; in DecodeWithMarker()
|
/external/opencore/codecs_v2/omx/omx_amrenc/src/ |
D | omx_amrenc_component.cpp | 364 OMX_U32 OutputLength; in ProcessData() local 460 OutputLength = 0; in ProcessData() 463 &OutputLength, in ProcessData() 479 ipOutputBuffer->nFilledLen += OutputLength; in ProcessData()
|
/external/opencore/codecs_v2/omx/omx_h264enc/src/ |
D | omx_avcenc_component.cpp | 521 OMX_U32 OutputLength; in ProcessData() local 625 …OutputLength = (OMX_U32)(((OMX_S32)ipOutputBuffer->nAllocLen - filledLength - (46 + 4 * (iNALCount… in ProcessData() 630 …OutputLength = (OMX_U32)(((OMX_S32)ipOutputBuffer->nAllocLen - filledLength) > 0) ? (ipOutputBuffe… in ProcessData() 635 &OutputLength, in ProcessData() 645 if (OutputLength > 0) in ProcessData() 654 ipOutputBuffer->nFilledLen += OutputLength; in ProcessData() 658 iInternalOutBufFilledLen = OutputLength; in ProcessData()
|
/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
D | omx_mpeg4enc_component.cpp | 584 OMX_U32 OutputLength; in ProcessData() local 681 OutputLength = ipOutputBuffer->nAllocLen; in ProcessData() 685 &OutputLength, in ProcessData() 696 if (OutputLength > 0) in ProcessData() 705 ipOutputBuffer->nFilledLen = OutputLength; in ProcessData() 709 iInternalOutBufFilledLen = OutputLength; in ProcessData()
|