OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flags_str
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp
504
char algorithm_str[MAX_LEN],
flags_str
[MAX_LEN];
local
545
if (!read_value_string(g_config_file_fd, "DEINTERLACING_FLAG",
flags_str
)) {
546
if (strstr(
flags_str
, "VA_DEINTERLACING_BOTTOM_FIELD_FIRST"))
548
if (strstr(
flags_str
, "VA_DEINTERLACING_BOTTOM_FIELD"))
550
if (strstr(
flags_str
, "VA_DEINTERLACING_ONE_FIELD"))
[
all
...]
/external/libcxx/test/libcxx/test/
config.py
582
flags_str
= ' '.join(self.cxx.flags)
585
all_flags = '%s %s %s' % (
flags_str
, compile_flags_str, link_flags_str)
586
sub.append(('%flags',
flags_str
))
591
compile_str = (self.cxx.path + ' -o %t.o %s -c ' +
flags_str
593
link_str = (self.cxx.path + ' -o %t.exe %t.o ' +
flags_str
/external/opencv/cxcore/src/
cxpersistence.cpp
4295
const char*
flags_str
;
local
4648
const char*
flags_str
;
local
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java
[
all
...]
Completed in 98 milliseconds