Home
last modified time | relevance | path

Searched refs:FindInt32 (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddata_buffer_test.cpp89 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 Daudio_data_test.cpp81 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 Dscale_convert_process_common.cpp176 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 Dscale_convert_process.cpp149 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 Daudio_data.h38 bool FindInt32(const string &name, int32_t &value);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audiodata/src/
H A Daudio_data.cpp63 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 Ddata_buffer.h41 bool FindInt32(const std::string& name, int32_t& value);
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddata_buffer.cpp79 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 Ddcamera_softbus_adapter.cpp255 if (!buffer->FindInt32(FRAME_TYPE, frameType)) { in SendSofbusStream()
259 if (!buffer->FindInt32(INDEX, index)) { in SendSofbusStream()