Home
last modified time | relevance | path

Searched refs:u16strip (Results 1 – 18 of 18) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mvop/hal/mustang/mvop/
H A DhalMVOP.c868 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
992 u16strip = 720; in HAL_MVOP_SetInputMode()
997 u16strip = 1920; in HAL_MVOP_SetInputMode()
1003 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1010 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1011 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1033 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1039 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1041 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1047 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/mooney/mvop/
H A DhalMVOP.c966 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1089 u16strip = 720; in HAL_MVOP_SetInputMode()
1094 u16strip = 1920; in HAL_MVOP_SetInputMode()
1100 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1107 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1108 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1118 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1124 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1126 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1132 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/M5621/mvop/
H A DhalMVOP.c910 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1037 u16strip = 720; in HAL_MVOP_SetInputMode()
1042 u16strip = 1920; in HAL_MVOP_SetInputMode()
1048 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1055 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1056 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1078 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1084 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1086 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1092 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/manhattan/mvop/
H A DhalMVOP.c946 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1066 u16strip = 720; in HAL_MVOP_SetInputMode()
1071 u16strip = 1920; in HAL_MVOP_SetInputMode()
1077 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1084 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1085 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1095 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1101 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1103 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1109 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/maserati/mvop/
H A DhalMVOP.c989 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1112 u16strip = 720; in HAL_MVOP_SetInputMode()
1117 u16strip = 1920; in HAL_MVOP_SetInputMode()
1123 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1130 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1131 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1141 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1147 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1149 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1155 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/M7621/mvop/
H A DhalMVOP.c991 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1114 u16strip = 720; in HAL_MVOP_SetInputMode()
1119 u16strip = 1920; in HAL_MVOP_SetInputMode()
1125 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1132 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1133 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1143 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1149 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1151 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1157 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/mainz/mvop/
H A DhalMVOP.c978 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1100 u16strip = 720; in HAL_MVOP_SetInputMode()
1105 u16strip = 1920; in HAL_MVOP_SetInputMode()
1111 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1118 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1119 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1129 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1135 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1137 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1143 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/macan/mvop/
H A DhalMVOP.c968 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1091 u16strip = 720; in HAL_MVOP_SetInputMode()
1096 u16strip = 1920; in HAL_MVOP_SetInputMode()
1102 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1109 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1110 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1120 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1126 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1128 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1134 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/M7821/mvop/
H A DhalMVOP.c987 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1110 u16strip = 720; in HAL_MVOP_SetInputMode()
1115 u16strip = 1920; in HAL_MVOP_SetInputMode()
1121 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1128 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1129 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1139 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1145 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1147 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1153 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/messi/mvop/
H A DhalMVOP.c978 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1100 u16strip = 720; in HAL_MVOP_SetInputMode()
1105 u16strip = 1920; in HAL_MVOP_SetInputMode()
1111 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1118 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1119 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1129 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1135 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1137 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1143 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/maldives/mvop/
H A DhalMVOP.c788 MS_U16 u16strip; in HAL_MVOP_SetInputMode() local
896 u16strip = 720; in HAL_MVOP_SetInputMode()
898 u16strip = 1920; in HAL_MVOP_SetInputMode()
902 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
907 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
915 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
921 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
923 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
929 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
934 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/curry/mvop/
H A DhalMVOP.c1004 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1164 u16strip = 720; in HAL_MVOP_SetInputMode()
1169 u16strip = 1920; in HAL_MVOP_SetInputMode()
1175 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1182 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1183 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1193 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1199 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1201 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1207 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/k7u/mvop/
H A DhalMVOP.c993 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1074 u16strip = 720; in HAL_MVOP_SetInputMode()
1079 u16strip = 1920; in HAL_MVOP_SetInputMode()
1085 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1092 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1093 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1114 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1120 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1122 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1128 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/k6/mvop/
H A DhalMVOP.c989 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1153 u16strip = 720; in HAL_MVOP_SetInputMode()
1158 u16strip = 1920; in HAL_MVOP_SetInputMode()
1164 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1171 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1172 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1193 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1199 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1201 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1207 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/k6lite/mvop/
H A DhalMVOP.c980 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1144 u16strip = 720; in HAL_MVOP_SetInputMode()
1149 u16strip = 1920; in HAL_MVOP_SetInputMode()
1155 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1162 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1163 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1173 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1179 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1181 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1187 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/kastor/mvop/
H A DhalMVOP.c989 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1153 u16strip = 720; in HAL_MVOP_SetInputMode()
1158 u16strip = 1920; in HAL_MVOP_SetInputMode()
1164 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1171 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1172 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1182 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1188 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1190 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1196 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/kano/mvop/
H A DhalMVOP.c1006 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1166 u16strip = 720; in HAL_MVOP_SetInputMode()
1171 u16strip = 1920; in HAL_MVOP_SetInputMode()
1177 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1184 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1185 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1195 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1201 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1203 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1209 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/maxim/mvop/
H A DhalMVOP.c1004 MS_U16 u16strip, u16strip_lsb; in HAL_MVOP_SetInputMode() local
1127 u16strip = 720; in HAL_MVOP_SetInputMode()
1132 u16strip = 1920; in HAL_MVOP_SetInputMode()
1138 u16strip = pparam->u16StripSize; in HAL_MVOP_SetInputMode()
1145 u16strip = (u16strip + 31) / 32 * 32; //need align for monaco in HAL_MVOP_SetInputMode()
1146 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
1156 u16strip *= 2; //4bytes/pixel (yuv422:2bytes/pixel) in HAL_MVOP_SetInputMode()
1162 if ((u16strip < 1024) || g_pHalMVOPCtx->bMirrorMode) in HAL_MVOP_SetInputMode()
1164 u16strip = u16strip/4; in HAL_MVOP_SetInputMode()
1170 u16strip = u16strip/8; in HAL_MVOP_SetInputMode()
[all …]