Home
last modified time | relevance | path

Searched refs:have_input (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/test/
H A Drga_test.cpp38 RK_U32 have_input; member
83 cmd->have_input = 1; in rga_test_parse_options()
185 if (cmd.have_input) { in main()
226 if (cmd.have_input) { in main()
/OK3568_Linux_fs/external/mpp/test/
H A Dvpu_api_test.c56 RK_U8 have_input; member
146 cmdCxt->have_input = 1; in parse_options()
272 if ((cmd->have_input == 0) || (cmd->width <= 0) || (cmd->height <= 0) in vpu_encode_demo()
277 if (cmd->have_input) { in vpu_encode_demo()
528 if ((cmd->have_input == 0) || (cmd->width <= 0) || (cmd->height <= 0) in vpu_decode_demo()
533 if (cmd->have_input) { in vpu_decode_demo()
/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_dec_utils.h47 RK_U32 have_input; member
H A Dmpi_dec_utils.c445 cmd->have_input = 1; in mpi_dec_opt_i()
686 if (cmd->have_input) { in mpi_dec_test_cmd_init()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-aspeed.c288 static inline bool have_input(struct aspeed_gpio *gpio, unsigned int offset) in have_input() function
295 #define have_irq(g, o) have_input((g), (o))
296 #define have_debounce(g, o) have_input((g), (o))
435 if (!have_input(gpio, offset)) in aspeed_gpio_dir_in()
489 if (!have_input(gpio, offset)) in aspeed_gpio_get_direction()