Searched refs:getPortFormat (Results 1 - 8 of 8) 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.h556 status_t getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify);
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h556 status_t getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify);
/frameworks/av/media/libstagefright/include/
H A DACodec.h556 status_t getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify);
/frameworks/av/media/libstagefright/
H A DACodec.cpp2047 status_t err = getPortFormat(kPortIndexOutput, outputFormat);
2286 err = getPortFormat(kPortIndexInput, inputFormat);
2288 err = getPortFormat(kPortIndexOutput, outputFormat);
4761 status_t ACodec::getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify) { function in class:android::ACodec
5253 if (getPortFormat(kPortIndexOutput, mOutputFormat) != OK) {

Completed in 2037 milliseconds