/hardware/intel/common/omx-components/videocodec/ |
D | OMXComponentDefines.h | 23 static OMX_ERRORTYPE Get##FUNC(void *inst, OMX_PTR pStructure) {\ 24 return ((CLASS*)inst)->Get##FUNC(pStructure);\ 26 static OMX_ERRORTYPE Set##FUNC(void *inst, OMX_PTR pStructure) {\ 27 return ((CLASS*)inst)->Set##FUNC(pStructure);\ 108 ComponentBase *inst = new CLASS;\ 109 if (!inst) {\ 112 *instance = inst;\
|
D | OMXComponentCodecBase.h | 77 typedef OMX_ERRORTYPE (*OMXHANDLER)(void *inst, OMX_PTR p);
|
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/ |
D | qc_omx_core.c | 166 static void clear_cmp_handle(OMX_HANDLETYPE inst) in clear_cmp_handle() argument 170 if(NULL == inst) in clear_cmp_handle() 177 if(inst == core[i].inst[j]) in clear_cmp_handle() 179 core[i].inst[j] = NULL; in clear_cmp_handle() 200 static int is_cmp_handle_exists(OMX_HANDLETYPE inst) in is_cmp_handle_exists() argument 205 if(NULL == inst) in is_cmp_handle_exists() 212 if(inst == core[i].inst[j]) in is_cmp_handle_exists() 245 if(NULL == core[i].inst[j]) in get_comp_handle_index() 279 if(core[index].inst[i]) in check_lib_unload() 312 if(core[i].inst[j]) in is_cmp_already_exists() [all …]
|
D | qc_omx_core.h | 48 void* inst[OMX_COMP_MAX_INST];// Instance handle member
|
/hardware/qcom/media/msm8974/mm-core/src/common/ |
D | qc_omx_core.c | 163 static void clear_cmp_handle(OMX_HANDLETYPE inst) in clear_cmp_handle() argument 167 if(NULL == inst) in clear_cmp_handle() 174 if(inst == core[i].inst[j]) in clear_cmp_handle() 176 core[i].inst[j] = NULL; in clear_cmp_handle() 197 static int is_cmp_handle_exists(OMX_HANDLETYPE inst) in is_cmp_handle_exists() argument 202 if(NULL == inst) in is_cmp_handle_exists() 210 if(inst == core[i].inst[j]) in is_cmp_handle_exists() 245 if(NULL == core[i].inst[j]) in get_comp_handle_index() 279 if(core[index].inst[i]) in check_lib_unload() 312 if(core[i].inst[j]) in is_cmp_already_exists() [all …]
|
D | qc_omx_core.h | 48 void* inst[OMX_COMP_MAX_INST];// Instance handle member
|
/hardware/qcom/media/msm8998/mm-core/src/common/ |
D | qc_omx_core.c | 167 static void clear_cmp_handle(OMX_HANDLETYPE inst) in clear_cmp_handle() argument 171 if(NULL == inst) in clear_cmp_handle() 178 if(inst == core[i].inst[j]) in clear_cmp_handle() 180 core[i].inst[j] = NULL; in clear_cmp_handle() 201 static int is_cmp_handle_exists(OMX_HANDLETYPE inst) in is_cmp_handle_exists() argument 206 if(NULL == inst) in is_cmp_handle_exists() 214 if(inst == core[i].inst[j]) in is_cmp_handle_exists() 249 if(NULL == core[i].inst[j]) in get_comp_handle_index() 283 if(core[index].inst[i]) in check_lib_unload() 316 if(core[i].inst[j]) in is_cmp_already_exists() [all …]
|
D | qc_omx_core.h | 48 void* inst[OMX_COMP_MAX_INST];// Instance handle member
|
/hardware/qcom/media/msm8996/mm-core/src/common/ |
D | qc_omx_core.c | 167 static void clear_cmp_handle(OMX_HANDLETYPE inst) in clear_cmp_handle() argument 171 if(NULL == inst) in clear_cmp_handle() 178 if(inst == core[i].inst[j]) in clear_cmp_handle() 180 core[i].inst[j] = NULL; in clear_cmp_handle() 201 static int is_cmp_handle_exists(OMX_HANDLETYPE inst) in is_cmp_handle_exists() argument 206 if(NULL == inst) in is_cmp_handle_exists() 214 if(inst == core[i].inst[j]) in is_cmp_handle_exists() 249 if(NULL == core[i].inst[j]) in get_comp_handle_index() 283 if(core[index].inst[i]) in check_lib_unload() 316 if(core[i].inst[j]) in is_cmp_already_exists() [all …]
|
D | qc_omx_core.h | 48 void* inst[OMX_COMP_MAX_INST];// Instance handle member
|
/hardware/libhardware/ |
D | hardware.c | 163 int hw_get_module_by_class(const char *class_id, const char *inst, in hw_get_module_by_class() argument 173 if (inst) in hw_get_module_by_class() 174 snprintf(name, PATH_MAX, "%s.%s", class_id, inst); in hw_get_module_by_class()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleObjectPool.h | 41 static PoolStats inst; in instance() local 42 return &inst; in instance()
|
/hardware/libhardware/include/hardware/ |
D | hardware.h | 241 int hw_get_module_by_class(const char *class_id, const char *inst,
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
D | msmb_pproc.h | 311 uint64_t inst; member 440 uint64_t inst; member
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
D | msmb_pproc.h | 176 uint64_t inst; member
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msmb_pproc.h | 195 uint64_t inst; member
|
/hardware/qcom/msm8994/kernel-headers/media/ |
D | msmb_pproc.h | 315 uint64_t inst; member
|