Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/opengl/
Dutil.cpp565 static int checkFormat(SkColorType colorType, int format, int type) in checkFormat() function
659 int err = checkFormat(colorType, internalformat, type); in util_texImage2D()
707 int err = checkFormat(colorType, format, type); in util_texSubImage2D()
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp940 uint32_t checkFormat = format != 0 ? format : mCore->mDefaultBufferFormat; in allocateBuffers() local
943 checkFormat != allocFormat || checkUsage != allocUsage) { in allocateBuffers()
/frameworks/av/services/audiopolicy/
DAudioPolicyManager.h262 status_t checkFormat(audio_format_t format) const;
DAudioPolicyManager.cpp6122 status_t AudioPolicyManager::AudioPort::checkFormat(audio_format_t format) const in checkFormat() function in android::AudioPolicyManager::AudioPort
6507 status = audioport->checkFormat(config->format); in applyAudioPortConfig()
6616 if (!audio_is_valid_format(format) || checkFormat(format) != NO_ERROR) { in isCompatibleProfile()