Home
last modified time | relevance | path

Searched refs:writer (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp28 void TestLayer::write(const std::shared_ptr<CommandWriterBase>& writer) { in write() argument
29 writer->selectLayer(mLayer); in write()
30 writer->setLayerDisplayFrame(mDisplayFrame); in write()
31 writer->setLayerSourceCrop(mSourceCrop); in write()
32 writer->setLayerZOrder(mZOrder); in write()
33 writer->setLayerSurfaceDamage(mSurfaceDamage); in write()
34 writer->setLayerTransform(mTransform); in write()
35 writer->setLayerPlaneAlpha(mAlpha); in write()
36 writer->setLayerBlendMode(mBlendMode); in write()
236 void TestColorLayer::write(const std::shared_ptr<CommandWriterBase>& writer) { in write() argument
[all …]
DComposerVts.cpp61 void ComposerClient::execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer) { in execute() argument
65 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute()
68 auto ret = mClient->setInputCommandQueue(*writer->getMQDescriptor()); in execute()
89 writer->reset(); in execute()
/hardware/google/graphics/common/libhwjpeg/
DAppMarkerWriter.cpp360 CIFDWriter writer(tiffheader, current, m_n0thIFDFields); in WriteAPP1() local
362 writer.WriteShort(EXIF_TAG_ORIENTATION, 1, &m_pExif->orientation); in WriteAPP1()
363 writer.WriteShort(EXIF_TAG_YCBCR_POSITIONING, 1, &m_pExif->ycbcr_positioning); in WriteAPP1()
364 writer.WriteRational(EXIF_TAG_X_RESOLUTION, 1, &m_pExif->x_resolution); in WriteAPP1()
365 writer.WriteRational(EXIF_TAG_Y_RESOLUTION, 1, &m_pExif->y_resolution); in WriteAPP1()
366 writer.WriteShort(EXIF_TAG_RESOLUTION_UNIT, 1, &m_pExif->resolution_unit); in WriteAPP1()
368 writer.WriteASCII(EXIF_TAG_MAKE, m_szMake + 1, m_pExif->maker); in WriteAPP1()
370 writer.WriteASCII(EXIF_TAG_MODEL, m_szModel + 1, m_pExif->model); in WriteAPP1()
372 writer.WriteASCII(EXIF_TAG_SOFTWARE, m_szSoftware + 1, m_pExif->software); in WriteAPP1()
373 writer.WriteCString(EXIF_TAG_DATE_TIME, EXIF_DATETIME_LENGTH, m_pExif->date_time); in WriteAPP1()
[all …]
/hardware/interfaces/scripts/
Dlist_hal_vts.py128 writer = csv.writer(out, )
129 writer.writerow(["package", "vts_module"])
132 writer.writerow([package, ""])
134 writer.writerow([package, module])
/hardware/interfaces/graphics/composer/2.4/utils/vts/
DComposerVts.cpp135 void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* writer) { in execute() argument
139 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute()
142 auto ret = mClient->setInputCommandQueue(*writer->getMQDescriptor()); in execute()
164 writer->reset(); in execute()
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h66 virtual void write(const std::shared_ptr<CommandWriterBase>& writer);
103 void write(const std::shared_ptr<CommandWriterBase>& writer) override;
121 void write(const std::shared_ptr<CommandWriterBase>& writer) override;
129 void setDataspace(Dataspace dataspace, const std::shared_ptr<CommandWriterBase>& writer);
131 void setToClientComposition(const std::shared_ptr<CommandWriterBase>& writer);
DComposerVts.h70 void execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer);
/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp177 pthread_t writer, reader; in testFullQueueIo() local
179 pthread_create(&writer, NULL, fullQueueWriterTask, &writerCtx); in testFullQueueIo()
181 pthread_join(writer, NULL); in testFullQueueIo()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp280 void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* writer) { in execute() argument
284 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute()
287 auto ret = mClient->setInputCommandQueue(*writer->getMQDescriptor()); in execute()
308 writer->reset(); in execute()
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
DComposerVts.h96 void execute(TestCommandReader* reader, CommandWriterBase* writer);
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h114 void execute(TestCommandReader* reader, CommandWriterBase* writer);
/hardware/interfaces/tests/msgq/1.0/
DIBenchmarkMsgQ.hal32 * wait-free FMQ with the client as writer.
/hardware/interfaces/audio/2.0/
DIStreamOut.hal47 * Commands that can be executed on the driver writer thread.
82 * -- command queue is used to instruct the writer thread what operation
/hardware/interfaces/audio/5.0/
DIStreamOut.hal47 * Commands that can be executed on the driver writer thread.
88 * -- command queue is used to instruct the writer thread what operation
/hardware/interfaces/audio/4.0/
DIStreamOut.hal47 * Commands that can be executed on the driver writer thread.
88 * -- command queue is used to instruct the writer thread what operation
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal58 * writer(power.stats HAL) and one reader are supported. Data is
/hardware/interfaces/audio/7.0/
DIStreamOut.hal62 * Commands that can be executed on the driver writer thread.
97 * -- command queue is used to instruct the writer thread what operation
/hardware/interfaces/audio/6.0/
DIStreamOut.hal48 * Commands that can be executed on the driver writer thread.
89 * -- command queue is used to instruct the writer thread what operation
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp1207 Interpreter *writer = static_cast<Interpreter *>(context); in ThreadWrapper() local
1208 writer->ViVEncode(); in ThreadWrapper()