Lines Matching refs:OMXNodeInstance

18 #define LOG_TAG "OMXNodeInstance"
23 #include "../include/OMXNodeInstance.h"
193 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {
206 OMXNodeInstance::OMXNodeInstance(
234 OMXNodeInstance::~OMXNodeInstance() {
239 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) {
246 sp<GraphicBufferSource> OMXNodeInstance::getGraphicBufferSource() {
251 void OMXNodeInstance::setGraphicBufferSource(
258 OMX *OMXNodeInstance::owner() {
262 sp<IOMXObserver> OMXNodeInstance::observer() {
266 OMX::node_id OMXNodeInstance::nodeID() {
270 status_t OMXNodeInstance::freeNode(OMXMaster *master) {
370 ALOGV("OMXNodeInstance going away.");
376 status_t OMXNodeInstance::sendCommand(
415 bool OMXNodeInstance::isProhibitedIndex_l(OMX_INDEXTYPE index) {
416 // these extensions can only be used from OMXNodeInstance, not by clients directly.
457 status_t OMXNodeInstance::getParameter(
475 status_t OMXNodeInstance::setParameter(
492 status_t OMXNodeInstance::getConfig(
510 status_t OMXNodeInstance::setConfig(
527 status_t OMXNodeInstance::getState(OMX_STATETYPE* state) {
535 status_t OMXNodeInstance::enableNativeBuffers(
596 status_t OMXNodeInstance::getGraphicBufferUsage(
626 status_t OMXNodeInstance::storeMetaDataInBuffers(
633 status_t OMXNodeInstance::storeMetaDataInBuffers_l(
712 status_t OMXNodeInstance::prepareForAdaptivePlayback(
746 status_t OMXNodeInstance::configureVideoTunnelMode(
792 status_t OMXNodeInstance::useBuffer(
872 status_t OMXNodeInstance::useGraphicBuffer2_l(
928 status_t OMXNodeInstance::useGraphicBuffer(
999 status_t OMXNodeInstance::updateGraphicBufferInMeta_l(
1044 status_t OMXNodeInstance::updateGraphicBufferInMeta(
1055 status_t OMXNodeInstance::updateNativeHandleInMeta(
1092 status_t OMXNodeInstance::createGraphicBufferSource(
1165 status_t OMXNodeInstance::createInputSurface(
1187 status_t OMXNodeInstance::createPersistentInputSurface(
1217 status_t OMXNodeInstance::setInputSurface(
1224 void OMXNodeInstance::signalEvent(OMX_EVENTTYPE event, OMX_U32 arg1, OMX_U32 arg2) {
1228 status_t OMXNodeInstance::signalEndOfInputStream() {
1240 status_t OMXNodeInstance::allocateSecureBuffer(
1310 status_t OMXNodeInstance::allocateBufferWithBackup(
1376 status_t OMXNodeInstance::freeBuffer(
1400 status_t OMXNodeInstance::fillBuffer(OMX::buffer_id buffer, int fenceFd) {
1434 status_t OMXNodeInstance::emptyBuffer(
1481 void OMXNodeInstance::bumpDebugLevel_l(size_t numInputBuffers, size_t numOutputBuffers) {
1493 void OMXNodeInstance::unbumpDebugLevel_l(size_t portIndex) {
1503 status_t OMXNodeInstance::storeFenceInMeta_l(
1526 int OMXNodeInstance::retrieveFenceFromMeta_l(
1546 status_t OMXNodeInstance::emptyBuffer_l(
1587 status_t OMXNodeInstance::emptyGraphicBuffer(
1617 status_t OMXNodeInstance::getExtensionIndex(
1651 status_t OMXNodeInstance::setInternalOption(
1751 bool OMXNodeInstance::handleMessage(omx_message &msg) {
1818 void OMXNodeInstance::onMessages(std::list<omx_message> &messages) {
1832 void OMXNodeInstance::onObserverDied(OMXMaster *master) {
1839 void OMXNodeInstance::onGetHandleFailed() {
1843 // OMXNodeInstance::OnEvent calls OMX::OnEvent, which then calls here.
1845 void OMXNodeInstance::onEvent(
1902 OMX_ERRORTYPE OMXNodeInstance::OnEvent(
1913 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData);
1922 OMX_ERRORTYPE OMXNodeInstance::OnEmptyBufferDone(
1930 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData);
1940 OMX_ERRORTYPE OMXNodeInstance::OnFillBufferDone(
1948 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData);
1957 void OMXNodeInstance::addActiveBuffer(OMX_U32 portIndex, OMX::buffer_id id) {
1968 void OMXNodeInstance::removeActiveBuffer(
1985 void OMXNodeInstance::freeActiveBuffers() {
1994 OMX::buffer_id OMXNodeInstance::makeBufferID(OMX_BUFFERHEADERTYPE *bufferHeader) {
2011 OMX_BUFFERHEADERTYPE *OMXNodeInstance::findBufferHeader(
2033 OMX::buffer_id OMXNodeInstance::findBufferID(OMX_BUFFERHEADERTYPE *bufferHeader) {
2046 void OMXNodeInstance::invalidateBufferID(OMX::buffer_id buffer) {