Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mNode

333       mNode(NULL),
419 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
447 mNode, portIndex, def.nBufferSize, &info.mBufferID,
453 mNode, portIndex, mem, &info.mBufferID);
455 err = mOMX->useBuffer(mNode, portIndex, mem, &info.mBufferID);
496 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
516 err = mOMX->getGraphicBufferUsage(mNode, kPortIndexOutput, &usage);
573 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
612 err = mOMX->useGraphicBuffer(mNode, kPortIndexOutput, graphicBuffer,
731 mNode, portIndex, info->mBufferID),
827 mNode, OMX_IndexParamStandardComponentRole,
969 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
982 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
989 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
1010 mNode, OMX_IndexParamAudioPortFormat,
1023 mNode, OMX_IndexParamAudioPortFormat, &format, sizeof(format));
1054 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
1064 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
1075 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile));
1097 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile));
1111 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile));
1126 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile));
1180 mOMX->getParameter(mNode, OMX_IndexParamAudioAmr, &def, sizeof(def));
1190 mNode, OMX_IndexParamAudioAmr, &def, sizeof(def));
1218 status_t err = mOMX->getParameter(mNode, OMX_IndexParamAudioFlac, &def, sizeof(def));
1224 err = mOMX->setParameter(mNode, OMX_IndexParamAudioFlac, &def, sizeof(def));
1244 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
1253 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
1264 mNode, OMX_IndexParamAudioPcm, &pcmParams, sizeof(pcmParams));
1282 mNode, OMX_IndexParamAudioPcm, &pcmParams, sizeof(pcmParams));
1299 mNode, OMX_IndexParamVideoPortFormat,
1338 mNode, OMX_IndexParamVideoPortFormat,
1351 mNode, OMX_IndexParamVideoPortFormat,
1363 mNode, OMX_IndexParamVideoPortFormat,
1455 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
1501 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
1532 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
1546 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
1609 mNode, OMX_IndexParamVideoMpeg4, &mpeg4type, sizeof(mpeg4type));
1652 mNode, OMX_IndexParamVideoMpeg4, &mpeg4type, sizeof(mpeg4type));
1688 mNode, OMX_IndexParamVideoH263, &h263type, sizeof(h263type));
1726 mNode, OMX_IndexParamVideoH263, &h263type, sizeof(h263type));
1762 mNode, OMX_IndexParamVideoAvc, &h264type, sizeof(h264type));
1827 mNode, OMX_IndexParamVideoAvc, &h264type, sizeof(h264type));
1844 mNode,
1868 mNode, OMX_IndexParamVideoBitrate,
1879 mNode, OMX_IndexParamVideoBitrate,
1889 mNode, OMX_IndexParamVideoErrorCorrection,
1903 mNode, OMX_IndexParamVideoErrorCorrection,
1917 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
1940 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
1947 return mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_TRUE);
1950 mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_FALSE);
2014 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def)),
2036 mNode, OMX_IndexConfigCommonOutputCrop,
2081 mNode, OMX_IndexParamAudioPcm,
2338 CHECK_EQ(nodeID, mCodec->mNode);
2559 mCodec->mNode,
2592 mCodec->mNode,
2674 mCodec->mNode, info->mBufferID),
2794 CHECK_EQ(mCodec->mOMX->fillBuffer(mCodec->mNode, info->mBufferID),
2886 CHECK(mCodec->mNode == NULL);
2969 mCodec->mNode = node;
3009 CHECK_EQ(mCodec->mOMX->freeNode(mCodec->mNode), (status_t)OK);
3012 mCodec->mNode = NULL;
3077 CHECK(mCodec->mNode != NULL);
3119 mCodec->mNode, OMX_CommandStateSet, OMX_StateIdle),
3178 mCodec->mNode, OMX_CommandStateSet, OMX_StateExecuting),
3268 CHECK_EQ(mCodec->mOMX->fillBuffer(mCodec->mNode, info->mBufferID),
3316 mCodec->mNode, OMX_CommandStateSet, OMX_StateIdle),
3338 mCodec->mNode, OMX_CommandFlush, OMX_ALL),
3372 mCodec->mNode,
3463 mCodec->mNode, OMX_CommandPortEnable, kPortIndexOutput),
3583 mCodec->mNode, OMX_CommandStateSet, OMX_StateLoaded),
3741 msg->setPointer("node", mCodec->mNode);