Home | History | Annotate | Download | only in src

Lines Matching refs:CBP

376     video->headerInfo.CBP = (uint8 *)(IMEM_headerInfo_CBP);
377 if (video->headerInfo.CBP == NULL) status = PV_FALSE;
417 video->headerInfo.CBP = (uint8 *) oscl_malloc(nTotalMB);
418 if (video->headerInfo.CBP == NULL) status = PV_FALSE;
575 video->headerInfo.CBP = NULL;
640 if (video->headerInfo.CBP) oscl_free(video->headerInfo.CBP);