Home | History | Annotate | Download | only in audio

Lines Matching refs:orientation

106     int orientation;
200 if (adev->orientation == ORIENTATION_LANDSCAPE)
1077 ret = str_parms_get_str(parms, "orientation", value, sizeof(value));
1079 int orientation;
1082 orientation = ORIENTATION_LANDSCAPE;
1084 orientation = ORIENTATION_PORTRAIT;
1086 orientation = ORIENTATION_SQUARE;
1088 orientation = ORIENTATION_UNDEFINED;
1091 if (orientation != adev->orientation) {
1092 adev->orientation = orientation;
1094 * Orientation changes can occur with the input device
1283 adev->orientation = ORIENTATION_UNDEFINED;