OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feature_param
(Results
1 - 1
of
1
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c
496
int
feature_param
[4]={0,0,0,0}; /*Initialize array*/
local
627
feature_param
[0] = _wtoi(argv[13]); /*Zoom Factor or Zoom Speed*/
628
feature_param
[1] = _wtoi(argv[14]); /*Zoom Limit */
630
feature_param
[0] = atoi(argv[13]); /*Zoom Factor or Zoom Speed*/
631
feature_param
[1] = atoi(argv[14]); /*Zoom Limit */
654
feature_param
[0] = _wtoi(argv[13]); /*Zoom Factor*/
655
feature_param
[1] = _wtoi(argv[14]); /*Zoom Limit*/
656
feature_param
[2] = _wtoi(argv[15]); /*X Offset*/
657
feature_param
[3] = _wtoi(argv[16]); /*Y Offset*/
659
feature_param
[0] = atoi(argv[13]); /*Zoom Factor*
[
all
...]
Completed in 71 milliseconds