Home | History | Annotate | Download | only in common

Lines Matching refs:DEBUG_PRINT

51 #define DEBUG_PRINT       printf
77 DEBUG_PRINT("Dynamically Loading the library : %s\n",libname);
85 DEBUG_PRINT("Error: Library %s incompatible as QCOM OMX component loader - %s\n",
92 DEBUG_PRINT("Error: Couldn't load %s: %s\n",libname,dlerror());
116 DEBUG_PRINT("OMXCORE API - OMX_Init \n");
137 DEBUG_PRINT("before get_cmp_index **********%d\n", rc);
141 DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].name,i);
149 DEBUG_PRINT("returning index %d\n", rc);
248 DEBUG_PRINT("free handle slot exists %d\n", rc);
282 DEBUG_PRINT("Library Used \n");
315 DEBUG_PRINT("Component exists %d\n", rc);
342 DEBUG_PRINT("get_cmp_handle \n");
351 DEBUG_PRINT("get_cmp_handle match\n");
357 DEBUG_PRINT("get_cmp_handle returning NULL \n");
388 DEBUG_PRINT("OMX DeInit: Freeing handle for %s\n",
425 DEBUG_PRINT("OMXCORE API : Get Handle %x %s %x\n",(unsigned) handle,
440 DEBUG_PRINT("getting fn pointer\n");
459 DEBUG_PRINT("Component not created succesfully\n");
471 DEBUG_PRINT("OMX_GetHandle:NO free slot available to store Component Handle\n");
474 DEBUG_PRINT("Component %x Successfully created\n",(unsigned)*handle);
479 DEBUG_PRINT("Component Creation failed\n");
485 DEBUG_PRINT("library couldnt return create instance fn\n");
492 DEBUG_PRINT("ERROR: Already another instance active ;rejecting \n");
498 DEBUG_PRINT("\n OMX_GetHandle: NULL handle \n");
520 DEBUG_PRINT("OMXCORE API : Free Handle %x\n",(unsigned) hComp);
548 DEBUG_PRINT(" OMX_FreeHandle failed on %x\n",(unsigned) hComp);
578 DEBUG_PRINT("OMXCORE API: OMX_SetupTunnel Not implemented \n");
599 DEBUG_PRINT("OMXCORE API: OMX_GetContentPipe Not implemented \n");
622 DEBUG_PRINT("OMXCORE API - OMX_ComponentNameEnum %x %d %d\n",(unsigned) componentName
749 DEBUG_PRINT("GetRolesOfComponent %s\n",compName);
811 DEBUG_PRINT("ERROR: Both Roles and numRoles Invalid\n");