Home
last modified time | relevance | path

Searched refs:nextFrameFirstByte (Results 1 – 5 of 5) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DJitterBufferControlNode.cpp113 uint32_t* pnDataSize, bool* hasNextFrame, uint8_t* nextFrameFirstByte) in GetRedundantFrame() argument
118 lostSeq, ppData, pnDataSize, hasNextFrame, nextFrameFirstByte); in GetRedundantFrame()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/audio/
DAudioJitterBuffer.h74 bool* hasNextFrame, uint8_t* nextFrameFirstByte);
92 bool GetNextFrameFirstByte(uint32_t nextSeq, uint8_t* nextFrameFirstByte);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DAudioJitterBuffer.cpp738 bool AudioJitterBuffer::GetNextFrameFirstByte(uint32_t nextSeq, uint8_t* nextFrameFirstByte) in GetNextFrameFirstByte() argument
744 *nextFrameFirstByte = in GetNextFrameFirstByte()
751 nextFrameFirstByte[0]); in GetNextFrameFirstByte()
759 bool* hasNextFrame, uint8_t* nextFrameFirstByte) in GetRedundantFrame() argument
771 *hasNextFrame = GetNextFrameFirstByte((lostSeq + 1), nextFrameFirstByte); in GetRedundantFrame()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/nodes/
DJitterBufferControlNode.h41 uint8_t* nextFrameFirstByte = nullptr);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/
DBaseJitterBuffer.h96 uint8_t* nextFrameFirstByte = nullptr);