Home
last modified time | relevance | path

Searched refs:isRegular (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.cpp706 void ARTPSource::notifyPktInfo(int32_t bitrate, int64_t nowUs, bool isRegular) { in notifyPktInfo() argument
707 int32_t payloadType = isRegular ? RTP_QUALITY : RTP_QUALITY_EMC; in notifyPktInfo()
727 if (isRegular) { in notifyPktInfo()
H A DARTPSource.h87 void notifyPktInfo(int32_t bitrate, int64_t nowUs, bool isRegular);
/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java647 public boolean isRegular() { in isRegular() method in MediaCodecInfo.CodecCapabilities
4035 if (c.isRegular()) { in makeRegular()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt29782 Landroid/media/MediaCodecInfo$CodecCapabilities;->isRegular()Z