Searched refs:addrout (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/ |
H A D | ActsCodecFormatNdkTest.cpp | 196 uint8_t *addrout; in HWTEST_F() local 198 OH_AVFormat_GetBuffer(codecFormatOut, bufferKey, &addrout, &sizeOut); in HWTEST_F() 201 ASSERT_EQ(buffer[i], addrout[i]); in HWTEST_F()
|
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | multimediaCore.cpp | 226 uint8_t *addrout = nullptr; in MultimediaCoreAVFormatGetBufferOne() local 228 bool ReturnValue = OH_AVFormat_GetBuffer(AVFormat, bufferKey, &addrout, &sizeOut); in MultimediaCoreAVFormatGetBufferOne() 244 uint8_t *addrout = nullptr; in MultimediaCoreAVFormatGetBufferTwo() local 246 bool ReturnValue = OH_AVFormat_GetBuffer(nullptr, bufferKey, &addrout, &sizeOut); in MultimediaCoreAVFormatGetBufferTwo() 262 uint8_t *addrout = nullptr; in MultimediaCoreAVFormatGetBufferThree() local 264 bool ReturnValue = OH_AVFormat_GetBuffer(AVFormat, nullptr, &addrout, &sizeOut); in MultimediaCoreAVFormatGetBufferThree() 297 uint8_t *addrout = nullptr; in MultimediaCoreAVFormatGetBufferFive() local 298 bool ReturnValue = OH_AVFormat_GetBuffer(AVFormat, bufferKey, &addrout, nullptr); in MultimediaCoreAVFormatGetBufferFive()
|
Completed in 4 milliseconds