Searched refs:FindInt32 (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | data_buffer_test.cpp | 89 bool ret = dataBuffer_->FindInt32(name, value); 92 ret = dataBuffer_->FindInt32(name, value);
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/test/unittest/audiodata/src/ |
H A D | audio_data_test.cpp | 81 EXPECT_EQ(true, audioData->FindInt32(name, value)); 95 EXPECT_EQ(false, audioData->FindInt32(name, value));
|
/ohos5.0/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()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audiodata/include/ |
H A D | audio_data.h | 38 bool FindInt32(const string &name, int32_t &value);
|
/ohos5.0/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
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | data_buffer.h | 41 bool FindInt32(const std::string& name, int32_t& value);
|
/ohos5.0/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
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/ |
H A D | dcamera_softbus_adapter.cpp | 255 if (!buffer->FindInt32(FRAME_TYPE, frameType)) { in SendSofbusStream() 259 if (!buffer->FindInt32(INDEX, index)) { in SendSofbusStream()
|