Home
last modified time | relevance | path

Searched refs:dstLength (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_source_native_ndk_test.cpp442 size_t dstLength = 0; in HWTEST_F() local
443 ret = OH_DecodingOptionsForPicture_GetDesiredAuxiliaryPictures(options, &dstAuxTypeList, &dstLength); in HWTEST_F()
446 EXPECT_EQ(srcLength, dstLength); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1464 int32_t dstLength = PixelMap::GetYUVByteCount(dstInfo); in ConvertToP010() local
1465 if (dstLength <= 0) { in ConvertToP010()
1469 uint8_t* dstP010 = new(std::nothrow) uint8_t[dstLength]; in ConvertToP010()
1474 memset_s(dstP010, dstLength, 0, dstLength); in ConvertToP010()
1492 if (memcpy_s(dstPixels, dstLength, dstP010, dstLength) != 0) { in ConvertToP010()
1500 return dstLength; in ConvertToP010()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp65 const int dstLength = 3; member
66 using Array3ptr = std::array<uint8_t*, dstLength>;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp445 int32_t dstLength = in Create() local
447 if (dstLength < 0) { in Create()
1601 int32_t dstLength = PixelConvert::PixelsConvert(srcInfo, dstInfo, bufferSize, IsStrideAlignment()); in ReadARGBPixels() local
1602 if (dstLength < 0) { in ReadARGBPixels()

Completed in 15 milliseconds