OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:port_chars
(Results
1 - 1
of
1
) sorted by null
/external/opencv/
cvjni.cpp
55
const char *
port_chars
= env->GetStringUTFChars(port_str, 0);
local
56
if (
port_chars
== 0) {
62
m_capture = cvCreateSocketCapture(address_chars,
port_chars
, width, height);
64
env->ReleaseStringUTFChars(port_str,
port_chars
);
Completed in 284 milliseconds