Lines Matching refs:governor

124     char governor[80];  in process_video_decode_hint()  local
127 if (get_scaling_governor(governor, sizeof(governor)) == -1) { in process_video_decode_hint()
153 if ((strncmp(governor, ONDEMAND_GOVERNOR, strlen(ONDEMAND_GOVERNOR)) == 0) && in process_video_decode_hint()
154 (strlen(governor) == strlen(ONDEMAND_GOVERNOR))) { in process_video_decode_hint()
159 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_decode_hint()
160 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_decode_hint()
167 if ((strncmp(governor, ONDEMAND_GOVERNOR, strlen(ONDEMAND_GOVERNOR)) == 0) && in process_video_decode_hint()
168 (strlen(governor) == strlen(ONDEMAND_GOVERNOR))) { in process_video_decode_hint()
169 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_decode_hint()
170 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_decode_hint()
178 char governor[80]; in process_video_encode_hint() local
181 if (get_scaling_governor(governor, sizeof(governor)) == -1) { in process_video_encode_hint()
203 if ((strncmp(governor, ONDEMAND_GOVERNOR, strlen(ONDEMAND_GOVERNOR)) == 0) && in process_video_encode_hint()
204 (strlen(governor) == strlen(ONDEMAND_GOVERNOR))) { in process_video_encode_hint()
209 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint()
210 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint()
218 if ((strncmp(governor, ONDEMAND_GOVERNOR, strlen(ONDEMAND_GOVERNOR)) == 0) && in process_video_encode_hint()
219 (strlen(governor) == strlen(ONDEMAND_GOVERNOR))) { in process_video_encode_hint()
221 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint()
222 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint()
354 char governor[80]; in set_interactive() local
365 if (get_scaling_governor(governor, sizeof(governor)) == -1) { in set_interactive()
373 if ((strncmp(governor, ONDEMAND_GOVERNOR, strlen(ONDEMAND_GOVERNOR)) == 0) && in set_interactive()
374 (strlen(governor) == strlen(ONDEMAND_GOVERNOR))) { in set_interactive()
382 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive()
383 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive()
391 } else if ((strncmp(governor, MSMDCVS_GOVERNOR, strlen(MSMDCVS_GOVERNOR)) == 0) && in set_interactive()
392 (strlen(governor) == strlen(MSMDCVS_GOVERNOR))) { in set_interactive()
489 if ((strncmp(governor, ONDEMAND_GOVERNOR, strlen(ONDEMAND_GOVERNOR)) == 0) && in set_interactive()
490 (strlen(governor) == strlen(ONDEMAND_GOVERNOR))) { in set_interactive()
493 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive()
494 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive()
497 } else if ((strncmp(governor, MSMDCVS_GOVERNOR, strlen(MSMDCVS_GOVERNOR)) == 0) && in set_interactive()
498 (strlen(governor) == strlen(MSMDCVS_GOVERNOR))) { in set_interactive()