HomeSort by relevance Sort by last modified time
    Searched defs:OmxAmrDecoder (Results 1 - 2 of 2) sorted by null

  /external/opencore/codecs_v2/omx/omx_amr/include/
amr_dec.h 43 class OmxAmrDecoder
46 OmxAmrDecoder();
  /external/opencore/codecs_v2/omx/omx_amr/src/
amr_decode_frame.cpp 109 OmxAmrDecoder::OmxAmrDecoder()
128 OMX_BOOL OmxAmrDecoder::AmrDecInit(OMX_AUDIO_AMRFRAMEFORMATTYPE aInFormat, OMX_AUDIO_AMRBANDMODETYPE aInMode)
228 void OmxAmrDecoder::AmrDecDeinit()
246 void OmxAmrDecoder::ResetDecoder()
257 void OmxAmrDecoder::GetStartPointsForIETFCombinedMode
276 OMX_BOOL OmxAmrDecoder::AmrDecodeFrame(OMX_S16* aOutputBuffer,
531 OMX_BOOL OmxAmrDecoder::AmrDecodeSilenceFrame(OMX_S16* aOutputBuffer,
558 Frame_Type_3GPP OmxAmrDecoder::GetFrameTypeLength(OMX_U8* &aFrame, OMX_S32* aFrameLength)

Completed in 27 milliseconds