Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c73 int temp1 =0,temp2 =0; in main() local
141 temp1 = atoi(argv[3]); in main()
144 if (((temp1%16) != 0) || ((temp2%16) != 0)) in main()
150 encoder_context->input_width = temp1; in main()
/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c74 int temp1 =0,temp2 =0; in main() local
135 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()
/hardware/qcom/media/mm-video/vidc/vdec/src/
Domx_vdec.cpp1071 int temp1[2]; in component_init() local
1074 if (pipe (temp1)) in component_init()
1081 fds[0] = temp1 [0]; in component_init()
1082 fds[1] = temp1 [1]; in component_init()