Searched refs:FindInt32 (Results 1 - 9 of 9) sorted by relevance
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | data_buffer_test.cpp | 81 * @tc.desc: Verify the FindInt32 function failed. 91 bool ret = dataBuffer_->FindInt32(name, value); in HWTEST_F() 94 ret = dataBuffer_->FindInt32(name, value); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/services/common/test/unittest/audiodata/src/ |
H A D | audio_data_test.cpp | 71 * @tc.desc: Verify the FindInt32 function. 81 EXPECT_EQ(true, audioData->FindInt32(name, value)); in HWTEST_F() 86 * @tc.desc: Verify the FindInt32 function. 95 EXPECT_EQ(false, audioData->FindInt32(name, value)); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/scale_conversion/ |
H A D | scale_convert_process_common.cpp | 176 findErr = findErr && imgBuf->FindInt32("Videoformat", colorFormat); in GetImageUnitInfo() 189 findErr = findErr && imgBuf->FindInt32("width", imgInfo.width); in GetImageUnitInfo() 190 findErr = findErr && imgBuf->FindInt32("height", imgInfo.height); in GetImageUnitInfo() 191 findErr = findErr && imgBuf->FindInt32("alignedWidth", imgInfo.alignedWidth); in GetImageUnitInfo() 192 findErr = findErr && imgBuf->FindInt32("alignedHeight", imgInfo.alignedHeight); in GetImageUnitInfo()
|
H A D | scale_convert_process.cpp | 149 findErr = findErr && imgBuf->FindInt32("Videoformat", colorFormat); in GetImageUnitInfo() 161 findErr = findErr && imgBuf->FindInt32("width", imgInfo.width); in GetImageUnitInfo() 162 findErr = findErr && imgBuf->FindInt32("height", imgInfo.height); in GetImageUnitInfo() 163 findErr = findErr && imgBuf->FindInt32("alignedWidth", imgInfo.alignedWidth); in GetImageUnitInfo() 164 findErr = findErr && imgBuf->FindInt32("alignedHeight", imgInfo.alignedHeight); in GetImageUnitInfo()
|
/foundation/distributedhardware/distributed_audio/services/common/audiodata/src/ |
H A D | audio_data.cpp | 63 bool AudioData::FindInt32(const string &name, int32_t &value) in FindInt32() function in OHOS::DistributedHardware::AudioData
|
/foundation/distributedhardware/distributed_audio/services/common/audiodata/include/ |
H A D | audio_data.h | 38 bool FindInt32(const string &name, int32_t &value);
|
/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | data_buffer.h | 41 bool FindInt32(const std::string& name, int32_t& value);
|
/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | data_buffer.cpp | 79 bool DataBuffer::FindInt32(const std::string& name, int32_t& value) in FindInt32() function in OHOS::DistributedHardware::DataBuffer
|
/foundation/distributedhardware/distributed_camera/services/channel/src/ |
H A D | dcamera_softbus_adapter.cpp | 289 if (!buffer->FindInt32(FRAME_TYPE, frameType)) { in SendSofbusStream() 293 if (!buffer->FindInt32(INDEX, index)) { in SendSofbusStream()
|
Completed in 5 milliseconds