OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inFrames
(Results
1 - 10
of
10
) sorted by null
/system/media/audio_utils/
resampler.c
96
spx_uint32_t
inFrames
= 0;
121
inFrames
= rsmp->frames_in;
126
&
inFrames
,
132
&
inFrames
,
137
rsmp->frames_in -=
inFrames
;
144
rsmp->in_buf +
inFrames
* rsmp->channel_count,
echo_reference.c
186
size_t
inFrames
;
192
inFrames
= buffer->frame_count;
195
inFrames
= (buffer->frame_count * er->rd_sampling_rate) / er->wr_sampling_rate +
199
if (
inFrames
> wrBufSize) {
200
wrBufSize =
inFrames
;
249
//
inFrames
is always more than we need here to get frames remaining from previous runs
250
//
inFrames
is updated by resample() with the number of frames produced
254
(int16_t *)er->wr_buf, &
inFrames
);
261
inFrames
= buffer->frame_count;
265
if (er->frames_in +
inFrames
> er->buf_size)
[
all
...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
MockSpdyPeer.java
49
private final BlockingQueue<InFrame>
inFrames
= new LinkedBlockingQueue<>();
114
return
inFrames
.take();
184
inFrames
.add(inFrame);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c
108
OMX_BOOL VPP_Test_Check_Frames(int YUVRGB, int
inFrames
, int OvlyFrames,int outRGBFrames,int outYUVFrames);
[
all
...]
/frameworks/av/services/audioflinger/
AudioMixer.cpp
[
all
...]
/external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar
Completed in 315 milliseconds