Searched defs:totalSizeInFrame (Results 1 – 4 of 4) sorted by relevance
201 OHAudioBuffer::OHAudioBuffer(AudioBufferHolder bufferHolder, uint32_t totalSizeInFrame, uint32_t sp… in OHAudioBuffer()288 std::shared_ptr<OHAudioBuffer> OHAudioBuffer::CreateFormLocal(uint32_t totalSizeInFrame, uint32_t s… in CreateFormLocal()304 std::shared_ptr<OHAudioBuffer> OHAudioBuffer::CreateFromRemote(uint32_t totalSizeInFrame, uint32_t … in CreateFromRemote()356 uint32_t totalSizeInFrame = parcel.ReadUint32(); in ReadFromParcel() local385 int32_t OHAudioBuffer::GetSizeParameter(uint32_t &totalSizeInFrame, uint32_t &spanSizeInFrame, in GetSizeParameter()
129 uint32_t totalSizeInFrame = spanSizeInFrame - 1; variable144 uint32_t totalSizeInFrame = spanSizeInFrame; variable
85 uint32_t totalSizeInFrame = spanSizeInFrame - 1; variable
57 uint32_t totalSizeInFrame; member