Home
last modified time | relevance | path

Searched refs:SetInt32 (Results 1 - 16 of 16) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Dscale_convert_process_test.cpp197 db->SetInt32("Videoformat", static_cast<int32_t>(Videoformat::NV12)); in HWTEST_F()
198 db->SetInt32("alignedWidth", TEST_WIDTH); in HWTEST_F()
199 db->SetInt32("alignedHeight", TEST_HEIGTH); in HWTEST_F()
200 db->SetInt32("width", TEST_WIDTH); in HWTEST_F()
201 db->SetInt32("height", TEST_HEIGTH); in HWTEST_F()
250 imgBuf->SetInt32("Videoformat", static_cast<int32_t>(Videoformat::RGBA_8888)); in HWTEST_F()
269 imgBuf->SetInt32("Videoformat", static_cast<int32_t>(Videoformat::NV12)); in HWTEST_F()
270 imgBuf->SetInt32("alignedWidth", TEST_WIDTH); in HWTEST_F()
271 imgBuf->SetInt32("width", TEST_WIDTH); in HWTEST_F()
272 imgBuf->SetInt32("heigh in HWTEST_F()
[all...]
/foundation/graphic/surface_lite/interfaces/kits/
H A Dsurface_buffer.h105 virtual int32_t SetInt32(uint32_t key, int32_t value) = 0;
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/scale_conversion/
H A Dscale_convert_process_common.cpp150 dstBuf->SetInt32("Videoformat", static_cast<int32_t>(processedConfig_.GetVideoformat())); in ProcessData()
151 dstBuf->SetInt32("alignedWidth", processedConfig_.GetWidth()); in ProcessData()
152 dstBuf->SetInt32("alignedHeight", processedConfig_.GetHeight()); in ProcessData()
153 dstBuf->SetInt32("width", processedConfig_.GetWidth()); in ProcessData()
154 dstBuf->SetInt32("height", processedConfig_.GetHeight()); in ProcessData()
H A Dscale_convert_process.cpp117 dstBuf->SetInt32("Videoformat", static_cast<int32_t>(processedConfig_.GetVideoformat())); in ProcessData()
118 dstBuf->SetInt32("alignedWidth", processedConfig_.GetWidth()); in ProcessData()
119 dstBuf->SetInt32("alignedHeight", processedConfig_.GetHeight()); in ProcessData()
120 dstBuf->SetInt32("width", processedConfig_.GetWidth()); in ProcessData()
121 dstBuf->SetInt32("height", processedConfig_.GetHeight()); in ProcessData()
/foundation/graphic/surface_lite/frameworks/
H A Dsurface_buffer_impl.cpp28 int32_t SurfaceBufferImpl::SetInt32(uint32_t key, int32_t value) in SetInt32() function in OHOS::SurfaceBufferImpl
146 SetInt32(key, value); in ReadFromIpcIo()
H A Dbuffer_manager.cpp140 buffer->SetInt32(i, bufferHandle->reserve[i]); in AllocBuffer()
/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddata_buffer.h38 void SetInt32(const std::string name, int32_t value);
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddata_buffer.cpp64 void DataBuffer::SetInt32(const std::string name, int32_t value) in SetInt32() function in OHOS::DistributedHardware::DataBuffer
/foundation/graphic/surface_lite/test/unittest/
H A Dgraphic_surface_test.cpp163 buffer.SetInt32(key32, value32); in HWTEST_F()
670 requestBuffer->SetInt32(10, 11); // set key-value <10, 11> in HWTEST_F()
709 requestBuffer->SetInt32(10, 11); // set key-value <10, 11> in HWTEST_F()
770 requestBuffer->SetInt32(10, 11); // set key-value <10, 11> in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp573 bufferOutput->SetInt32("Videoformat", static_cast<int32_t>(Videoformat::YUVI420)); in CopyDecodedImage()
574 bufferOutput->SetInt32("alignedWidth", processedConfig_.GetWidth()); in CopyDecodedImage()
575 bufferOutput->SetInt32("alignedHeight", processedConfig_.GetHeight()); in CopyDecodedImage()
576 bufferOutput->SetInt32("width", processedConfig_.GetWidth()); in CopyDecodedImage()
577 bufferOutput->SetInt32("height", processedConfig_.GetHeight()); in CopyDecodedImage()
H A Ddecode_data_process_common.cpp609 bufferOutput->SetInt32("Videoformat", static_cast<int32_t>(processedConfig_.GetVideoformat())); in CopyDecodedImage()
610 bufferOutput->SetInt32("alignedWidth", processedConfig_.GetWidth()); in CopyDecodedImage()
611 bufferOutput->SetInt32("alignedHeight", processedConfig_.GetHeight()); in CopyDecodedImage()
612 bufferOutput->SetInt32("width", processedConfig_.GetWidth()); in CopyDecodedImage()
613 bufferOutput->SetInt32("height", processedConfig_.GetHeight()); in CopyDecodedImage()
/foundation/multimedia/media_utils_lite/src/
H A Dsource.cpp132 curBuffer_->SetInt32(0, size); in QueueSharedBuffer()
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddata_buffer_test.cpp90 dataBuffer_->SetInt32(name, value); in HWTEST_F()
/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dsurface_buffer_impl.h302 int32_t SetInt32(uint32_t key, int32_t value) override;
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.cpp481 bufferOutput->SetInt32(FRAME_TYPE, flag); in GetEncoderOutputBuffer()
482 bufferOutput->SetInt32(INDEX, index_); in GetEncoderOutputBuffer()
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp379 surfaceBuf->SetInt32(KEY_IS_SYNC_FRAME, (((outBuf->flag & STREAM_FLAG_KEYFRAME) == 0) ? 0 : 1)); in OnVencBufferAvailble()

Completed in 13 milliseconds