Home | History | Annotate | Download | only in src

Lines Matching refs:sliceNo

360     video->sliceNo = (uint8 *)(IMEM_sliceNo);
361 if (video->sliceNo == NULL) status = PV_FALSE;
393 video->sliceNo = (uint8 *) oscl_malloc(nTotalMB);
394 if (video->sliceNo == NULL) status = PV_FALSE;
566 video->sliceNo = NULL;
641 if (video->sliceNo) oscl_free(video->sliceNo);