Searched defs:getPortFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterPort.java48 public FrameFormat getPortFormat() { method in class:FilterPort
/frameworks/av/media/libstagefright/
H A DACodec.cpp1472 CHECK_EQ(getPortFormat(kPortIndexOutput, outputFormat), (status_t)OK);
1677 CHECK_EQ(getPortFormat(kPortIndexInput, inputFormat), (status_t)OK);
1678 CHECK_EQ(getPortFormat(kPortIndexOutput, outputFormat), (status_t)OK);
3442 status_t ACodec::getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify) { function in class:android::ACodec
3843 CHECK_EQ(getPortFormat(kPortIndexOutput, notify), (status_t)OK);

Completed in 107 milliseconds