Home
last modified time | relevance | path

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

/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp403 auto appPrivate = static_cast<OMXBufferAppPrivateData *>(buffer->pAppPrivate); in OnFillBufferDone() local
404 if (appPrivate != nullptr && appPrivate->param != nullptr && in OnFillBufferDone()
405 appPrivate->sizeOfParam < 1024) { // 1024: to protect from taint data in OnFillBufferDone()
406 codecOmxBuffer.alongParam.resize(appPrivate->sizeOfParam); in OnFillBufferDone()
407 std::copy(static_cast<uint8_t*>(appPrivate->param), in OnFillBufferDone()
408 static_cast<uint8_t*>(appPrivate->param) + appPrivate->sizeOfParam, in OnFillBufferDone()

Completed in 3 milliseconds