Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpeg_test.c713 jpeg_test_input_t *p_test_input; in main() local
720 p_test_input = calloc(2, sizeof(*p_test_input)); in main()
721 if (!p_test_input) { in main()
725 memcpy(p_test_input, &jpeg_input[0], sizeof(*p_test_input)); in main()
726 ret = mm_jpeg_test_get_input(argc, argv, p_test_input); in main()
736 for (i = 0; i < p_test_input->client_cnt; i++) { in main()
738 ret = encode_init(p_test_input, &client[i], i); in main()
767 if (p_test_input) { in main()
768 free(p_test_input); in main()
769 p_test_input = NULL; in main()