Home | History | Annotate | Download | only in src

Lines Matching refs:QPMB

379     video->QPMB = (int *)(IMEM_headerInfo_QPMB);
380 if (video->QPMB == NULL) status = PV_FALSE;
420 video->QPMB = (int16 *) oscl_malloc(nTotalMB * sizeof(int16));
421 if (video->QPMB == NULL) status = PV_FALSE;
570 video->QPMB = NULL;
638 if (video->QPMB) oscl_free(video->QPMB);