Searched refs:mDataSpace (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp99 mDataSpace = dataspace;
144 outDataspace = static_cast<Dataspace>(item.mDataSpace);
183 dataspaceDetails(static_cast<android_dataspace>(mDataSpace)).c_str(),
184 mDataSpace);
H A DFramebufferSurface.h74 // mDataSpace is the dataspace of the current composition buffer for
79 ui::Dataspace mDataSpace; member in class:android::FramebufferSurface
H A DHWC2.cpp847 if (dataspace == mDataSpace) {
850 mDataSpace = dataspace;
851 auto intError = mComposer.setLayerDataspace(mDisplayId, mId, mDataSpace);
H A DHWC2.h347 android::ui::Dataspace mDataSpace = android::ui::Dataspace::UNKNOWN; member in class:HWC2::Layer
/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h58 android_dataspace mDataSpace; member in class:android::SoftwareRenderer
/frameworks/native/include/gui/
H A DBufferItem.h86 // mDataSpace is the current dataSpace value for this buffer slot. This gets
89 android_dataspace mDataSpace; member in class:android::BufferItem
H A DLayerDebugInfo.h59 android_dataspace mDataSpace = HAL_DATASPACE_UNKNOWN; member in class:android::LayerDebugInfo
H A DSurface.h343 // mDataSpace is the buffer dataSpace that will be used for the next buffer
346 ui::Dataspace mDataSpace; member in class:android::Surface
/frameworks/native/libs/gui/include/gui/
H A DBufferItem.h86 // mDataSpace is the current dataSpace value for this buffer slot. This gets
89 android_dataspace mDataSpace; member in class:android::BufferItem
H A DLayerDebugInfo.h59 android_dataspace mDataSpace = HAL_DATASPACE_UNKNOWN; member in class:android::LayerDebugInfo
H A DSurface.h343 // mDataSpace is the buffer dataSpace that will be used for the next buffer
346 ui::Dataspace mDataSpace; member in class:android::Surface
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.cpp233 mDataSpace = source;
332 Dataspace inputStandard = static_cast<Dataspace>(mDataSpace & Dataspace::STANDARD_MASK);
333 Dataspace inputTransfer = static_cast<Dataspace>(mDataSpace & Dataspace::TRANSFER_MASK);
443 dataspaceDetails(static_cast<android_dataspace>(mDataSpace)).c_str(),
465 const bool isInputHdrDataSpace = isHdrDataSpace(mDataSpace);
467 const Dataspace inputTransfer = static_cast<Dataspace>(mDataSpace & Dataspace::TRANSFER_MASK);
H A DGLES20RenderEngine.h94 ui::Dataspace mDataSpace = ui::Dataspace::UNKNOWN; member in class:android::RE::impl::GLES20RenderEngine
/frameworks/native/libs/gui/
H A DBufferItem.cpp49 mDataSpace(HAL_DATASPACE_UNKNOWN),
78 addAligned(size, mDataSpace);
172 writeAligned(buffer, size, mDataSpace);
242 readAligned(buffer, size, mDataSpace);
H A DLayerDebugInfo.cpp52 RETURN_ON_ERROR(parcel->writeUint32(static_cast<uint32_t>(mDataSpace)));
95 // \todo [2017-07-25 kraita]: Static casting mDataSpace pointer to an uint32 does work. Better ways?
96 mDataSpace = static_cast<android_dataspace>(parcel->readUint32());
127 result.appendFormat("dataspace=%s, ", dataspaceDetails(info.mDataSpace).c_str());
H A DCpuConsumer.cpp145 outBuffer->dataSpace = item.mDataSpace;
H A DStreamSplitter.cpp147 bufferItem.mDataSpace, bufferItem.mCrop,
H A DSurface.cpp84 mDataSpace = Dataspace::UNKNOWN;
670 static_cast<android_dataspace>(mDataSpace), crop, mScalingMode,
889 *value = static_cast<int>(mDataSpace);
1539 mDataSpace = dataSpace;
1570 return mDataSpace;
H A DBufferQueueConsumer.cpp219 outBuffer->mDataSpace = mCore->mSharedBufferCache.dataspace;
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp54 mDataSpace(HAL_DATASPACE_UNKNOWN) {
88 && dataSpace != mDataSpace) {
89 // Do not modify mDataSpace here, it's only modified at last
449 if (format->findInt32("android._dataspace", (int32_t *)&dataSpace) && dataSpace != mDataSpace) {
450 mDataSpace = dataSpace;
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp111 void setBufferDataspace(android_dataspace dataSpace) { mDataSpace = dataSpace; }
112 android_dataspace getBufferDataspace() { return mDataSpace; }
130 android_dataspace mDataSpace; member in class:JNIImageReaderContext
140 mDataSpace(HAL_DATASPACE_UNKNOWN),
707 image->dataSpace = buffer->mDataSpace;
818 fmt, buffer->mDataSpace);
/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue_producer-test.cpp38 mTimestamp, mIsAutoTimestamp, mDataSpace, mCrop, mScalingMode,
53 this->mDataSpace = dataSpace;
80 android_dataspace mDataSpace{HAL_DATASPACE_UNKNOWN};
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp663 bufferItem.mDataSpace,
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp632 item.mIsAutoTimestamp, item.mDataSpace, item.mCrop,
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.cpp330 bufferItem.mDataSpace, bufferItem.mCrop,

Completed in 361 milliseconds

12