HomeSort by relevance Sort by last modified time
    Searched refs:comp_name (Results 1 - 5 of 5) sorted by null

  /device/google/marlin/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/msm8998/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)) {
  /external/scapy/scapy/layers/tls/crypto/
compression.py 27 comp_name = dct.get("name")
29 if comp_name:
30 _tls_compression_algs[val] = comp_name

Completed in 88 milliseconds