Searched refs:offsetPCM (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/ |
H A D | a2dp_encoder_sbc.cpp | 328 … if (expectedReadPcmData + a2dpSbcEncoderCb_.offsetPCM > FRAME_THREE * A2DP_SBC_MAX_PACKET_SIZE) { in A2dpSbcReadFeeding() 333 … actualReadPcmData = profile->GetPcmData(&a2dpSbcEncoderCb_.pcmBuffer[a2dpSbcEncoderCb_.offsetPCM], in A2dpSbcReadFeeding() 341 … LOG_INFO("[Feeding][offsetPCM:%u][readBytes:%u]", a2dpSbcEncoderCb_.offsetPCM, actualReadPcmData); in A2dpSbcReadFeeding() 463 … LOG_INFO("[offset:%u][bytes:%u][codecSize:%u]", a2dpSbcEncoderCb_.offsetPCM, bytesNum, codecSize); in CalculateSbcPCMRemain() 464 *numOfFrame = (a2dpSbcEncoderCb_.offsetPCM + bytesNum) / codecSize; in CalculateSbcPCMRemain() 465 a2dpSbcEncoderCb_.offsetPCM = (a2dpSbcEncoderCb_.offsetPCM + bytesNum) % codecSize; in CalculateSbcPCMRemain() 467 …LOG_INFO("[numOfFrame:%u][offset:%u][bytes:%u]", *numOfFrame, a2dpSbcEncoderCb_.offsetPCM, bytesNu… in CalculateSbcPCMRemain() 468 if (a2dpSbcEncoderCb_.offsetPCM > PCM_REMAIN_BUFFER_SIZE) { in CalculateSbcPCMRemain() 469 a2dpSbcEncoderCb_.offsetPCM = PCM_REMAIN_BUFFER_SIZE; in CalculateSbcPCMRemain() 472 &a2dpSbcEncoderCb_.pcmBuffer[encodePCMSize], a2dpSbcEncoderCb_.offsetPCM); in CalculateSbcPCMRemain() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/ |
H A D | a2dp_encoder_sbc.h | 111 uint16_t offsetPCM; member
|