Home
last modified time | relevance | path

Searched refs:bufferKey (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
DActsCodecFormatNdkTest.cpp184 const char *bufferKey = "buffer value key"; variable
193 OH_AVFormat_SetBuffer(codecFormatIn, bufferKey, buffer, sizeIn);
198 OH_AVFormat_GetBuffer(codecFormatOut, bufferKey, &addrout, &sizeOut);
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
DmultimediaCore.cpp91 const char *bufferKey = "buffer value key"; variable
225 OH_AVFormat_SetBuffer(AVFormat, bufferKey, buffer, sizeIn); in MultimediaCoreAVFormatGetBufferOne()
228 bool ReturnValue = OH_AVFormat_GetBuffer(AVFormat, bufferKey, &addrout, &sizeOut); in MultimediaCoreAVFormatGetBufferOne()
243 OH_AVFormat_SetBuffer(AVFormat, bufferKey, buffer, sizeIn); in MultimediaCoreAVFormatGetBufferTwo()
246 bool ReturnValue = OH_AVFormat_GetBuffer(nullptr, bufferKey, &addrout, &sizeOut); in MultimediaCoreAVFormatGetBufferTwo()
261 OH_AVFormat_SetBuffer(AVFormat, bufferKey, buffer, sizeIn); in MultimediaCoreAVFormatGetBufferThree()
279 OH_AVFormat_SetBuffer(AVFormat, bufferKey, buffer, sizeIn); in MultimediaCoreAVFormatGetBufferFour()
281 bool ReturnValue = OH_AVFormat_GetBuffer(AVFormat, bufferKey, nullptr, &sizeOut); in MultimediaCoreAVFormatGetBufferFour()
296 OH_AVFormat_SetBuffer(AVFormat, bufferKey, buffer, sizeIn); in MultimediaCoreAVFormatGetBufferFive()
298 bool ReturnValue = OH_AVFormat_GetBuffer(AVFormat, bufferKey, &addrout, nullptr); in MultimediaCoreAVFormatGetBufferFive()
[all …]