Searched refs:targetedBitrate (Results 1 – 3 of 3) sorted by relevance
211 xVSS_context->targetedBitrate = 0; in M4xVSS_Init()4523 M4OSA_UInt32 targetedBitrate = 0; in M4xVSS_SendCommand() local4606 targetedBitrate = in M4xVSS_SendCommand()4612 targetedBitrate = 0; in M4xVSS_SendCommand()4616 if( targetedBitrate >= 12200 ) in M4xVSS_SendCommand()4618 targetedBitrate -= 12200; /* Only AMR is supported in MMS case */ in M4xVSS_SendCommand()4622 targetedBitrate = 0; in M4xVSS_SendCommand()4635 targetedBitrate, totalDuration); in M4xVSS_SendCommand()4641 targetedBitrate -= (M4OSA_UInt32)(targetedBitrate * 0.1); in M4xVSS_SendCommand()4644 ratio, targetedBitrate); in M4xVSS_SendCommand()[all …]
2394 if(xVSS_context->targetedBitrate != 0) in M4xVSS_internalGenerateEditedFile()2399 pVSSContext->uiMMSVideoBitrate = xVSS_context->targetedBitrate; in M4xVSS_internalGenerateEditedFile()
475 M4OSA_UInt32 targetedBitrate; member