Home
last modified time | relevance | path

Searched defs:sourceFormat (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/aosp_15_r20/frameworks/base/core/java/android/view/translation/
H A DTranslationManager.java237 public Set<TranslationCapability> getOnDeviceTranslationCapabilities( in getOnDeviceTranslationCapabilities()
266 public Set<TranslationCapability> getTranslationCapabilities( in getTranslationCapabilities()
309 public void addOnDeviceTranslationCapabilityUpdateListener( in addOnDeviceTranslationCapabilityUpdateListener()
327 public void addTranslationCapabilityUpdateListener( in addTranslationCapabilityUpdateListener()
366 public void removeOnDeviceTranslationCapabilityUpdateListener( in removeOnDeviceTranslationCapabilityUpdateListener()
395 public void removeTranslationCapabilityUpdateListener( in removeTranslationCapabilityUpdateListener()
H A DITranslationManager.aidl37 void onTranslationCapabilitiesRequest(int sourceFormat, int destFormat, in onTranslationCapabilitiesRequest()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DCopyTextureTest.cpp297 bool checkExtensions(GLenum sourceFormat, GLenum destFormat) const in checkExtensions()
321 void calculateCopyTextureResults(GLenum sourceFormat, in calculateCopyTextureResults()
387 const uint8_t *getSourceColors(GLenum sourceFormat, size_t *colorCount, uint8_t *componentCount) in getSourceColors()
468 GLenum sourceFormat, in initializeSourceTexture()
492 GLenum sourceFormat, in testCopyTexture()
585 GLenum sourceFormat, in testCopySubTexture()
2146 auto testSubCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
2150 bool unmultiplyAlpha, const GLColor &expectedColor) { in TEST_P()
2267 const GLColor32F &expectedColor) { in TEST_P()
2397 const GLColor32U &expectedColor) { in TEST_P()
/aosp_15_r20/frameworks/base/core/java/android/service/translation/
H A DTranslationService.java302 public abstract void onTranslationCapabilitiesRequest( in onTranslationCapabilitiesRequest()
361 private void handleOnTranslationCapabilitiesRequest( in handleOnTranslationCapabilitiesRequest()
387 private boolean isValidCapabilities(@TranslationSpec.DataFormat int sourceFormat, in isValidCapabilities()
H A DITranslationService.aidl39 void onTranslationCapabilitiesRequest(int sourceFormat, int targetFormat, in onTranslationCapabilitiesRequest()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowTranslationManager.java26 int sourceFormat, int targetFormat) { in getOnDeviceTranslationCapabilities()
34 int sourceFormat, int targetFormat, Set<TranslationCapability> capabilities) { in setOnDeviceTranslationCapabilities()
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DCaseFormat.java166 private final CaseFormat sourceFormat; field in CaseFormat.StringConverter
169 StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat) { in StringConverter()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DCaseFormat.java166 private final CaseFormat sourceFormat; field in CaseFormat.StringConverter
169 StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat) { in StringConverter()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/translation/services.translation/android_common/repackaged-jarjar/javac/
Dservices.translation.jarcom/android/server/translation/TranslationManagerServiceShellCommand.class TranslationManagerServiceShellCommand.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/translation/services.translation/android_common/javac/
Dservices.translation.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
H A DMediaTranscoderTests.cpp180 [dstMime, bitrate](AMediaFormat* sourceFormat) { in testTranscodeVideo()
334 static AMediaFormat* getAVCVideoFormat(AMediaFormat* sourceFormat) { in getAVCVideoFormat()
/aosp_15_r20/platform_testing/libraries/audio-test-harness/server/src/main/java/com/android/media/audiotestharness/server/javasound/
H A DJavaSoundUtility.java32 public static AudioFormat audioFormatFrom(AudioFormatOuterClass.AudioFormat sourceFormat) { in audioFormatFrom()
/aosp_15_r20/frameworks/base/services/translation/java/com/android/server/translation/
H A DRemoteTranslationService.java93 public void onTranslationCapabilitiesRequest(@TranslationSpec.DataFormat int sourceFormat, in onTranslationCapabilitiesRequest()
H A DTranslationManagerService.java157 public void onTranslationCapabilitiesRequest(@TranslationSpec.DataFormat int sourceFormat, in onTranslationCapabilitiesRequest()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DTextureGL.h37 GLenum sourceFormat; member
/aosp_15_r20/frameworks/av/media/libaaudio/src/client/
H A DAAudioFlowGraph.cpp42 aaudio_result_t AAudioFlowGraph::configure(audio_format_t sourceFormat, in configure()
/aosp_15_r20/external/oboe/src/common/
H A DDataConversionFlowGraph.cpp85 AudioFormat sourceFormat = sourceStream->getFormat(); in configure() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp916 GLenum sourceFormat, in copyTexture()
1381 GLenum sourceFormat, in getBlitShaderOperation()
1573 GLenum sourceFormat, in getBlitShader()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
H A DLocalizedFormats.java310 private final String sourceFormat; field in LocalizedFormats
316 private LocalizedFormats(final String sourceFormat) { in LocalizedFormats()
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/tests/fuzzer/
H A Dmedia_transcoder_fuzzer.cpp118 AMediaFormat* getFormat(AMediaFormat* sourceFormat) { in getFormat()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/util/
H A DLocalizedFormats.java378 private final String sourceFormat; field in LocalizedFormats
384 LocalizedFormats(final String sourceFormat) { in LocalizedFormats()
/aosp_15_r20/cts/tests/translation/src/android/translation/cts/
H A DCtsTranslationService.java163 public void onTranslationCapabilitiesRequest(int sourceFormat, int targetFormat, in onTranslationCapabilitiesRequest()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderFramebufferFetchTests.cpp145 tcu::Vec4 getFixedPointFormatThreshold(const tcu::TextureFormat &sourceFormat, in getFixedPointFormatThreshold()
167 tcu::UVec4 getFloatULPThreshold(const tcu::TextureFormat &sourceFormat, const tcu::TextureFormat &r… in getFloatULPThreshold()
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterGraph.java242 FrameFormat sourceFormat = inputPort.getSourceFormat(); in runTypeCheckOn() local
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/
H A DMediaTranscoder.cpp287 for (const std::shared_ptr<AMediaFormat>& sourceFormat : mSourceTrackFormats) { in getTrackFormats() local

12345678910>>...19