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
158 uint32_t rotationDegrees; member
DVideoDecoderBase.cpp1035 setRotationDegrees(mConfigBuffer.rotationDegrees); in setupVA()
1620 void VideoDecoderBase::setRotationDegrees(int32_t rotationDegrees) { in setRotationDegrees() argument
1621 if (mRotationDegrees == rotationDegrees) { in setRotationDegrees()
1625 ITRACE("set new rotation degree: %d", rotationDegrees); in setRotationDegrees()
1629 if (rotationDegrees == 0) in setRotationDegrees()
1631 else if (rotationDegrees == 90) in setRotationDegrees()
1633 else if (rotationDegrees == 180) in setRotationDegrees()
1635 else if (rotationDegrees == 270) in setRotationDegrees()
1642 mRotationDegrees = rotationDegrees; in setRotationDegrees()
DVideoDecoderBase.h205 void setRotationDegrees(int32_t rotationDegrees);
DVideoDecoderMPEG2.cpp157 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees); in decode()
DVideoDecoderVP8.cpp188 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees); in decode()
DVideoDecoderAVC.cpp128 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees); in decode()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp565 p->rotationDegrees = mRotationDegrees; in PrepareConfigBuffer()
613 p->rotationDegrees = degree; in PrepareDecodeBuffer()
614 LOGV("rotationDegrees = %d", p->rotationDegrees); in PrepareDecodeBuffer()
616 p->rotationDegrees = mRotationDegrees; in PrepareDecodeBuffer()
667 p->rotationDegrees = degree; in PrepareDecodeNativeHandleBuffer()
668 LOGV("rotationDegrees = %d", p->rotationDegrees); in PrepareDecodeNativeHandleBuffer()
670 p->rotationDegrees = mRotationDegrees; in PrepareDecodeNativeHandleBuffer()
1169 int32_t rotationDegrees = 0; local
1172 rotationDegrees = *(static_cast<int32_t*>(pStructure));
1173 mRotationDegrees = rotationDegrees;
[all …]