OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inFrame
(Results
1 - 14
of
14
) sorted by null
/external/webrtc/webrtc/modules/video_processing/
spatial_resampler.cc
48
int32_t VPMSimpleSpatialResampler::ResampleFrame(const VideoFrame&
inFrame
,
54
} else if ((
inFrame
.width() == target_width_) &&
55
(
inFrame
.height() == target_height_)) {
63
ret_val = scaler_.Set(
inFrame
.width(),
inFrame
.height(), target_width_,
68
ret_val = scaler_.Scale(
inFrame
, outFrame);
72
outFrame->set_timestamp(
inFrame
.timestamp());
73
outFrame->set_render_time_ms(
inFrame
.render_time_ms());
spatial_resampler.h
31
virtual int32_t ResampleFrame(const VideoFrame&
inFrame
,
45
virtual int32_t ResampleFrame(const VideoFrame&
inFrame
,
/external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.h
175
* -
inFrame
: Input speech frame for each band
183
const float* const*
inFrame
,
nsx_core.h
158
* -
inFrame
: Input speech frame for each band
166
const short* const*
inFrame
,
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c
503
float
inFrame
[FRAMESAMPLES_10ms];
533
inFrame
[k] = (float)speechInLB[k];
537
inFrame
[k] = (float) speechIn[k];
542
inFrame
[0] += (float)1.23455334e-3;
543
inFrame
[1] -= (float)2.04324239e-3;
544
inFrame
[2] += (float)1.90854954e-3;
545
inFrame
[9] += (float)1.84854878e-3;
555
inFrame
, &instLB->ISACencLB_obj,
566
inFrame
[k] = (float) speechInUB[k];
570
inFrame
[0] += (float)1.23455334e-3
[
all
...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
MockSpdyPeer.java
49
private final BlockingQueue<
InFrame
> inFrames = new LinkedBlockingQueue<>();
113
public
InFrame
takeFrame() throws InterruptedException {
182
InFrame
inFrame
= new
InFrame
(i, reader);
183
reader.nextFrame(
inFrame
);
184
inFrames.add(
inFrame
);
215
public static class
InFrame
implements FrameReader.Handler {
234
public
InFrame
(int sequence, FrameReader reader) {
/frameworks/base/libs/hwui/
OpenGLRenderer.h
683
bool updateLayer(Layer* layer, bool
inFrame
);
OpenGLRenderer.cpp
331
bool OpenGLRenderer::updateLayer(Layer* layer, bool
inFrame
) {
335
if (
inFrame
) {
339
if (CC_UNLIKELY(
inFrame
|| Properties::drawDeferDisabled)) {
345
if (
inFrame
) {
[
all
...]
/external/libjpeg-turbo/doc/html/search/
search.js
90
function SearchBox(name, resultsPath,
inFrame
, label)
105
this.insideFrame =
inFrame
;
/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 1160 milliseconds