OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBytesPerFrame
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libaaudio/src/binding/
RingBufferParcelable.cpp
56
return
mBytesPerFrame
;
60
mBytesPerFrame
= bytesPerFrame;
89
status = parcel->writeInt32(
mBytesPerFrame
);
112
status = parcel->readInt32(&
mBytesPerFrame
);
151
descriptor->bytesPerFrame =
mBytesPerFrame
;
163
if (
mBytesPerFrame
< 0 ||
mBytesPerFrame
>= 256) {
164
ALOGE("invalid
mBytesPerFrame
= %d",
mBytesPerFrame
);
178
ALOGD("
mBytesPerFrame
= %d", mBytesPerFrame)
[
all
...]
RingBufferParcelable.h
78
int32_t
mBytesPerFrame
= 0; // index is in frames
/frameworks/av/media/libaaudio/src/fifo/
FifoBuffer.h
95
return
mBytesPerFrame
;
125
const int32_t
mBytesPerFrame
;
FifoBuffer.cpp
36
,
mBytesPerFrame
(bytesPerFrame)
59
,
mBytesPerFrame
(bytesPerFrame)
81
return frames *
mBytesPerFrame
;
/frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java
54
private final int
mBytesPerFrame
;
85
mBytesPerFrame
= AudioFormat.getBytesPerSample(mAudioFormat) * mChannelCount;
185
final int unconsumedFrames = numBytes /
mBytesPerFrame
;
261
final int lengthInFrames = mBytesWritten /
mBytesPerFrame
;
274
final int lengthInFrames = mBytesWritten /
mBytesPerFrame
;
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
1159
"
mBytesPerFrame
= %u, mBitsPerChannel = %u",
1160
_outStreamFormat.
mBytesPerFrame
,
[
all
...]
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.mm
270
LOG(LS_INFO) << " bytes per frame: " << absd.
mBytesPerFrame
;
[
all
...]
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c
503
streamFormat.
mBytesPerFrame
= 2;
[
all
...]
Completed in 241 milliseconds