Searched refs:frameSize (Results 1 – 4 of 4) sorted by relevance
101 int frameSize = frame.getFormat().getSize(); in storeFrame() local102 if (frameSize > mStorageCapacity) { in storeFrame()107 int newStorageSize = mStorageSize + frameSize; in storeFrame()110 newStorageSize = mStorageSize + frameSize; in storeFrame()
37 public WmDisplayCutout(DisplayCutout inner, Size frameSize) { in WmDisplayCutout() argument39 mFrameSize = frameSize; in WmDisplayCutout()
291 const size_t frameSize = audio_is_linear_pcm(format) in play_l() local293 frameCount = sound->getSizeInBytes() / frameSize; in play_l()
221 size_t frameSize = channelCount * bytesPerSample; in android_media_AudioRecord_setup() local222 size_t frameCount = buffSizeInBytes / frameSize; in android_media_AudioRecord_setup()