Lines Matching refs:MS_U16
426 MS_U16 uwDlcBleStartPointTH;
428 MS_U16 uwDlcBleEndPointTH;
434 MS_U16 uwDlcBLESlopPoint_1;
436 MS_U16 uwDlcBLESlopPoint_2;
438 MS_U16 uwDlcBLESlopPoint_3;
440 MS_U16 uwDlcBLESlopPoint_4;
442 MS_U16 uwDlcBLESlopPoint_5;
444 MS_U16 uwDlcDark_BLE_Slop_Min;
541 MS_U16 display_primaries_x[3]; // x = data*0.00002 [709] {15000, 7500, 32000}
542 MS_U16 display_primaries_y[3]; // y = data*0.00002 [709] {30000, 3000, 16500}
543 MS_U16 white_point_x; // x = data*0.00002 [709] 15635
544 MS_U16 white_point_y; // y = data*0.00002 [709] 16450
552 MS_U16 u16Smin; // 0.10
553 MS_U16 u16Smed; // 0.10
554 MS_U16 u16Smax; // 0.10
555 MS_U16 u16Tmin; // 0.10
556 MS_U16 u16Tmed; // 0.10
557 MS_U16 u16Tmax; // 0.10
558 MS_U16 u16MidSourceOffset;
559 MS_U16 u16MidTargetOffset;
560 MS_U16 u16MidSourceRatio;
561 MS_U16 u16MidTargetRatio;
566 MS_U16 u16tRx; // target Rx
567 MS_U16 u16tRy; // target Ry
568 MS_U16 u16tGx; // target Gx
569 MS_U16 u16tGy; // target Gy
570 MS_U16 u16tBx; // target Bx
571 MS_U16 u16tBy; // target By
572 MS_U16 u16tWx; // target Wx
573 MS_U16 u16tWy; // target Wy
579 MS_U16 u16Rx; // display primaries Rx
580 MS_U16 u16Ry; // display primaries Ry
581 MS_U16 u16Gx; // display primaries Gx
582 MS_U16 u16Gy; // display primaries Gy
583 MS_U16 u16Bx; // display primaries Bx
584 MS_U16 u16By; // display primaries By
585 MS_U16 u16Wx; // display primaries Wx
586 MS_U16 u16Wy; // display primaries Wy
587 MS_U16 u16Lmax; // max display mastering luminance
588 MS_U16 u16Lmin; // min display mastering luminance
589 MS_U16 u16MaxCLL; // maximum content light level
590 MS_U16 u16MaxFALL; // maximum frame-average light level
597 MS_U16 u16DlcCurveSize;
608 MS_U16 u16sWx;
609 MS_U16 u16sWy;
626 MS_U16 u16MaxContentLightLevel;
627 MS_U16 u16MaxPicAverageLightLevel;
634 MS_U16 u16SrcMinRatio; //default 10
635 MS_U16 u16SrcMedRatio; //default 512
636 MS_U16 u16SrcMaxRatio; //default 990
639 MS_U16 u16TgtMin; //default 500
641 MS_U16 u16TgtMax; //default 300
643 MS_U16 u16FrontSlopeMin; //default 256
644 MS_U16 u16FrontSlopeMax; //default 512
645 MS_U16 u16BackSlopeMin; //default 128
646 MS_U16 u16BackSlopeMax; //default 256
648 MS_U16 u16SceneChangeThrd; //default 1024
649 MS_U16 u16SceneChangeRatioMax; //default 1024
662 MS_U16 u16HDRVerInfo;
664 MS_U16 u16HDRInitLength;
668 MS_U16 u16HDRFunctionSelect;
703 MS_U16 u16CurveHStart;
705 MS_U16 u16CurveHEnd;
707 MS_U16 u16CurveVStart;
709 MS_U16 u16CurveVEnd;
731 MS_U16 g_wLumaHistogram32H[32];
733 MS_U16 g_wLumiTotalCount;
735 MS_U16 g_wLumiAverageTemp;
765 MS_U16 u16DLC_MFVer;
767 MS_U16 u16DLC_CGC_MFVer;
771 MS_U16 u16DLC_DBC_MFVer;
778 MS_U16 wHStart;
779 MS_U16 wHEnd;
780 MS_U16 wVStart;
781 MS_U16 wVEnd;
791 MS_U16 u16InputPoint[512];
792 MS_U16 u16ControlPoints;
802 …MS_U16 u16TMOInfo_Length; ///<Length of this structure, u163DLutInfo_Length=sizeof(ST_XC_…
804 MS_U16 u16SrcMinRatio; //default 10
805 MS_U16 u16SrcMedRatio; //default 512
806 MS_U16 u16SrcMaxRatio; //default 990
808 MS_U16 u16TgtMin; //default 500
809 MS_U16 u16TgtMed;
810 MS_U16 u16TgtMax; //default 300
812 MS_U16 u16FrontSlopeMin; //default 256
813 MS_U16 u16FrontSlopeMax; //default 512
814 MS_U16 u16BackSlopeMin; //default 128
815 MS_U16 u16BackSlopeMax; //default 256
817 MS_U16 u16SceneChangeThrd; //default 1024
818 MS_U16 u16SceneChangeRatioMax; //default 1024
822 MS_U16 u16SDRPanelGain; // default 80
824 MS_U16 u16Smin;
825 MS_U16 u16Smed;
826 MS_U16 u16Smax;
827 MS_U16 u16Tmin;
828 MS_U16 u16Tmed;
829 MS_U16 u16Tmax;
879 void MApi_XC_DLC_SetBleSlopPoint(MS_U16 *pBLESlopPoint);
970 MS_U16 MApi_XC_DLC_GetAverageValue_Ex(void);
980 void MApi_XC_DLC_InitCurve (MS_U16 u16HStart, MS_U16 u16HEnd, MS_U16 u16VStart, MS_U16 u16VEnd);
1074 MS_BOOL MApi_XC_DLC_SetDbgLevel(MS_U16 u16DbgSwitch); ///< Set deb…
1099 MS_BOOL MApi_XC_DLC_GetHistogram(MS_U16 *pu16Histogram, E_XC_DLC_HISTOGRAM_TYPE enHistogramType);
1108 MS_U16 u16PNL_Width; ///<2. Panel Widht
1109 MS_U16 u16PNL_Height; ///<3. Panel Height