Searched refs:getPortFormat (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DInputPort.java65 return mSourcePort != null ? mSourcePort.getPortFormat() : getPortFormat();
H A DFilterPort.java48 public FrameFormat getPortFormat() { method in class:FilterPort
H A DFilterGraph.java243 FrameFormat targetFormat = inputPort.getPortFormat();
H A DFilter.java637 FrameFormat portFormat = getInputPort(inputName).getPortFormat();
/frameworks/av/include/media/stagefright/
H A DACodec.h545 status_t getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h545 status_t getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify);
/frameworks/av/media/libstagefright/
H A DACodec.cpp2051 status_t err = getPortFormat(kPortIndexOutput, outputFormat);
2294 err = getPortFormat(kPortIndexInput, inputFormat);
2296 err = getPortFormat(kPortIndexOutput, outputFormat);
4873 status_t ACodec::getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify) { function in class:android::ACodec
5367 if (getPortFormat(kPortIndexOutput, mOutputFormat) != OK) {

Completed in 203 milliseconds