Searched refs:nextFrameFirstByte (Results 1 – 5 of 5) sorted by relevance
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/ |
D | JitterBufferControlNode.cpp | 113 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/ |
D | AudioJitterBuffer.h | 74 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/ |
D | AudioJitterBuffer.cpp | 738 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/ |
D | JitterBufferControlNode.h | 41 uint8_t* nextFrameFirstByte = nullptr);
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/ |
D | BaseJitterBuffer.h | 96 uint8_t* nextFrameFirstByte = nullptr);
|