Home | History | Annotate | Download | only in src

Lines Matching refs:nLayers

68                                         int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode)
77 decCtrl->nLayers = nLayers;
78 for (idx = 0; idx < nLayers; idx++)
94 video->numberOfLayers = nLayers;
98 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *));
101 video->memoryUsage += nLayers * sizeof(Vol *);
131 video->vopHeader = (Vop **) oscl_malloc(sizeof(Vop *) * nLayers);
134 else oscl_memset(video->vopHeader, 0, sizeof(Vop *)*nLayers);
135 video->memoryUsage += (sizeof(Vop *) * nLayers);
145 for (idx = 0; idx < nLayers; idx++)
268 status = PVAllocVideoData(decCtrl, width, height, nLayers);
282 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers)
333 if (nLayers > 1)
504 if (nLayers > 1)
531 for (idx = 0; idx < decCtrl->nLayers; idx++)
536 if (decCtrl->nLayers > 1)
1046 if (decCtrl->nLayers > 1)
1049 for (idx = 0; idx < decCtrl->nLayers; idx++)
1335 if (decCtrl->nLayers > 1)