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.cpp2058 status_t err = getPortFormat(kPortIndexOutput, outputFormat);
2295 err = getPortFormat(kPortIndexInput, inputFormat);
2297 err = getPortFormat(kPortIndexOutput, outputFormat);
4683 status_t ACodec::getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify) { function in class:android::ACodec
5184 if (getPortFormat(kPortIndexOutput, mOutputFormat) != OK) {

Completed in 433 milliseconds