Home
last modified time | relevance | path

Searched refs:p_args (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQCameraMjpegDecode.cpp109 test_args_t *p_args; member
241 test_args_t *p_args = p_thread_arg->p_args; in decoder_test() local
345 dest.width = (p_args->width) ? (p_args->width) : header.main.width; in decoder_test()
346 dest.height = (p_args->height) ? (p_args->height) : header.main.height; in decoder_test()
354 if (p_args->region.right || p_args->region.bottom) in decoder_test()
356 if (0 == p_args->rotation || 180 == p_args->rotation) in decoder_test()
364 else if (90 == p_args->rotation || 270 == p_args->rotation) in decoder_test()
410 p_args->width * p_args->height * SQUARE(p_args->scale_factor), in decoder_test()
415 p_args->width * p_args->height / 2 * SQUARE(p_args->scale_factor), in decoder_test()
448 if (p_args->abort_time) { in decoder_test()
[all …]
/aosp12/hardware/ril/reference-ril/
H A Dreference-ril.c932 RIL_SMS_WriteArgs *p_args; local
943 p_args = (RIL_SMS_WriteArgs *)data;
945 length = strlen(p_args->pdu)/2;
1733 RIL_IMS_SMS_Message *p_args; local
2058 RIL_SIM_IO_v6 *p_args; local
2063 p_args = (RIL_SIM_IO_v6 *)data;
2067 if (p_args->data == NULL) {
2069 p_args->command, p_args->fileid,
2070 p_args->p1, p_args->p2, p_args->p3);
2073 p_args->command, p_args->fileid,
[all …]