/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/ |
H A D | heif_stream.cpp | 53 bool HeifBufferInputStream::CheckSize(size_t target_size, int64_t end) in CheckSize() function in OHOS::ImagePlugin::HeifBufferInputStream 91 if (!CheckSize(UINT8_BYTES_NUM)) { in Read8() 106 if (!CheckSize(UINT16_BYTES_NUM)) { in Read16() 121 if (!CheckSize(UINT32_BYTES_NUM)) { in Read32() 139 if (!CheckSize(UINT64_BYTES_NUM)) { in Read64() 161 if (!CheckSize(size)) { in ReadData() 180 if (!CheckSize(UINT8_BYTES_NUM)) { in ReadString() 195 bool HeifStreamReader::CheckSize(size_t size) in CheckSize() function in OHOS::ImagePlugin::HeifStreamReader 197 bool res = inputStream_->CheckSize(size, end_); in CheckSize() 204 void HeifStreamWriter::CheckSize(size_ function in OHOS::ImagePlugin::HeifStreamWriter [all...] |
/foundation/multimedia/media_foundation/tests/unittest/avshared_memory_pool/ |
H A D | avshared_memory_pool_test.cpp | 68 * @tc.name: CheckSize 69 * @tc.desc: CheckSize 72 HWTEST_F(AVSharedMemoryPoolTest, CheckSize, TestSize.Level1) in HWTEST_F() 75 EXPECT_EQ(false, pool->CheckSize(-2)); in HWTEST_F() 76 EXPECT_EQ(false, pool->CheckSize(1)); in HWTEST_F() 77 EXPECT_TRUE(pool->CheckSize(-1)); in HWTEST_F()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/ |
H A D | heif_stream.h | 32 virtual bool CheckSize(size_t size, int64_t end) = 0; 47 bool CheckSize(size_t target_size, int64_t end) override; 77 [[nodiscard]] bool CheckSize(size_t size); 118 void CheckSize(size_t size);
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/ |
H A D | heif_box.cpp | 43 if (!reader.CheckSize(UINT64_BYTES_NUM)) { in ParseHeader() 53 if (!reader.CheckSize(UINT64_BYTES_NUM)) { in ParseHeader() 61 if (!reader.CheckSize(UUID_TYPE_BYTE_NUM)) { in ParseHeader() 148 if (reader.CheckSize(contentSize)) { in ParseContent() 211 if (!reader.CheckSize(boxContentSize)) { in MakeFromReader()
|
H A D | item_property_color_box.cpp | 29 if (!reader.CheckSize(profileDataSize)) { in ParseContent() 37 if (!reader.CheckSize(UINT16_BYTES_NUM + UINT16_BYTES_NUM + UINT16_BYTES_NUM + UINT8_BYTES_NUM)) { in ParseContent()
|
H A D | item_property_basic_box.cpp | 43 if (!reader.CheckSize(channelNum)) { in ParseContent()
|
H A D | item_data_box.cpp | 288 ret = stream->CheckSize(extent.length, -1);
|
H A D | item_property_hvcc_box.cpp | 51 if (!nalUnitSize || !reader.CheckSize(nalUnitSize)) { in ParseNalUnitArray()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | base_shape_pattern_test_ng.h | 29 void CheckSize(bool hasValue);
|
H A D | circle_pattern_test_ng.cpp | 94 CheckSize(true); in HWTEST_F()
|
H A D | base_shape_pattern_test_ng.cpp | 33 void BaseShapePatternTestNg::CheckSize(bool hasValue) in CheckSize() function in OHOS::Ace::NG::BaseShapePatternTestNg
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_uri_utils.cpp | 74 if (!CheckSize(outSize, outPath)) { in ParseThumbnailInfo() 117 bool ThumbnailUriUtils::CheckSize(Size &outSize, const string &outPath) in CheckSize() function in OHOS::Media::ThumbnailUriUtils
|
/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | avsharedmemorypool.h | 95 bool CheckSize(int32_t size);
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/ |
H A D | thumbnail_uri_utils.h | 40 static bool CheckSize(Size &outSize, const std::string &outPath);
|
/foundation/multimedia/media_foundation/src/common/ |
H A D | avsharedmemorypool.cpp | 151 bool AVSharedMemoryPool::CheckSize(int32_t size) in CheckSize() function in OHOS::Media::AVSharedMemoryPool 180 FALSE_RETURN_V_MSG_E(CheckSize(size), nullptr, "invalid size: %{public}d", size); in AcquireMemory()
|
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/ |
H A D | datashare_proxy.h | 76 bool CheckSize(const UpdateOperations &operations);
|
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/ |
H A D | datashare_proxy.cpp | 237 if (!CheckSize(operations)) { in BatchUpdate() 627 bool DataShareProxy::CheckSize(const UpdateOperations &operations) in CheckSize() function in OHOS::DataShare::DataShareProxy
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | heif_parser_test.cpp | 156 heifWriter.CheckSize(size); in HWTEST_F()
|