Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/hal/mooney/pq/
H A Dmhal_pq_adaptive.c1503 MS_BOOL bBool = FALSE; in MDrv_SC_mcnr_driver() local
1507 bBool = (u8notConfirmCnt > 0x30);//main&sub in MDrv_SC_mcnr_driver()
1511 bBool = (u8notConfirmCnt > 0x30);//sub only in MDrv_SC_mcnr_driver()
1515 bBool = ( (u8notConfirmCnt > 0x30) || bmevertical ); // low nr strength in MDrv_SC_mcnr_driver()
1518 if (bBool) // low nr strength in MDrv_SC_mcnr_driver()
/utopia/UTPA2-700.0.x/modules/pq/hal/curry/pq/
H A Dmhal_pq_adaptive.c1907 MS_BOOL bBool = FALSE; in MDrv_SC_mcnr_driver() local
1911 bBool = (u8notConfirmCnt > 0x30);//main&sub in MDrv_SC_mcnr_driver()
1915 bBool = (u8notConfirmCnt > 0x30);//sub only in MDrv_SC_mcnr_driver()
1919 bBool = ( (u8notConfirmCnt > 0x30) || me_vertical ); // low nr strength in MDrv_SC_mcnr_driver()
1922 if (bBool) // low nr strength in MDrv_SC_mcnr_driver()
/utopia/UTPA2-700.0.x/modules/pq/hal/kano/pq/
H A Dmhal_pq_adaptive.c1907 MS_BOOL bBool = FALSE; in MDrv_SC_mcnr_driver() local
1911 bBool = (u8notConfirmCnt > 0x30);//main&sub in MDrv_SC_mcnr_driver()
1915 bBool = (u8notConfirmCnt > 0x30);//sub only in MDrv_SC_mcnr_driver()
1919 bBool = ( (u8notConfirmCnt > 0x30) || me_vertical ); // low nr strength in MDrv_SC_mcnr_driver()
1922 if (bBool) // low nr strength in MDrv_SC_mcnr_driver()
/utopia/UTPA2-700.0.x/modules/pq/hal/k6/pq/
H A Dmhal_pq_adaptive.c1907 MS_BOOL bBool = FALSE; in MDrv_SC_mcnr_driver() local
1911 bBool = (u8notConfirmCnt > 0x30);//main&sub in MDrv_SC_mcnr_driver()
1915 bBool = (u8notConfirmCnt > 0x30);//sub only in MDrv_SC_mcnr_driver()
1919 bBool = ( (u8notConfirmCnt > 0x30) || me_vertical ); // low nr strength in MDrv_SC_mcnr_driver()
1922 if (bBool) // low nr strength in MDrv_SC_mcnr_driver()
/utopia/UTPA2-700.0.x/modules/pq/hal/k6lite/pq/
H A Dmhal_pq_adaptive.c1907 MS_BOOL bBool = FALSE; in MDrv_SC_mcnr_driver() local
1911 bBool = (u8notConfirmCnt > 0x30);//main&sub in MDrv_SC_mcnr_driver()
1915 bBool = (u8notConfirmCnt > 0x30);//sub only in MDrv_SC_mcnr_driver()
1919 bBool = ( (u8notConfirmCnt > 0x30) || me_vertical ); // low nr strength in MDrv_SC_mcnr_driver()
1922 if (bBool) // low nr strength in MDrv_SC_mcnr_driver()
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.h1462 void MDrv_GOP_GWIN_GetAlphaInverse(MS_GOP_CTX_LOCAL*pGOPCtx,MS_U8 u8GOP, MS_BOOL *bBool);
H A DdrvGOP.c3359 void MDrv_GOP_GWIN_GetAlphaInverse(MS_GOP_CTX_LOCAL*pGOPCtx,MS_U8 u8GOP, MS_BOOL *bBool) in MDrv_GOP_GWIN_GetAlphaInverse() argument
3389 *bBool = TRUE; in MDrv_GOP_GWIN_GetAlphaInverse()
3391 *bBool = FALSE; in MDrv_GOP_GWIN_GetAlphaInverse()