Searched refs:rotationDegrees (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderDefs.h134 uint32_t rotationDegrees; member in struct:VideoDecodeBuffer
158 uint32_t rotationDegrees; member in struct:VideoConfigBuffer
H A DVideoDecoderBase.h205 void setRotationDegrees(int32_t rotationDegrees);
H A DVideoDecoderBase.cpp1035 setRotationDegrees(mConfigBuffer.rotationDegrees);
1619 void VideoDecoderBase::setRotationDegrees(int32_t rotationDegrees) { argument
1620 if (mRotationDegrees == rotationDegrees) {
1624 ITRACE("set new rotation degree: %d", rotationDegrees);
1628 if (rotationDegrees == 0)
1630 else if (rotationDegrees == 90)
1632 else if (rotationDegrees == 180)
1634 else if (rotationDegrees == 270)
1641 mRotationDegrees = rotationDegrees;
H A DVideoDecoderMPEG2.cpp144 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees);
H A DVideoDecoderVP8.cpp175 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees);
H A DVideoDecoderAVC.cpp114 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees);
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderBase.cpp565 p->rotationDegrees = mRotationDegrees;
613 p->rotationDegrees = degree;
614 LOGV("rotationDegrees = %d", p->rotationDegrees);
616 p->rotationDegrees = mRotationDegrees;
667 p->rotationDegrees = degree;
668 LOGV("rotationDegrees = %d", p->rotationDegrees);
670 p->rotationDegrees = mRotationDegrees;
1168 int32_t rotationDegrees local
[all...]

Completed in 44 milliseconds