Searched refs:getPortFormat (Results 1 – 7 of 7) sorted by relevance
65 return mSourcePort != null ? mSourcePort.getPortFormat() : getPortFormat(); in getSourceFormat()
48 public FrameFormat getPortFormat() { in getPortFormat() method in FilterPort
243 FrameFormat targetFormat = inputPort.getPortFormat(); in runTypeCheckOn()
635 FrameFormat portFormat = getInputPort(inputName).getPortFormat(); in wrapInputValue()
599 status_t getPortFormat(OMX_U32 portIndex, sp<AMessage> ¬ify);
2186 status_t err = getPortFormat(kPortIndexOutput, outputFormat); in configureCodec()2463 err = getPortFormat(kPortIndexInput, inputFormat); in configureCodec()2465 err = getPortFormat(kPortIndexOutput, outputFormat); in configureCodec()5241 status_t ACodec::getPortFormat(OMX_U32 portIndex, sp<AMessage> ¬ify) { in getPortFormat() function in android::ACodec5852 if (getPortFormat(kPortIndexOutput, mOutputFormat) != OK) { in onOutputFormatChanged()
15277 Landroid/filterfw/core/FilterPort;->getPortFormat()Landroid/filterfw/core/FrameFormat;