Home
last modified time | relevance | path

Searched refs:getPortFormat (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DInputPort.java65 return mSourcePort != null ? mSourcePort.getPortFormat() : getPortFormat(); in getSourceFormat()
DFilterPort.java48 public FrameFormat getPortFormat() { in getPortFormat() method in FilterPort
DFilterGraph.java246 FrameFormat targetFormat = inputPort.getPortFormat(); in runTypeCheckOn()
DFilter.java641 FrameFormat portFormat = getInputPort(inputName).getPortFormat(); in wrapInputValue()
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h568 status_t getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify);
/frameworks/av/media/libstagefright/
DACodec.cpp2056 status_t err = getPortFormat(kPortIndexOutput, outputFormat); in configureCodec()
2310 err = getPortFormat(kPortIndexInput, inputFormat); in configureCodec()
2312 err = getPortFormat(kPortIndexOutput, outputFormat); in configureCodec()
4953 status_t ACodec::getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify) { in getPortFormat() function in android::ACodec
5532 if (getPortFormat(kPortIndexOutput, mOutputFormat) != OK) { in onOutputFormatChanged()