OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comp_name
(Results
1 - 25
of
92
) sorted by null
1
2
3
4
/device/huawei/angler/camera/mm-image-codec/qomx_core/
qomx_core.h
52
* @
comp_name
: name of the component
56
char *
comp_name
;
member in struct:comp_info_t
80
char *
comp_name
;
member in struct:_omx_core_component_t
qomx_core.c
86
g_omxcore->component[i].
comp_name
= g_comp_info[i].
comp_name
;
131
static int get_comp_from_list(char *
comp_name
)
135
if (NULL ==
comp_name
)
139
if (!strcmp(g_omxcore->component[i].
comp_name
,
comp_name
)) {
/device/lge/bullhead/camera/mm-image-codec/qomx_core/
qomx_core.h
52
* @
comp_name
: name of the component
56
char *
comp_name
;
member in struct:comp_info_t
80
char *
comp_name
;
member in struct:_omx_core_component_t
qomx_core.c
86
g_omxcore->component[i].
comp_name
= g_comp_info[i].
comp_name
;
131
static int get_comp_from_list(char *
comp_name
)
135
if (NULL ==
comp_name
)
139
if (!strcmp(g_omxcore->component[i].
comp_name
,
comp_name
)) {
/device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.h
52
* @
comp_name
: name of the component
56
char *
comp_name
;
member in struct:comp_info_t
80
char *
comp_name
;
member in struct:_omx_core_component_t
qomx_core.c
85
g_omxcore->component[i].
comp_name
= g_comp_info[i].
comp_name
;
130
static int get_comp_from_list(char *
comp_name
)
134
if (NULL ==
comp_name
)
138
if (!strcmp(g_omxcore->component[i].
comp_name
,
comp_name
)) {
/hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.h
52
* @
comp_name
: name of the component
56
char *
comp_name
;
member in struct:comp_info_t
80
char *
comp_name
;
member in struct:_omx_core_component_t
qomx_core.c
92
g_omxcore->component[i].
comp_name
= g_comp_info[i].
comp_name
;
137
static int get_comp_from_list(char *
comp_name
)
141
if (NULL ==
comp_name
)
145
if (!strcmp(g_omxcore->component[i].
comp_name
,
comp_name
)) {
/hardware/qcom/camera/msmcobalt/mm-image-codec/qomx_core/
qomx_core.h
52
* @
comp_name
: name of the component
56
char *
comp_name
;
member in struct:comp_info_t
80
char *
comp_name
;
member in struct:_omx_core_component_t
qomx_core.c
92
g_omxcore->component[i].
comp_name
= g_comp_info[i].
comp_name
;
137
static int get_comp_from_list(char *
comp_name
)
141
if (NULL ==
comp_name
)
145
if (!strcmp(g_omxcore->component[i].
comp_name
,
comp_name
)) {
/packages/apps/Settings/res/values-am/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-ar/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-be-rBY/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-bg/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-bn-rBD/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-el/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-fa/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-gu-rIN/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-hi/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-hy-rAM/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-iw/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-ja/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-ka-rGE/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-kk-rKZ/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-km-rKH/
strings.xml
[
all
...]
Completed in 2017 milliseconds
1
2
3
4