Home | History | Annotate | Download | only in src

Lines Matching defs:perf

1812                 DEBUG_PRINT_LOW("Set perf level: %d", pParam->ePerfLevel);
1814 DEBUG_PRINT_ERROR("ERROR: Failed to set perf level to %d", pParam->ePerfLevel);
2077 OMX_QCOM_VIDEO_CONFIG_PERF_LEVEL *perf =
2079 DEBUG_PRINT_LOW("Set perf level: %d", perf->ePerfLevel);
2080 if (!venc_set_perf_level(perf->ePerfLevel)) {
2081 DEBUG_PRINT_ERROR("ERROR: Failed to set perf level to %d", perf->ePerfLevel);
2084 performance_level.perflevel = (unsigned int) perf->ePerfLevel;
2663 DEBUG_PRINT_HIGH("Failed to set control for perf level");