Searched refs:sizeOfParam (Results 1 – 2 of 2) sorted by relevance
405 appPrivate->sizeOfParam < 1024) { // 1024: to protect from taint data in OnFillBufferDone()406 codecOmxBuffer.alongParam.resize(appPrivate->sizeOfParam); in OnFillBufferDone()408 static_cast<uint8_t*>(appPrivate->param) + appPrivate->sizeOfParam, in OnFillBufferDone()548 privateData.sizeOfParam = static_cast<uint32_t>(buffer.alongParam.size()); in EmptyThisBuffer()
421 uint32_t sizeOfParam; member