/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);
|
/external/webrtc/src/modules/audio_processing/ns/ |
noise_suppression.c | 62 short* outframe, short* outframe_H) { 64 (NSinst_t*) NS_inst, spframe, spframe_H, outframe, outframe_H);
|
noise_suppression_x.c | 60 short* speechFrameHB, short* outFrame, 63 (NsxInst_t*)nsxInst, speechFrame, speechFrameHB, outFrame, outFrameHB);
|
nsx_core.c | [all...] |
ns_core.c | 720 short* outFrame, 843 outFrame[i] = (short)dTmp; [all...] |
/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/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
MockSpdyPeer.java | 42 private final List<OutFrame> outFrames = new ArrayList<OutFrame>(); 54 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), Integer.MAX_VALUE)); 64 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), truncateToLength)); 99 Iterator<OutFrame> outFramesIterator = outFrames.iterator(); 101 OutFrame nextOutFrame = null; 149 private static class OutFrame { 154 private OutFrame(int sequence, int start, int truncateToLength) {
|
/frameworks/base/core/java/android/view/ |
IWindowSession.aidl | 65 * @param outFrame Rect in which is placed the new position/size on 68 * <var>outFrame</var> in which the content of the window are inside 71 * <var>outFrame</var> in which the content of the window should be 76 * <var>outFrame</var> in which the window is actually completely visible 91 int flags, out Rect outFrame, out Rect outOverscanInsets,
|
IWindowManager.aidl | 246 void getWindowFrame(IBinder token, out Rect outFrame);
|
/external/webrtc/src/modules/audio_processing/ns/interface/ |
noise_suppression.h | 108 * - outframe : Pointer to output frame for L band 117 short* outframe,
|
noise_suppression_x.h | 107 * - outFrame : Pointer to output frame for L band 116 short* outFrame,
|
/external/srec/srec/clib/ |
cnorm_tr.c | 61 imeldata *outframe, imeldata *frame, 68 ASSERT(outframe); 71 outframe[ii] = MAKEBYTE(frame[ii] + channorm->imelda_adjust[ii]);
|
/external/srec/srec/include/ |
channorm.h | 51 imeldata *outframe,
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
isac.c | [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
Session.java | 186 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, 192 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets,
|
WindowManagerService.java | [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
IWindowManagerImpl.java | 472 public void getWindowFrame(IBinder token, Rect outFrame) {
|