Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h132 uint32_t rotationDegrees; member
155 uint32_t rotationDegrees; member
DVideoDecoderBase.cpp991 setRotationDegrees(mConfigBuffer.rotationDegrees); in setupVA()
1469 void VideoDecoderBase::setRotationDegrees(int32_t rotationDegrees) { in setRotationDegrees() argument
1470 if (mRotationDegrees == rotationDegrees) { in setRotationDegrees()
1474 ITRACE("set new rotation degree: %d", rotationDegrees); in setRotationDegrees()
1478 if (rotationDegrees == 0) in setRotationDegrees()
1480 else if (rotationDegrees == 90) in setRotationDegrees()
1482 else if (rotationDegrees == 180) in setRotationDegrees()
1484 else if (rotationDegrees == 270) in setRotationDegrees()
1491 mRotationDegrees = rotationDegrees; in setRotationDegrees()
DVideoDecoderBase.h182 void setRotationDegrees(int32_t rotationDegrees);
DVideoDecoderVP8.cpp147 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees); in decode()
DVideoDecoderAVC.cpp114 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees); in decode()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp479 p->rotationDegrees = mRotationDegrees; in PrepareConfigBuffer()
527 p->rotationDegrees = degree; in PrepareDecodeBuffer()
528 LOGV("rotationDegrees = %d", p->rotationDegrees); in PrepareDecodeBuffer()
530 p->rotationDegrees = mRotationDegrees; in PrepareDecodeBuffer()
927 int32_t rotationDegrees = 0; local
930 rotationDegrees = *(static_cast<int32_t*>(pStructure));
931 mRotationDegrees = rotationDegrees;
932 LOGI("Rotation Degree = %d", rotationDegrees);