Searched refs:sampleRotation (Results 1 – 2 of 2) sorted by relevance
232 …uint8_t sampleRotation; /*!< Right rotation of the samples: used … member
1003 object->sampleRotation = (object->dataLength / HWRESOLUTION) % BYTE_LENGTH; in initObject()1008 …object->sampleRotation += ((object->memorySlotLength - params->bitsPerWord) / HWRESOLUTION) % BYTE… in initObject()1013 …object->sampleRotation -= ((params->bitsPerWord - object->memorySlotLength) / HWRESOLUTION) % BYTE… in initObject()1018 object->sampleRotation -= (params->afterWordPadding / HWRESOLUTION) % BYTE_LENGTH; in initObject()1319 … ((object->sampleRotation << MCASP_RXFMT_RROT_S ) & MCASP_RXFMT_RROT_M)); in configSerialFormat()1331 … ((object->sampleRotation << MCASP_TXFMT_XROT_S ) & MCASP_TXFMT_XROT_M)); in configSerialFormat()