Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libswconverter/
Dcsc_tiled_to_linear_uv_deinterleave_neon.s70 @r14 temp2
97 mov r14, r3, asr #1 @ temp2 = width / 2
182 mov r14, r3, asr #1 @ temp2 = width / 2
Dcsc_interleave_memcpy_neon.s59 @r9 temp2
Dcsc_ARGB8888_to_YUV420SP_NEON.s20 @r11 temp2, immediate operand
35 @q1: temp2, GB
Dcsc_tiled_to_linear_uv_neon.s67 @r14 temp2
Dcsc_tiled_to_linear_y_neon.s68 @r14 temp2
/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c73 int temp1 =0,temp2 =0; in main() local
140 temp2 = atoi(argv[4]); in main()
142 if (((temp1%16) != 0) || ((temp2%16) != 0)) in main()
149 encoder_context->input_height = temp2; in main()
/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c74 int temp1 =0,temp2 =0; in main() local
134 temp2 = atoi(argv[4]); in main()
136 if (((temp1%16) != 0) || ((temp2%16) != 0)) in main()
143 decoder_context->video_resoultion.frame_width = temp2; in main()
/hardware/qcom/audio/libalsa-intf/
Dalsa_ucm.c3883 struct snd_ucm_ident_node *temp1, *temp2; in snd_ucm_del_ident_from_list() local
3890 temp2 = *head; in snd_ucm_del_ident_from_list()
3891 *head = temp2->next; in snd_ucm_del_ident_from_list()
3895 temp2 = temp1->next; in snd_ucm_del_ident_from_list()
3896 while (temp2 != NULL) { in snd_ucm_del_ident_from_list()
3897 if (!strncmp(temp2->ident, value, (strlen(value)+1))) { in snd_ucm_del_ident_from_list()
3898 temp1->next = temp2->next; in snd_ucm_del_ident_from_list()
3903 temp2 = temp1->next; in snd_ucm_del_ident_from_list()
3909 temp2->next = NULL; in snd_ucm_del_ident_from_list()
3910 temp2->ident[0] = 0; in snd_ucm_del_ident_from_list()
[all …]
/hardware/qcom/camera/
DQCameraHWI_Parm.cpp4115 uint16_t temp2 = (uint16_t)(focusDistances.exp_time * 100000); in setExifTags() local
4116 temp2 = (uint16_t)(100000 / temp2); in setExifTags()
4118 temp.denom = temp2; in setExifTags()
4122 ALOGV(" The exposure value is %f", temp2); in setExifTags()
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_Utils.c1851 OMX_U32 temp2 = -1; in MP3DEC_HandleDataBuf_FromApp() local
1971 temp2 = pComponentPrivate->pcmParams->nChannels; in MP3DEC_HandleDataBuf_FromApp()
1982 temp2 != pComponentPrivate->pcmParams->nChannels){ in MP3DEC_HandleDataBuf_FromApp()