Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hostgraphics/gui/
H A DBufferItemConsumer.h51 status_t setDefaultBufferFormat(PixelFormat defaultFormat) { in setDefaultBufferFormat() argument
52 return mConsumer->setDefaultBufferFormat(defaultFormat); in setDefaultBufferFormat()
H A DIGraphicBufferConsumer.h54 virtual status_t setDefaultBufferFormat(PixelFormat defaultFormat) = 0;
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp251 sp<AMessage> defaultFormat = new AMessage(); in android_media_MediaCodecList_getCodecCapabilities() local
252 defaultFormat->setString("mime", typeStr); in android_media_MediaCodecList_getCodecCapabilities()
270 if (ConvertMessageToMap(env, defaultFormat, &defaultFormatObj)) { in android_media_MediaCodecList_getCodecCapabilities()
H A Dandroid_media_MediaCodec.cpp844 sp<AMessage> defaultFormat = new AMessage(); in getCodecCapabilitiesObject() local
845 defaultFormat->setString("mime", mime); in getCodecCapabilitiesObject()
852 if (ConvertMessageToMap(env, defaultFormat, &defaultFormatObj)) { in getCodecCapabilitiesObject()
/aosp14/frameworks/base/libs/hostgraphics/
H A DHostBufferQueue.cpp38 virtual status_t setDefaultBufferFormat(PixelFormat defaultFormat) { return OK; } in setDefaultBufferFormat() argument
/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1160 MediaFormat defaultFormat = new MediaFormat(); in createFromProfileLevel() local
1161 defaultFormat.setString(MediaFormat.KEY_MIME, mime); in createFromProfileLevel()
1165 defaultFormat, new MediaFormat() /* info */); in createFromProfileLevel()
1186 MediaFormat defaultFormat, MediaFormat info) { in CodecCapabilities() argument
1190 mDefaultFormat = defaultFormat; in CodecCapabilities()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java2098 cdmaCheckAndProcessPlusCodeByNumberFormat(String dialStr,int currFormat,int defaultFormat) { in cdmaCheckAndProcessPlusCodeByNumberFormat() argument
2101 boolean useNanp = (currFormat == defaultFormat) && (currFormat == FORMAT_NANP); in cdmaCheckAndProcessPlusCodeByNumberFormat()