/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/include/ |
noise_suppression_x.h | 93 * - outFrame : Pointer to output frame for L band 102 short* outFrame,
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/ |
spatial_resampler.cc | 49 I420VideoFrame* 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 I420VideoFrame* outFrame) = 0; 46 I420VideoFrame* outFrame);
|
/external/webrtc/src/modules/audio_processing/ns/interface/ |
noise_suppression_x.h | 107 * - outFrame : Pointer to output frame for L band 116 short* outFrame,
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/ |
noise_suppression_x.c | 49 short* speechFrameHB, short* outFrame, 52 (NsxInst_t*)nsxInst, speechFrame, speechFrameHB, outFrame, outFrameHB);
|
nsx_core.c | [all...] |
ns_core.c | [all...] |
/external/webrtc/src/modules/audio_processing/ns/ |
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/ |
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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
isac.c | [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
isac.c | [all...] |
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
video_source.cc | 232 unsigned char *outFrame = new unsigned char[lengthOutFrame]; 245 if (fwrite(outFrame, 1, lengthOutFrame, 253 delete outFrame;
|
/external/chromium_org/third_party/decklink/mac/include/ |
DeckLinkAPI_v9_9.h | 59 virtual HRESULT CreateVideoFrame (/* in */ int32_t width, /* in */ int32_t height, /* in */ int32_t rowBytes, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDFrameFlags flags, /* out */ IDeckLinkMutableVideoFrame **outFrame) = 0;
|
DeckLinkAPI_v7_1.h | 112 virtual HRESULT STDMETHODCALLTYPE CreateVideoFrame (int32_t width, int32_t height, int32_t rowBytes, BMDPixelFormat pixelFormat, BMDFrameFlags flags, IDeckLinkVideoFrame_v7_1* *outFrame) = 0; 113 virtual HRESULT STDMETHODCALLTYPE CreateVideoFrameFromBuffer (void* buffer, int32_t width, int32_t height, int32_t rowBytes, BMDPixelFormat pixelFormat, BMDFrameFlags flags, IDeckLinkVideoFrame_v7_1* *outFrame) = 0;
|
DeckLinkAPI_v7_3.h | 70 virtual HRESULT CreateVideoFrame (int32_t width, int32_t height, int32_t rowBytes, BMDPixelFormat pixelFormat, BMDFrameFlags flags, /* out */ IDeckLinkMutableVideoFrame_v7_6 **outFrame) = 0;
|
DeckLinkAPI_v7_6.h | 158 virtual HRESULT CreateVideoFrame (/* in */ int32_t width, /* in */ int32_t height, /* in */ int32_t rowBytes, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDFrameFlags flags, /* out */ IDeckLinkMutableVideoFrame_v7_6 **outFrame) = 0;
|
/device/asus/fugu/libaudio/ |
AudioStreamIn.cpp | 414 char* outFrame = static_cast<char*>(buffer) + 418 reinterpret_cast<int16_t*>(outFrame),
|
/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 92 int flags, out Rect outFrame, out Rect outOverscanInsets,
|
/frameworks/base/services/core/java/com/android/server/wm/ |
Session.java | 192 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, 199 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets,
|