Searched refs:codecCallbackTaskAttr (Results 1 – 2 of 2) sorted by relevance
50 pthread_attr_t codecCallbackTaskAttr; member
361 pthread_attr_init(&instance->codecCallbackTaskAttr); in RunCodecInstance()362 pthread_attr_setdetachstate(&instance->codecCallbackTaskAttr, PTHREAD_CREATE_JOINABLE); in RunCodecInstance()433 pthread_attr_destroy(&instance->codecCallbackTaskAttr); in DestroyCodecInstance()