Searched refs:p_args (Results 1 – 2 of 2) sorted by relevance
109 test_args_t *p_args; member241 test_args_t *p_args = p_thread_arg->p_args; in decoder_test() local345 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 …]
932 RIL_SMS_WriteArgs *p_args; local943 p_args = (RIL_SMS_WriteArgs *)data;945 length = strlen(p_args->pdu)/2;1733 RIL_IMS_SMS_Message *p_args; local2058 RIL_SIM_IO_v6 *p_args; local2063 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 …]