Searched defs:A2dpSbcEncoderCb (Results 1 – 1 of 1) sorted by relevance
100 struct A2dpSbcEncoderCb { struct101 uint16_t mtuSize;104 uint16_t peerMtu; // A2DP peer mtu.105 uint32_t timestamp; // A2DP frames timestamp.106 SBCEncoderParams sbcEncoderParams;107 A2dpSBCFeedingParams feedingParams;108 A2dpSbcFeedingState feedingState;109 uint8_t pcmBuffer[A2DP_SBC_MAX_PACKET_SIZE * FRAME_THREE];110 uint8_t pcmRemain[A2DP_SBC_MAX_PACKET_SIZE];111 uint16_t offsetPCM;[all …]