Home
last modified time | relevance | path

Searched defs:totalSize (Results 151 - 175 of 222) sorted by relevance

123456789

/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp596 ProcessData(png_structp pngStructPtr, png_infop infoStructPtr, InputDataStream *sourceStream, DataStreamBuffer streamData, size_t bufferSize, size_t totalSize) ProcessData() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp503 off_t totalSize = statSrc.st_size; in SendLivePhoto() local
537 int64_t totalSize = st.st_size; in GetExtraDataSize() local
595 int64_t totalSize = st.st_size; in ConvertToMovingPhoto() local
725 int64_t totalSize = st.st_size; GetVersionAndFrameNum() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp186 static bool ReadFile(void *chOrg, std::string path, int32_t totalSize, int32_t srcNum) in ReadFile() argument
202 GTEST_LOG_(INFO) << "Read fail" << bytesOrg << "totalsize" << totalSize; in ReadFile() local
2533 const size_t totalSize = (ySize + 2 * uvSize); in HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp274 const size_t totalSize = (ySize + NUM_2 * uvSize); in YuvP010ConvertToRgb() local
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp208 int32_t AVMetadataHelperImpl::SaveDataToFile(const std::string &fileName, const char *data, const size_t &totalSize) in SaveDataToFile() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp623 uint32_t totalSize = 0u; in GetConnInDoOpenMap() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp141 GetCloudLog(sqlite3_stmt *stmt, VBucket &logInfo, uint32_t &totalSize, int64_t &revisedTime, int64_t &invalidTime) GetCloudLog() argument
196 GetCloudKvData(sqlite3_stmt *stmt, VBucket &data, uint32_t &totalSize) GetCloudKvData() argument
221 GetCloudKvBlobData(const std::string &keyStr, int index, sqlite3_stmt *stmt, VBucket &data, uint32_t &totalSize) GetCloudKvBlobData() argument
1275 uint32_t totalSize = 0; GetCloudVersionFromCloud() local
1292 GetCloudVersionRecordData(sqlite3_stmt *stmt, VBucket &data, uint32_t &totalSize) GetCloudVersionRecordData() argument
1321 uint32_t totalSize = 0; GetWaitCompensatedSyncDataPk() local
1358 uint32_t totalSize = 0; GetWaitCompensatedSyncDataUserId() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp519 uint64_t totalSize = 0; in CalculateKvStoreSize() local
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp601 int32_t StorageManagerProxy::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() argument
961 int32_t StorageManagerProxy::GetTotalSize(int64_t &totalSize) in GetTotalSize() argument
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp135 int32_t StorageManagerProxy::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() argument
201 int32_t StorageManagerProxy::GetTotalSize(int64_t &totalSize) in GetTotalSize() argument
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp1135 int32_t totalSize = CollationDataWriter::writeBase( in buildAndWriteBaseData() local
/third_party/lzma/C/
H A DXz.h111 UInt64 totalSize; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp135 VkDeviceSize BufferLevels::totalSize () const in totalSize() function in vkt::image::__anon28033::BufferLevels
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp215 int totalSize = 0; in computeTotalByteSize() local
H A DvktShaderIntegerFunctionTests.cpp170 int totalSize = 0; in computeTotalScalarSize() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp135 VkDeviceSize BufferLevels::totalSize () const in totalSize() function in vkt::image::__anon29264::BufferLevels
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTransformFeedbackTest.cpp3626 size_t totalSize = 0; in TEST_P() local
H A DShaderStorageBufferTest.cpp1082 constexpr unsigned int totalSize = kStructureStride * 2 + sizeof(kLastData); in TEST_P() local
1198 constexpr unsigned int totalSize = kLastDataOffset + sizeof(kLastData); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp663 size_t totalSize = static_cast<size_t>(mState.getSize()); in ghostMappedBuffer() local
/third_party/skia/src/core/
H A DSkTextBlob.cpp729 const size_t totalSize = in MakeFromBuffer() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp219 int totalSize = 0; in computeTotalScalarSize() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp294 int totalSize = 0; in computeTotalScalarSize() local
H A Des31fShaderIntegerFunctionTests.cpp230 int totalSize = 0; in computeTotalScalarSize() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp215 int totalSize = 0; in computeTotalByteSize() local
H A DvktShaderIntegerFunctionTests.cpp170 int totalSize = 0; in computeTotalScalarSize() local

Completed in 60 milliseconds

123456789