Searched defs:rotationDegrees (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.cpp1035 setRotationDegrees(mConfigBuffer.rotationDegrees);
1620 void VideoDecoderBase::setRotationDegrees(int32_t rotationDegrees) { argument
1621 if (mRotationDegrees == rotationDegrees) {
1625 ITRACE("set new rotation degree: %d", rotationDegrees);
1629 if (rotationDegrees == 0)
1631 else if (rotationDegrees == 90)
1633 else if (rotationDegrees == 180)
1635 else if (rotationDegrees == 270)
1642 mRotationDegrees = rotationDegrees;
H A DVideoDecoderDefs.h134 uint32_t rotationDegrees; member in struct:VideoDecodeBuffer
158 uint32_t rotationDegrees; member in struct:VideoConfigBuffer
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderBase.cpp566 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 local
[all...]

Completed in 203 milliseconds