Home
last modified time | relevance | path

Searched refs:SIZE_OF_CORE (Results 1 – 25 of 126) sorted by relevance

123456

/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
Dqc_omx_core.c55 extern const unsigned int SIZE_OF_CORE;
139 for(i=0; i< (int)SIZE_OF_CORE; i++) in get_cmp_index()
173 for(i=0; i< SIZE_OF_CORE; i++) in clear_cmp_handle()
208 for(i=0; i< SIZE_OF_CORE; i++) in is_cmp_handle_exists()
239 for(i=0; i< SIZE_OF_CORE; i++) in get_comp_handle_index()
306 for(i=0; i< SIZE_OF_CORE; i++) in is_cmp_already_exists()
343 for(i=0; i< SIZE_OF_CORE; i++) in get_cmp_handle()
382 for(i=0; i< SIZE_OF_CORE; i++) in OMX_Deinit()
529 if( ((unsigned int)i < SIZE_OF_CORE) && core[i].so_lib_handle) in OMX_FreeHandle()
625 if(index < SIZE_OF_CORE) in OMX_ComponentNameEnum()
[all …]
/hardware/qcom/media/msm8974/mm-core/src/common/
Dqc_omx_core.c52 extern const unsigned int SIZE_OF_CORE;
136 for(i=0; i< (int)SIZE_OF_CORE; i++) in get_cmp_index()
170 for(i=0; i< SIZE_OF_CORE; i++) in clear_cmp_handle()
206 for(i=0; i< SIZE_OF_CORE; i++) in is_cmp_handle_exists()
239 for(i=0; i< SIZE_OF_CORE; i++) in get_comp_handle_index()
306 for(i=0; i< SIZE_OF_CORE; i++) in is_cmp_already_exists()
343 for(i=0; i< SIZE_OF_CORE; i++) in get_cmp_handle()
511 if( (i < (int)SIZE_OF_CORE) && core[i].so_lib_handle) in OMX_FreeHandle()
610 if(index < SIZE_OF_CORE) in OMX_ComponentNameEnum()
659 for (i=0; i<SIZE_OF_CORE;i++) in OMX_GetComponentsOfRole()
[all …]
/hardware/qcom/sm7250/media/mm-core/src/
Dregistry_table.c53 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
54 omx_core_cb_type component[SIZE_OF_CORE];
Dregistry_table_android.c56 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
57 omx_core_cb_type component[SIZE_OF_CORE];
/hardware/qcom/sm8150/media/mm-core/src/
Dregistry_table.c55 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
56 omx_core_cb_type component[SIZE_OF_CORE];
Dregistry_table_android.c58 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
59 omx_core_cb_type component[SIZE_OF_CORE];
/hardware/qcom/media/msm8996/mm-core/src/common/
Dqc_omx_core.c53 extern const unsigned int SIZE_OF_CORE;
140 for(i=0; i< (int)SIZE_OF_CORE; i++) in get_cmp_index()
174 for(i=0; i< SIZE_OF_CORE; i++) in clear_cmp_handle()
210 for(i=0; i< SIZE_OF_CORE; i++) in is_cmp_handle_exists()
243 for(i=0; i< SIZE_OF_CORE; i++) in get_comp_handle_index()
310 for(i=0; i< SIZE_OF_CORE; i++) in is_cmp_already_exists()
347 for(i=0; i< SIZE_OF_CORE; i++) in get_cmp_handle()
601 if( (i < (int)SIZE_OF_CORE) && core[i].so_lib_handle) in OMX_FreeHandle()
708 if(index < SIZE_OF_CORE) in OMX_ComponentNameEnum()
757 for (i=0; i<SIZE_OF_CORE;i++) in OMX_GetComponentsOfRole()
[all …]
/hardware/qcom/media/msm8998/mm-core/src/common/
Dqc_omx_core.c53 extern const unsigned int SIZE_OF_CORE;
140 for(i=0; i< (int)SIZE_OF_CORE; i++) in get_cmp_index()
174 for(i=0; i< SIZE_OF_CORE; i++) in clear_cmp_handle()
210 for(i=0; i< SIZE_OF_CORE; i++) in is_cmp_handle_exists()
243 for(i=0; i< SIZE_OF_CORE; i++) in get_comp_handle_index()
310 for(i=0; i< SIZE_OF_CORE; i++) in is_cmp_already_exists()
347 for(i=0; i< SIZE_OF_CORE; i++) in get_cmp_handle()
603 if( (i < (int)SIZE_OF_CORE) && core[i].so_lib_handle) in OMX_FreeHandle()
710 if(index < SIZE_OF_CORE) in OMX_ComponentNameEnum()
759 for (i=0; i<SIZE_OF_CORE;i++) in OMX_GetComponentsOfRole()
[all …]
/hardware/qcom/sdm845/media/mm-core/src/common/
Dqc_omx_core.c53 extern const unsigned int SIZE_OF_CORE;
140 for(i=0; i< (int)SIZE_OF_CORE; i++) in get_cmp_index()
174 for(i=0; i< SIZE_OF_CORE; i++) in clear_cmp_handle()
210 for(i=0; i< SIZE_OF_CORE; i++) in is_cmp_handle_exists()
243 for(i=0; i< SIZE_OF_CORE; i++) in get_comp_handle_index()
311 for(i=0; i< SIZE_OF_CORE; i++) in get_cmp_handle()
567 if( (i < (int)SIZE_OF_CORE) && core[i].so_lib_handle) in OMX_FreeHandle()
674 …if((index < SIZE_OF_CORE) && strncmp(core[index].name, "OMX.QCOM.CUST.COMP.START",strlen("OMX.QCOM… in OMX_ComponentNameEnum()
723 for (i=0; i<SIZE_OF_CORE;i++) in OMX_GetComponentsOfRole()
748 for (i=0; i<SIZE_OF_CORE;i++) in OMX_GetComponentsOfRole()
[all …]
/hardware/qcom/sdm845/media/mm-core/src/default/
Dqc_registry_table_android.c57 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
Dqc_registry_table.c60 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
/hardware/qcom/media/msm8974/mm-core/src/default/
Dqc_registry_table_android.c57 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
Dqc_registry_table.c60 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
/hardware/qcom/media/msm8998/mm-core/src/default/
Dqc_registry_table_android.c57 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
Dqc_registry_table.c60 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
/hardware/qcom/sm8150/media/mm-core/src/default/
Dqc_registry_table_android.c57 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
Dqc_registry_table.c60 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
/hardware/qcom/media/msm8996/mm-core/src/default/
Dqc_registry_table_android.c57 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
Dqc_registry_table.c60 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
/hardware/qcom/sm7250/media/mm-core/src/default/
Dqc_registry_table_android.c57 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
Dqc_registry_table.c60 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
/hardware/qcom/media/msm8996/mm-core/src/8909/
Dregistry_table.c253 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
Dregistry_table_android.c318 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
/hardware/qcom/sdm845/media/mm-core/src/sdm710/
Dregistry_table_android.c204 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable
/hardware/qcom/sdm845/media/mm-core/src/sdm845/
Dregistry_table_android.c220 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); variable

123456