Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvideo_encoder_test.c73 int temp1 =0,temp2 =0; in main() local
139 temp1 = atoi(argv[3]); in main()
142 if (((temp1%16) != 0) || ((temp2%16) != 0)) in main()
148 encoder_context->input_width = temp1; in main()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c74 int temp1 =0,temp2 =0; in main() local
132 temp1 = atoi(argv[3]); in main()
135 if (((temp1%16) != 0) || ((temp2%16) != 0)) { in main()
138 decoder_context->video_resoultion.frame_height = temp1; in main()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c74 int temp1 =0,temp2 =0; in main() local
133 temp1 = atoi(argv[3]); in main()
136 if (((temp1%16) != 0) || ((temp2%16) != 0)) in main()
142 decoder_context->video_resoultion.frame_height = temp1; in main()
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_ucm.c3883 struct snd_ucm_ident_node *temp1, *temp2; in snd_ucm_del_ident_from_list() local
3894 temp1 = *head; in snd_ucm_del_ident_from_list()
3895 temp2 = temp1->next; in snd_ucm_del_ident_from_list()
3898 temp1->next = temp2->next; in snd_ucm_del_ident_from_list()
3902 temp1 = temp1->next; in snd_ucm_del_ident_from_list()
3903 temp2 = temp1->next; in snd_ucm_del_ident_from_list()
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp1721 int temp1[2]; in component_init() local
1724 if (pipe (temp1)) in component_init()
1729 fds[0] = temp1 [0]; in component_init()
1730 fds[1] = temp1 [1]; in component_init()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec_copper.cpp1501 int temp1[2]; in component_init() local
1504 if (pipe (temp1)) in component_init()
1511 fds[0] = temp1 [0]; in component_init()
1512 fds[1] = temp1 [1]; in component_init()
Domx_vdec.cpp1585 int temp1[2]; in component_init() local
1588 if (pipe (temp1)) in component_init()
1595 fds[0] = temp1 [0]; in component_init()
1596 fds[1] = temp1 [1]; in component_init()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp1548 int temp1[2]; in component_init() local
1551 if (pipe (temp1)) { in component_init()
1558 fds[0] = temp1 [0]; in component_init()
1559 fds[1] = temp1 [1]; in component_init()
Domx_vdec_hevc.cpp1590 int temp1[2]; in component_init() local
1592 if (pipe (temp1)) { in component_init()
1598 fds[0] = temp1 [0]; in component_init()
1599 fds[1] = temp1 [1]; in component_init()
Domx_vdec_msm8974.cpp2044 int temp1[2]; in component_init() local
2046 if (pipe (temp1)) { in component_init()
2052 fds[0] = temp1 [0]; in component_init()
2053 fds[1] = temp1 [1]; in component_init()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp1569 int temp1[2]; in component_init() local
1571 if (pipe (temp1)) { in component_init()
1577 fds[0] = temp1 [0]; in component_init()
1578 fds[1] = temp1 [1]; in component_init()