HomeSort by relevance Sort by last modified time
    Searched refs:outFrame (Results 1 - 21 of 21) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/ns/
noise_suppression_x.c 43 short* const* outFrame) {
45 num_bands, outFrame);
noise_suppression_x.h 77 * - outFrame : Pointer to output frame for each band
82 short* const* outFrame);
ns_core.h 180 * - outFrame : Output speech frame for each band
185 float* const* outFrame);
nsx_core.h 163 * - outFrame : Output speech frame for each band
168 short* const* outFrame);
nsx_core.c     [all...]
ns_core.c     [all...]
  /external/webrtc/webrtc/modules/video_processing/
spatial_resampler.cc 49 VideoFrame* outFrame) {
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 32 VideoFrame* outFrame) = 0;
46 VideoFrame* outFrame);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MotionSensor.java 84 FrameValues outFrame = outPort.fetchAvailableFrame(null).asFrameValues();
86 outFrame.setValues(mValues);
88 outFrame.setTimestamp(System.currentTimeMillis() * 1000000L);
89 outPort.pushFrame(outFrame);
NormFilter.java 59 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue();
60 outFrame.setValue(norm);
61 outPort.pushFrame(outFrame);
StatsFilter.java 104 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue();
105 outFrame.setValue(mStats[MEAN_INDEX]);
106 outPort.pushFrame(outFrame);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
AverageFilter.java 68 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue();
69 outFrame.setValue(output);
70 outPort.pushFrame(outFrame);
MotionSensorWTime.java 90 FrameValues outFrame = outPort.fetchAvailableFrame(null).asFrameValues();
103 outFrame.setValues(mAvgValues);
105 outFrame.setTimestamp(System.currentTimeMillis() * 1000000L);
106 outPort.pushFrame(outFrame);
  /external/opencv3/modules/cudacodec/src/cuda/
nv12_to_rgb.cu 194 GpuMat outFrame = _outFrame.getGpuMat();
200 outFrame.ptr<uint>(), outFrame.step,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 66 * @param outFrame Rect in which is placed the new position/size on
69 * <var>outFrame</var> in which the content of the window are inside
72 * <var>outFrame</var> in which the content of the window should be
77 * <var>outFrame</var> in which the window is actually completely visible
96 int flags, out Rect outFrame, out Rect outOverscanInsets,
121 * @param outFrame Rect in which is placed the new position/size on screen.
124 long deferTransactionUntilFrame, out Rect outFrame);
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationController.java 669 private void getMagnifiedFrameInContentCoordsLocked(Rect outFrame) {
673 getMagnificationBounds(outFrame);
674 outFrame.offset((int) -offsetX, (int) -offsetY);
675 outFrame.scale(1.0f / scale);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 198 long deferTransactionUntilFrame, Rect outFrame) {
200 deferTransactionUntilFrame, outFrame);
210 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets,
217 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets,
WindowManagerService.java     [all...]
  /device/asus/fugu/libaudio/
AudioStreamIn.cpp 414 char* outFrame = static_cast<char*>(buffer) +
418 reinterpret_cast<int16_t*>(outFrame),
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 100 long deferTransactionUntilFrame, Rect outFrame) {

Completed in 1973 milliseconds