Searched refs:temp1 (Results 1 – 3 of 3) sorted by relevance
73 int temp1 =0,temp2 =0; in main() local141 temp1 = atoi(argv[3]); in main()144 if (((temp1%16) != 0) || ((temp2%16) != 0)) in main()150 encoder_context->input_width = temp1; in main()
74 int temp1 =0,temp2 =0; in main() local135 temp1 = atoi(argv[3]); in main()138 if (((temp1%16) != 0) || ((temp2%16) != 0)) in main()144 decoder_context->video_resoultion.frame_height = temp1; in main()
1071 int temp1[2]; in component_init() local1074 if (pipe (temp1)) in component_init()1081 fds[0] = temp1 [0]; in component_init()1082 fds[1] = temp1 [1]; in component_init()