Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaH264DecoderFfmpeg.cpp331 mColorPrimaries = mFrame->color_primaries; in copyFrame()
403 *retColorPrimaries = mColorPrimaries; in getImage()
439 ColorAspects{mColorPrimaries, mColorRange, mColorTransfer, in save()
498 mColorPrimaries = mSnapshotState.savedDecodedFrame.color.primaries; in load()
DMediaH264DecoderCuvid.cpp377 *retColorPrimaries = mColorPrimaries; in getImage()
382 (int)mColorPrimaries, (int)mColorRange, (int)mColorTransfer, in getImage()
474 mColorPrimaries = pVideoFormat->video_signal_description.color_primaries; in HandleVideoSequence()
727 ColorAspects{mColorPrimaries, mColorRange, mColorTransfer, in save()
782 mColorPrimaries = frame.color.primaries; in load()
DMediaCudaVideoHelper.cpp253 mColorPrimaries = in HandleVideoSequence()
412 ColorAspects{mColorPrimaries, mColorRange, mColorTransfer, in HandlePictureDisplay()
/hardware/google/gfxstream/host/gl/
DYUVConverter.h143 uint64_t mColorPrimaries = 4; // this is 601, the default variable
DYUVConverter.cpp535 if (primaries != mColorPrimaries || range != mColorRange || in checkAndUpdateColorAspectsChanged()
537 mColorPrimaries = primaries; in checkAndUpdateColorAspectsChanged()
731 if (mColorRange == 1 && mColorPrimaries == 4) { in createYUVGLShader()
733 } else if (mColorRange == 2 && mColorPrimaries == 1) { in createYUVGLShader()
/hardware/google/aemu/host-common/include/host-common/
DMediaCudaVideoHelper.h98 unsigned int mColorPrimaries = 2; variable
DMediaSnapshotHelper.h115 unsigned int mColorPrimaries = 2; variable