Searched refs:dataFormat (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_data_inserter.cpp | 118 std::string dataFormat; in GetInsertStatement() local 124 dataFormat += "?,"; in GetInsertStatement() 127 dataFormat.pop_back(); in GetInsertStatement() 130 " (" + colName + ") VALUES (" + dataFormat + ");"; in GetInsertStatement() 211 std::string dataFormat = "?, '" + hashDevId_ + "', ?, ?, ?, ?, ?"; in GetSaveLogStatement() local 214 " (" + columnList + ") VALUES (" + dataFormat + ");"; in GetSaveLogStatement()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/ |
H A D | audio_enhance_chain.h | 42 DataDescription(uint32_t frameLength, uint32_t sampleRate, uint32_t dataFormat, in DataDescription() 44 : frameLength_(frameLength), sampleRate_(sampleRate), dataFormat_(dataFormat), in DataDescription()
|
H A D | audio_enhance_chain_adapter.h | 35 uint32_t dataFormat; member
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | exif_info.cpp | 1644 uint16_t dataFormat = ReadUnsignedShort(); in GetDataRangeFromDE() local 1649 bool valid = SetDEDataByteCount(tagNumber, dataFormat, numberOfComponents, byteCount); in GetDataRangeFromDE() 1677 ParseIFDPointerTag(ifdOfIFDPointerTag, dataFormat); in GetDataRangeFromDE() 1684 …ectoryEntry directoryEntry = {static_cast<ExifTag>(tagNumber), static_cast<ExifFormat>(dataFormat), in GetDataRangeFromDE() 1701 const uint16_t &dataFormat, in SetDEDataByteCount() argument 1707 } else if (dataFormat <= 0 || exif_format_get_size(static_cast<ExifFormat>(dataFormat)) == 0) { in SetDEDataByteCount() 1708 IMAGE_LOGD("Skip the tag entry since data format is invalid: %{public}d.", dataFormat); in SetDEDataByteCount() 1711 static_cast<uint32_t>(exif_format_get_size(static_cast<ExifFormat>(dataFormat))); in SetDEDataByteCount() 1722 void ByteOrderedBuffer::ParseIFDPointerTag(const ExifIfd &ifd, const uint16_t &dataFormat) in ParseIFDPointerTag() argument 1726 switch (static_cast<ExifFormat>(dataFormat)) { in ParseIFDPointerTag()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/ |
H A D | exif_info.h | 195 const uint16_t &dataFormat, 203 void ParseIFDPointerTag(const ExifIfd &ifd, const uint16_t &dataFormat);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_enhance_chain.cpp | 176 … enhanceBufferAttr->dataFormat, enhanceBufferAttr->micNum, enhanceBufferAttr->refNum, in ApplyEnhanceChain()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | plugin_libjpeg_test.cpp | 669 const uint16_t dataFormat = byteorder.ReadUnsignedShort(); variable 670 byteorder.ParseIFDPointerTag(ifd, dataFormat); 1303 uint16_t dataFormat = byteorder.ReadUnsignedShort(); variable 1306 bool ret = byteorder.SetDEDataByteCount(0x0000, dataFormat, numberOfComponents, byteCount); 1781 uint16_t dataFormat = byteorder.ReadUnsignedShort(); variable 1784 bool ret = byteorder.SetDEDataByteCount(0xa436, dataFormat, numberOfComponents, byteCount);
|