/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/ |
H A D | scale_convert_process_test.cpp | 197 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 D | surface_buffer.h | 105 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 D | scale_convert_process_common.cpp | 150 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 D | scale_convert_process.cpp | 117 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 D | surface_buffer_impl.cpp | 28 int32_t SurfaceBufferImpl::SetInt32(uint32_t key, int32_t value) in SetInt32() function in OHOS::SurfaceBufferImpl 146 SetInt32(key, value); in ReadFromIpcIo()
|
H A D | buffer_manager.cpp | 140 buffer->SetInt32(i, bufferHandle->reserve[i]); in AllocBuffer()
|
/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | data_buffer.h | 38 void SetInt32(const std::string name, int32_t value);
|
/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | data_buffer.cpp | 64 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 D | graphic_surface_test.cpp | 163 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 D | decode_data_process.cpp | 573 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 D | decode_data_process_common.cpp | 609 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 D | source.cpp | 132 curBuffer_->SetInt32(0, size); in QueueSharedBuffer()
|
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | data_buffer_test.cpp | 90 dataBuffer_->SetInt32(name, value); in HWTEST_F()
|
/foundation/graphic/surface_lite/interfaces/innerkits/ |
H A D | surface_buffer_impl.h | 302 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 D | encode_data_process.cpp | 481 bufferOutput->SetInt32(FRAME_TYPE, flag); in GetEncoderOutputBuffer() 482 bufferOutput->SetInt32(INDEX, index_); in GetEncoderOutputBuffer()
|
/foundation/multimedia/camera_lite/services/impl/src/ |
H A D | camera_device.cpp | 379 surfaceBuf->SetInt32(KEY_IS_SYNC_FRAME, (((outBuf->flag & STREAM_FLAG_KEYFRAME) == 0) ? 0 : 1)); in OnVencBufferAvailble()
|