Home
last modified time | relevance | path

Searched defs:outFrame (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsHandshakerClientTest.java87 ByteBuffer outFrame = handshaker.startClientHandshake(); in startClientHandshakeSuccess() local
100 ByteBuffer outFrame = handshaker.startClientHandshake(); in startClientHandshakeWithOptions() local
138 ByteBuffer outFrame = handshaker.startServerHandshake(inBytes); in startServerHandshakeSuccess() local
153 ByteBuffer outFrame = handshaker.startServerHandshake(inBytes); in startServerHandshakeEmptyOutFrame() local
169 ByteBuffer outFrame = handshaker.startServerHandshake(inBytes); in startServerHandshakeWithPrefixBuffer() local
199 ByteBuffer outFrame = handshaker.next(inBytes); in nextSuccess() local
214 ByteBuffer outFrame = handshaker.next(inBytes); in nextEmptyOutFrame() local
229 ByteBuffer outFrame = handshaker.next(inBytes); in nextFinished() local
DAltsTsiFrameProtectorTest.java282 ByteBuf outFrame = in parseFrame_oneFrameNoFragment() local
320 ByteBuf outFrame = in parseFrame_twoFramesNoFragment() local
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnoise_suppression_x.c43 short* const* outFrame) { in WebRtcNsx_Process()
Dnsx_core.c1420 void WebRtcNsx_DataSynthesis(NoiseSuppressionFixedC* inst, short* outFrame) { in WebRtcNsx_DataSynthesis()
1503 short* const* outFrame) { in WebRtcNsx_ProcessCore()
Dns_core.c1187 float* const* outFrame) { in WebRtcNs_ProcessCore()
/external/webrtc/webrtc/modules/video_processing/
Dspatial_resampler.cc49 VideoFrame* outFrame) { in ResampleFrame()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c1025 float outFrame[MAX_FRAMESAMPLES]; in Decode() local