Searched refs:temp2 (Results 1 – 10 of 10) sorted by relevance
/hardware/samsung_slsi/exynos5/libswconverter/ |
D | csc_tiled_to_linear_uv_deinterleave_neon.s | 70 @r14 temp2 97 mov r14, r3, asr #1 @ temp2 = width / 2 182 mov r14, r3, asr #1 @ temp2 = width / 2
|
D | csc_interleave_memcpy_neon.s | 59 @r9 temp2
|
D | csc_ARGB8888_to_YUV420SP_NEON.s | 20 @r11 temp2, immediate operand 35 @q1: temp2, GB
|
D | csc_tiled_to_linear_uv_neon.s | 67 @r14 temp2
|
D | csc_tiled_to_linear_y_neon.s | 68 @r14 temp2
|
/hardware/qcom/media/mm-video/vidc/venc/test/ |
D | video_encoder_test.c | 73 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/ |
D | decoder_driver_test.c | 74 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/ |
D | alsa_ucm.c | 3883 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/ |
D | QCameraHWI_Parm.cpp | 4115 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/ |
D | OMX_Mp3Dec_Utils.c | 1851 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()
|