HomeSort by relevance Sort by last modified time
    Searched refs:iCurrentFrameTS (Results 1 - 4 of 4) sorted by null

  /external/opencore/codecs_v2/omx/omx_aac/include/
omx_aac_component.h 79 AacTimeStampCalc iCurrentFrameTS;
  /external/opencore/codecs_v2/omx/omx_mp3/include/
omx_mp3_component.h 79 Mp3TimeStampCalc iCurrentFrameTS;
  /external/opencore/codecs_v2/omx/omx_mp3/src/
omx_mp3_component.cpp 305 iOutputMicroSecPerFrame = iCurrentFrameTS.GetFrameDuration();
373 iCurrentFrameTS.SetFromInputTimestamp(iFrameTimestamp);
452 ipOutputBuffer->nTimeStamp = iCurrentFrameTS.GetConvertedTs();
501 ipOutputBuffer->nTimeStamp = iCurrentFrameTS.GetConvertedTs();
560 iCurrentFrameTS.SetParameters(ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.nSamplingRate, iSamplesPerFrame);
561 iOutputMicroSecPerFrame = iCurrentFrameTS.GetFrameDuration();
587 iTimestampOutBufferForPortReconfig = iCurrentFrameTS.GetConvertedTs();
589 iCurrentFrameTS.UpdateTimestamp(iSamplesPerFrame);
611 iCurrentFrameTS.UpdateTimestamp(iSamplesPerFrame);
823 CurrTimestamp = iCurrentFrameTS.GetCurrentTimestamp()
    [all...]
  /external/opencore/codecs_v2/omx/omx_aac/src/
omx_aac_component.cpp 308 iOutputMicroSecPerFrame = iCurrentFrameTS.GetFrameDuration();
385 iCurrentFrameTS.SetFromInputTimestamp(iFrameTimestamp);
455 ipOutputBuffer->nTimeStamp = iCurrentFrameTS.GetConvertedTs();
508 ipOutputBuffer->nTimeStamp = iCurrentFrameTS.GetConvertedTs();
570 iCurrentFrameTS.SetParameters(ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.nSamplingRate, iSamplesPerFrame);
571 iOutputMicroSecPerFrame = iCurrentFrameTS.GetFrameDuration();
598 iTimestampOutBufferForPortReconfig = iCurrentFrameTS.GetConvertedTs();
600 iCurrentFrameTS.UpdateTimestamp(iSamplesPerFrame);
625 iCurrentFrameTS.UpdateTimestamp(iSamplesPerFrame);
    [all...]

Completed in 300 milliseconds