Home
last modified time | relevance | path

Searched refs:outframe (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/samples/tapi/
Dclahe.cpp55 UMat frame, outframe; in main() local
93 pFilter->apply(frame, outframe); in main()
95 imshow("CLAHE", outframe); in main()
99 imwrite(outfile, outframe); in main()
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnoise_suppression.c45 float* const* outframe) { in WebRtcNs_Process() argument
47 outframe); in WebRtcNs_Process()
Dnoise_suppression.h98 float* const* outframe);
Dnsx_core.c2031 if (fwrite(outframe, sizeof(short), in WebRtcNsx_ProcessCore()