Home | History | Annotate | Download | only in videocodec

Lines Matching refs:rotationDegrees

566     p->rotationDegrees = mRotationDegrees;
614 p->rotationDegrees = degree;
615 LOGV("rotationDegrees = %d", p->rotationDegrees);
617 p->rotationDegrees = mRotationDegrees;
668 p->rotationDegrees = degree;
669 LOGV("rotationDegrees = %d", p->rotationDegrees);
671 p->rotationDegrees = mRotationDegrees;
1170 int32_t rotationDegrees = 0;
1173 rotationDegrees = *(static_cast<int32_t*>(pStructure));
1174 mRotationDegrees = rotationDegrees;
1175 LOGI("Rotation Degree = %d", rotationDegrees);