Home
last modified time | relevance | path

Searched refs:sizeIn (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
H A DActsCodecFormatNdkTest.cpp190 size_t sizeIn = buffernum * sizeof(uint8_t); in HWTEST_F() local
191 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(sizeIn)); in HWTEST_F()
192 (void)memset_s(buffer, sizeIn, 1, sizeIn); in HWTEST_F()
193 OH_AVFormat_SetBuffer(codecFormatIn, bufferKey, buffer, sizeIn); in HWTEST_F()
199 ASSERT_EQ(sizeIn, sizeOut); in HWTEST_F()
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A DmultimediaCore.cpp223 size_t sizeIn = buffernum * sizeof(uint8_t); in MultimediaCoreAVFormatGetBufferOne() local
224 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(sizeIn)); in MultimediaCoreAVFormatGetBufferOne()
225 OH_AVFormat_SetBuffer(AVFormat, bufferKey, buffer, sizeIn); in MultimediaCoreAVFormatGetBufferOne()
241 size_t sizeIn = buffernum * sizeof(uint8_t); in MultimediaCoreAVFormatGetBufferTwo() local
242 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(sizeIn)); in MultimediaCoreAVFormatGetBufferTwo()
243 OH_AVFormat_SetBuffer(AVFormat, bufferKey, buffer, sizeIn); in MultimediaCoreAVFormatGetBufferTwo()
259 size_t sizeIn = buffernum * sizeof(uint8_t); in MultimediaCoreAVFormatGetBufferThree() local
260 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(sizeIn)); in MultimediaCoreAVFormatGetBufferThree()
261 OH_AVFormat_SetBuffer(AVFormat, bufferKey, buffer, sizeIn); in MultimediaCoreAVFormatGetBufferThree()
277 size_t sizeIn in MultimediaCoreAVFormatGetBufferFour() local
294 size_t sizeIn = buffernum * sizeof(uint8_t); MultimediaCoreAVFormatGetBufferFive() local
626 size_t sizeIn = buffernum * sizeof(uint8_t); MultimediaCoreAVFormatSetBufferOne() local
641 size_t sizeIn = buffernum * sizeof(uint8_t); MultimediaCoreAVFormatSetBufferTwo() local
656 size_t sizeIn = buffernum * sizeof(uint8_t); MultimediaCoreAVFormatSetBufferThree() local
671 size_t sizeIn = buffernum * sizeof(uint8_t); MultimediaCoreAVFormatSetBufferFour() local
1351 size_t sizeIn = buffernum * sizeof(uint8_t); MultimediaCoreAVFormatSetBufferAll() local
[all...]

Completed in 5 milliseconds