Home | History | Annotate | Download | only in ios

Lines Matching refs:kBytesPerSample

83 const UInt32 kBytesPerSample = 2;
810 application_format.mBytesPerPacket = kBytesPerSample;
812 application_format.mBytesPerFrame = kBytesPerSample;
814 application_format.mBitsPerChannel = 8 * kBytesPerSample;
1062 RTC_CHECK_EQ(data_size_in_bytes / kBytesPerSample, in_number_frames);
1094 RTC_CHECK_EQ(dataSizeInBytes / kBytesPerSample, in_number_frames);