Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h134 uint32_t rotationDegrees; member
157 uint32_t rotationDegrees; member
DVideoDecoderBase.cpp1035 setRotationDegrees(mConfigBuffer.rotationDegrees); in setupVA()
1614 void VideoDecoderBase::setRotationDegrees(int32_t rotationDegrees) { in setRotationDegrees() argument
1615 if (mRotationDegrees == rotationDegrees) { in setRotationDegrees()
1619 ITRACE("set new rotation degree: %d", rotationDegrees); in setRotationDegrees()
1623 if (rotationDegrees == 0) in setRotationDegrees()
1625 else if (rotationDegrees == 90) in setRotationDegrees()
1627 else if (rotationDegrees == 180) in setRotationDegrees()
1629 else if (rotationDegrees == 270) in setRotationDegrees()
1636 mRotationDegrees = rotationDegrees; in setRotationDegrees()
DVideoDecoderBase.h205 void setRotationDegrees(int32_t rotationDegrees);
DVideoDecoderMPEG2.cpp144 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees); in decode()
DVideoDecoderVP8.cpp175 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees); in decode()
DVideoDecoderAVC.cpp114 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees); in decode()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp544 p->rotationDegrees = mRotationDegrees; in PrepareConfigBuffer()
592 p->rotationDegrees = degree; in PrepareDecodeBuffer()
593 LOGV("rotationDegrees = %d", p->rotationDegrees); in PrepareDecodeBuffer()
595 p->rotationDegrees = mRotationDegrees; in PrepareDecodeBuffer()
1077 int32_t rotationDegrees = 0; local
1080 rotationDegrees = *(static_cast<int32_t*>(pStructure));
1081 mRotationDegrees = rotationDegrees;
1082 LOGI("Rotation Degree = %d", rotationDegrees);