Searched refs:isSoftware (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/av/media/libstagefright/ |
H A D | OmxInfoBuilder.cpp | 164 bool isSoftware = hasPrefix(nodeName, "OMX.google"); in buildMediaCodecList() local 165 uint32_t rank = isSoftware in buildMediaCodecList() 194 if (!isSoftware) { in buildMediaCodecList()
|
/aosp12/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/ |
H A D | MediaCodecSurfaceEncoder.java | 70 public MediaCodecSurfaceEncoder(Context context, int resId, String mime, boolean isSoftware, in MediaCodecSurfaceEncoder() argument 75 mIsCodecSoftware = isSoftware; in MediaCodecSurfaceEncoder() 80 public MediaCodecSurfaceEncoder(Context context, int resId, String mime, boolean isSoftware, in MediaCodecSurfaceEncoder() argument 83 this(context, resId, mime, isSoftware, outputPath, 1); in MediaCodecSurfaceEncoder()
|
H A D | MediaCodecBase.java | 139 boolean isSoftware) { in selectCodecs() argument 173 if (isSoftware) { in selectCodecs()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | PatchPanel.cpp | 164 if (removedPatch.isSoftware()) { in createAudioPatch() 458 ALOGE_IF(isSoftware(), "Software patch connections leaked %d %d", in ~Patch() 623 if (!isSoftware()) return INVALID_OPERATION; in getLatencyMs() 684 myHandle, isSoftware() ? "Software bridge between" : "No software bridge", in dump() 730 if (removedPatch.isSoftware()) { in releaseAudioPatch()
|
H A D | PatchPanel.h | 199 bool isSoftware() const { in isSoftware() function
|
H A D | Effects.cpp | 3244 port->ext.device.address, port->id, patch.isSoftware()); in checkPort() 3272 } else if (patch.isSoftware() || patch.thread().promote() != nullptr) { in checkPort() 3275 if (patch.isSoftware()) { in checkPort() 3281 if (patch.isSoftware()) { in checkPort()
|
/aosp12/system/security/keystore2/src/km_compat/ |
H A D | km_compat.cpp | 216 auto [hasPrefix, isSoftware] = prefixedKeyBlobParsePrefix(prefixedBlob); in dissectPrefixedKeyBlob() 223 isSoftware}; in dissectPrefixedKeyBlob() 716 auto [strippedKeyBlob, isSoftware] = dissectPrefixedKeyBlob(prefixedKeyBlob); in getKeyCharacteristics() 717 if (isSoftware) { in getKeyCharacteristics()
|