Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DInputPort.java65 return mSourcePort != null ? mSourcePort.getPortFormat() : getPortFormat(); in getSourceFormat()
H A DFilterPort.java48 public FrameFormat getPortFormat() { in getPortFormat() method in FilterPort
H A DFilterGraph.java243 FrameFormat targetFormat = inputPort.getPortFormat(); in runTypeCheckOn()
H A DFilter.java637 FrameFormat portFormat = getInputPort(inputName).getPortFormat(); in wrapInputValue()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h591 status_t getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify);
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp2122 status_t err = getPortFormat(kPortIndexOutput, outputFormat); in configureCodec()
2396 err = getPortFormat(kPortIndexInput, inputFormat); in configureCodec()
2398 err = getPortFormat(kPortIndexOutput, outputFormat); in configureCodec()
5151 status_t ACodec::getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify) { in getPortFormat() function in android::ACodec
5761 if (getPortFormat(kPortIndexOutput, mOutputFormat) != OK) { in onOutputFormatChanged()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18155 Landroid/filterfw/core/FilterPort;->getPortFormat()Landroid/filterfw/core/FrameFormat;