Searched refs:boundingSetToSend (Results 1 – 2 of 2) sorted by relevance
144 TMMBRHelp::SetTMMBRBoundingSetToSend(const TMMBRSet* boundingSetToSend, in SetTMMBRBoundingSetToSend() argument149 if (boundingSetToSend == NULL) in SetTMMBRBoundingSetToSend()155 VerifyAndAllocateBoundingSetToSend(boundingSetToSend->lengthOfSet()); in SetTMMBRBoundingSetToSend()157 for (uint32_t i = 0; i < boundingSetToSend->lengthOfSet(); i++) in SetTMMBRBoundingSetToSend()160 uint32_t bitrate = boundingSetToSend->Tmmbr(i); in SetTMMBRBoundingSetToSend()170 boundingSetToSend->PacketOH(i), in SetTMMBRBoundingSetToSend()171 boundingSetToSend->Ssrc(i)); in SetTMMBRBoundingSetToSend()
91 const TMMBRSet* boundingSetToSend,