Home | History | Annotate | Download | only in tests

Lines Matching refs:Contrast

101 static OMX_ERRORTYPE VPP_SetContrast(OMX_HANDLETYPE pHandle, int Contrast);
497 int feature; /*Feature selected, only scaling, zoom, contrast, frosted glass effect, cropping, mirror and rotation*/
672 case 4 : /* Contrast */
678 <Feature 4=Contrast> <Contrast Value [-100 100]>\n",argv[0]);
681 <Feature 4=Contrast> <Contrast Value [-100 100]>\n",argv[0]);
693 printf("VPPTEST:: Contrast Selected, Ignoring extra parameters\n");
1389 /**** ALL THE Configurables Features of VPP will happen here (Zoom, Contrast, Cropping, etc.*/
1433 case 4: /*Contrast*/
1436 printf("VPPTEST:: Selected Contrast (Video Gain) Feature\n");
2129 static OMX_ERRORTYPE VPP_SetContrast(OMX_HANDLETYPE pHandle, int Contrast)
2138 pConfigNewContrast->nContrast = Contrast;