Searched refs:s_set_cores_ip (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp199 ivdext_ctl_set_num_cores_ip_t s_set_cores_ip; local
202 s_set_cores_ip.e_cmd = IVD_CMD_VIDEO_CTL;
203 s_set_cores_ip.e_sub_cmd = IVDEXT_CMD_CTL_SET_NUM_CORES;
204 s_set_cores_ip.u4_num_cores = MIN(mNumCores, CODEC_MAX_NUM_CORES);
205 s_set_cores_ip.u4_size = sizeof(ivdext_ctl_set_num_cores_ip_t);
207 ALOGD("Set number of cores to %u", s_set_cores_ip.u4_num_cores);
208 status = ivdec_api_function(mCodecCtx, (void *)&s_set_cores_ip,

Completed in 402 milliseconds