Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_vc1.c256 gint numprofs = 0, numactualprofs = 0; in mix_videofmt_vc1_initialize() local
373 numprofs = vaMaxNumProfiles(vadisplay); in mix_videofmt_vc1_initialize()
374 profiles = g_malloc(numprofs*sizeof(VAProfile)); in mix_videofmt_vc1_initialize()
416 if (vaprof >= numprofs || profiles[vaprof] != profile) in mix_videofmt_vc1_initialize()