Home
last modified time | relevance | path

Searched refs:dataSpace (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/camera/device/3.3/
Dtypes.hal37 * An override dataSpace for the buffers in this stream.
39 * The HAL must respect the requested dataSpace in Stream unless it is
40 * IMPLEMENTATION_DEFINED, in which case the override dataSpace here must be
42 * HALs to use a specific dataSpace since IMPLEMENTATION_DEFINED formats often
/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp114 android_dataspace dataSpace = HAL_DATASPACE_BT709; in init() local
126 this, dataSpace, kBufferCount, in init()
236 int32_t dataSpace, int32_t aspects, int32_t pixelFormat) override { in dispatchDataSpaceChanged()
238 (void)dataSpace; in dispatchDataSpaceChanged()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp1464 uint32_t dataSpace = HAL_DATASPACE_UNKNOWN; // this is 0 in renderOutputBuffer() local
1466 dataSpace = dataSpaceInfo->value; in renderOutputBuffer()
1481 case C2Color::RANGE_FULL: dataSpace |= HAL_DATASPACE_RANGE_FULL; break; in renderOutputBuffer()
1482 case C2Color::RANGE_LIMITED: dataSpace |= HAL_DATASPACE_RANGE_LIMITED; break; in renderOutputBuffer()
1487 case C2Color::TRANSFER_LINEAR: dataSpace |= HAL_DATASPACE_TRANSFER_LINEAR; break; in renderOutputBuffer()
1488 case C2Color::TRANSFER_SRGB: dataSpace |= HAL_DATASPACE_TRANSFER_SRGB; break; in renderOutputBuffer()
1489 case C2Color::TRANSFER_170M: dataSpace |= HAL_DATASPACE_TRANSFER_SMPTE_170M; break; in renderOutputBuffer()
1490 case C2Color::TRANSFER_GAMMA22: dataSpace |= HAL_DATASPACE_TRANSFER_GAMMA2_2; break; in renderOutputBuffer()
1491 case C2Color::TRANSFER_GAMMA28: dataSpace |= HAL_DATASPACE_TRANSFER_GAMMA2_8; break; in renderOutputBuffer()
1492 case C2Color::TRANSFER_ST2084: dataSpace |= HAL_DATASPACE_TRANSFER_ST2084; break; in renderOutputBuffer()
[all …]
DCCodec.cpp187 android_dataspace dataSpace = HAL_DATASPACE_BT709; in connect() local
191 mSource->configure(mNode, dataSpace); in connect()
/hardware/interfaces/camera/device/3.2/default/
Dconvert.cpp66 dst->data_space = (android_dataspace_t) src.dataSpace; in convertFromHidl()
DCameraDeviceSession.cpp824 android_dataspace dataSpace) const { in mapToLegacyDataspace()
826 switch (dataSpace) { in mapToLegacyDataspace()
840 return dataSpace; in mapToLegacyDataspace()
844 return dataSpace; in mapToLegacyDataspace()
880 requestedConfiguration.streams[i].dataSpace))) { in preProcessConfigurationLocked()
DCameraDeviceSession.h312 android_dataspace dataSpace) const;
/hardware/interfaces/camera/device/3.2/
Dtypes.hal254 * imcompatible buffer format, dataSpace, or other hardware limitations.
261 * while dataSpace defines the meaning of the data within the buffer.
263 * For most formats, dataSpace defines the color space of the image data.
264 * In addition, for some formats, dataSpace indicates whether image- or
267 * valid dataSpace values for each format.
269 * The HAL must use this dataSpace to configure the stream to the correct
274 DataspaceFlags dataSpace;
/hardware/interfaces/camera/device/3.4/
Dtypes.hal70 * For BLOB format with dataSpace Dataspace::DEPTH, this must be zero and and HAL must
73 * For BLOB format with dataSpace Dataspace::JFIF, this must be non-zero and represent the
/hardware/interfaces/camera/device/1.0/
Dtypes.hal150 * format, and arg2 is the HAL dataSpace. This command returns
/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp207 requestedConfiguration.streams[i].v3_2.dataSpace)) || in preProcessConfigurationLocked_3_4()
DExternalCameraDeviceSession.cpp2046 int32_t ds = static_cast<int32_t>(stream.dataSpace); in isSupported()
2593 out->streams[i].overrideDataSpace = config.streams[i].dataSpace; in configureStreams()
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal123 Dataspace dataSpace;
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp812 input.dataSpace = in dispatchGraphicBuffer()