Home
last modified time | relevance | path

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

/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpeg_test.c622 jpeg_test_input_t *p_test_input; in main() local
625 p_test_input = calloc(2, sizeof(*p_test_input)); in main()
626 if (!p_test_input) { in main()
630 memcpy(p_test_input, &jpeg_input[0], sizeof(*p_test_input)); in main()
631 ret = mm_jpeg_test_get_input(argc, argv, p_test_input); in main()
640 ret = encode_test(p_test_input); in main()
650 if (p_test_input) { in main()
651 free(p_test_input); in main()
652 p_test_input = NULL; in main()
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpeg_test.c622 jpeg_test_input_t *p_test_input; in main() local
625 p_test_input = calloc(2, sizeof(*p_test_input)); in main()
626 if (!p_test_input) { in main()
630 memcpy(p_test_input, &jpeg_input[0], sizeof(*p_test_input)); in main()
631 ret = mm_jpeg_test_get_input(argc, argv, p_test_input); in main()
640 ret = encode_test(p_test_input); in main()
650 if (p_test_input) { in main()
651 free(p_test_input); in main()
652 p_test_input = NULL; in main()
/device/google/marlin/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()