/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/ |
H A D | CodecUnitTest.java | 2059 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersInUnInitState() local 2080 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersInInitState() local 2100 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadIndex() local 2129 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithNullInfos() local 2157 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithNullInfo() local 2196 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithEmptyInfo() local 2224 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadSize() local 2267 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadBuffInfo() local 2302 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadOffset() local 2334 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersInReleaseState() local [all …]
|
H A D | CodecInfoTest.java | 106 public CodecInfoTest(String mediaType, String codecName, MediaCodecInfo codecInfo) { in CodecInfoTest() 120 String codecName = codecInfo.getName(); in input() local
|
/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
H A D | VideoCodecTest.java | 154 private void internalTestBasic(String codecName, String codecMimeType, int bitRateMode) in internalTestBasic() 218 private void internalTestAsyncEncoding(String codecName, String codecMimeType, int bitRateMode) in internalTestAsyncEncoding() 296 private void internalTestSyncFrame(String codecName, String codecMimeType, int bitRateMode, in internalTestSyncFrame() 350 private void internalTestDynamicBitrateChange(String codecName, String codecMimeType, in internalTestDynamicBitrateChange() 422 private void internalTestParallelEncodingAndDecoding(String codecName, String codecMimeType) in internalTestParallelEncodingAndDecoding() 534 private void internalTestEncoderQuality(String codecName, String codecMimeType, int bitRateMode) in internalTestEncoderQuality()
|
H A D | VideoCodecTestBase.java | 99 CodecProperties(String codecName, int colorFormat) { in CodecProperties() 103 public final String codecName; // OpenMax component name for Video codec. field in VideoCodecTestBase.CodecProperties 168 private CodecProperties getEncoderProperties(String codecName, MediaFormat format) in getEncoderProperties() 217 public String codecName; field in VideoCodecTestBase.EncoderOutputStreamParameters 301 String codecName, in getDefaultEncodingParameterList() 356 String codecName, in getDefaultEncodingParameters()
|
/aosp_15_r20/external/openscreen/cast/protocol/castv2/streaming_examples/ |
H A D | offer.json | 10 "codecName": "opus", string 25 "codecName": "vp8", string 43 "codecName": "h264", string 62 "codecName": "vp9", string 80 "codecName": "av1", string
|
/aosp_15_r20/frameworks/av/media/libstagefright/xmlparser/test/ |
H A D | XMLParserTest.cpp | 35 string codecName; member 42 string codecName; member 246 void XMLParseTest::setCodecProperties(string codecName, bool isEncoder, int32_t order, in setCodecProperties() 272 string typeName, string codecName, in setRoleProperties() 326 void XMLParseTest::checkRoleMap(int32_t index, bool isEncoder, string typeName, string codecName, in checkRoleMap()
|
/aosp_15_r20/frameworks/av/media/module/libmediaformatshaper/ |
H A D | FormatShaper.cpp | 124 shaperHandle_t findShaper(const char *codecName, const char *mediaType) { in findShaper() 129 shaperHandle_t createShaper(const char *codecName, const char *mediaType) { in createShaper() 137 shaperHandle_t registerShaper(shaperHandle_t shaper, const char *codecName, const char *mediaType) { in registerShaper()
|
H A D | ManageShapingCodecs.cpp | 40 CodecProperties *findCodec(const char *codecName, const char *mediaType) { in findCodec() 61 CodecProperties *registerCodec(CodecProperties *codec, const char *codecName, in registerCodec()
|
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | HardwareVideoEncoderFactory.java | 104 String codecName = info.getName(); in createEncoder() local 244 private int getForcedKeyFrameIntervalMs(VideoCodecMimeType type, String codecName) { in getForcedKeyFrameIntervalMs() 258 private BitrateAdjuster createBitrateAdjuster(VideoCodecMimeType type, String codecName) { in createBitrateAdjuster()
|
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
H A D | ResourceManagerMultiTest.java | 90 private static Object[] getArgs(String codecName, String mimeType, int width, int height) { in getArgs() 226 private void doTestReclaimResource(String codecName, String mimeType, int width, int height) in doTestReclaimResource() 234 String codecName, String mimeType, int width, int height) throws Exception { in doTestCodecImportanceReclaimResource()
|
H A D | ResourceManagerStubActivity.java | 227 public void doTestReclaimResource(String codecName, String mimeType, int width, int height) in doTestReclaimResource() 276 String codecName, String mimeType, int width, int height, in doTestCodecImportanceReclaimResource()
|
H A D | MediaCodecListTest.java | 342 String codecName = isEncoder in codecCanBeFound() local 458 String codecName = mRegularCodecs.findDecoderForFormat(format); in testFindDecoderWithAacProfile() local 476 String codecName = mRegularCodecs.findEncoderForFormat(format); in testFindEncoderWithAacProfile() local
|
/aosp_15_r20/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/ |
H A D | Encoder.java | 119 private MediaCodec createCodec(String codecName, String mime) throws IOException { in createCodec() 157 public int createAndConfigure(String codecName, MediaFormat encodeFormat, in createAndConfigure() 202 public int encode(String codecName, MediaFormat encodeFormat, String mime, int frameRate, in encode()
|
H A D | Native.java | 28 String codecName, boolean asyncMode); in Decode() 31 String codecName, String mime, int bitRate, int colorFormat, int frameInterval, in Encode()
|
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/ |
H A D | MediaCodecCryptoAsyncHelper.java | 199 String codecName = MediaCodecAsyncHelper.getDecoderForType(mime, secure); in runShortClearKeyVideoWithNoCryptoErrorOverride() local 317 String codecName = MediaCodecAsyncHelper.getDecoderForType(mime, secure); in runDecodeShortClearKeyVideo() local 445 String codecName = MediaCodecAsyncHelper.getDecoderForType(mime, secure); in runDecodeShortVideoUsingBlockModel() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/ffmpeg/src/main/jni/ |
H A D | ffmpeg_jni.cc | 118 LIBRARY_FUNC(jboolean, ffmpegHasDecoder, jstring codecName) { in LIBRARY_FUNC() 122 AUDIO_DECODER_FUNC(jlong, ffmpegInitialize, jstring codecName, in AUDIO_DECODER_FUNC() 212 AVCodec *getCodecByName(JNIEnv *env, jstring codecName) { in getCodecByName()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ffmpeg/src/main/jni/ |
H A D | ffmpeg_jni.cc | 118 LIBRARY_FUNC(jboolean, ffmpegHasDecoder, jstring codecName) { in LIBRARY_FUNC() 122 AUDIO_DECODER_FUNC(jlong, ffmpegInitialize, jstring codecName, in AUDIO_DECODER_FUNC() 212 AVCodec *getCodecByName(JNIEnv *env, jstring codecName) { in getCodecByName()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/ffmpeg/src/main/java/com/google/android/exoplayer2/ext/ffmpeg/ |
H A D | FfmpegLibrary.java | 93 @Nullable String codecName = getCodecName(mimeType); in supportsFormat() local 156 private static native boolean ffmpegHasDecoder(String codecName); in ffmpegHasDecoder()
|
H A D | FfmpegAudioDecoder.java | 42 private final String codecName; field in FfmpegAudioDecoder 218 String codecName, in ffmpegInitialize()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ffmpeg/src/main/java/com/google/android/exoplayer2/ext/ffmpeg/ |
H A D | FfmpegLibrary.java | 99 @Nullable String codecName = getCodecName(mimeType); in supportsFormat() local 162 private static native boolean ffmpegHasDecoder(String codecName); in ffmpegHasDecoder()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/robolectricutils/src/main/java/com/google/android/exoplayer2/robolectric/ |
H A D | ShadowMediaCodecConfig.java | 95 private void configureCodec(String codecName, String mimeType) { in configureCodec() 104 String codecName, in configureCodec()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/robolectricutils/src/main/java/com/google/android/exoplayer2/robolectric/ |
H A D | ShadowMediaCodecConfig.java | 95 private void configureCodec(String codecName, String mimeType) { in configureCodec() 104 String codecName, in configureCodec()
|
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/ |
H A D | CodecTestBase.java | 520 public static void checkFormatSupport(String codecName, String mediaType, boolean isEncoder, in checkFormatSupport() 642 public static boolean doesCodecSupportHDRProfile(String codecName, String mediaType) { in doesCodecSupportHDRProfile() 715 public static boolean isDefaultCodec(String codecName, String mediaType, boolean isEncoder) in isDefaultCodec() 729 public static boolean isVendorCodec(String codecName) { in isVendorCodec() 738 public static boolean isSoftwareCodec(String codecName) { in isSoftwareCodec() 747 public static boolean isHardwareAcceleratedCodec(String codecName) { in isHardwareAcceleratedCodec()
|
/aosp_15_r20/cts/tests/video/src/android/video/cts/ |
H A D | CodecPerformanceTestBase.java | 324 int getMaxOperatingRate(String codecName, String mime) throws IOException { in getMaxOperatingRate() 347 int getEncoderMinComplexity(String codecName, String mime) throws IOException { in getEncoderMinComplexity() 361 static int getMaxFrameSize(String codecName, String mime) throws IOException { in getMaxFrameSize()
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | MediaUtils.java | 217 public static boolean isGoogle(String codecName) { in isGoogle() 403 public static boolean supports(String codecName, String mime, int w, int h) { in supports() 422 public static boolean supports(String codecName, String mediaType, Size size) { in supports() 426 public static boolean supports(String codecName, MediaFormat format) { in supports() 757 public static VideoCapabilities getVideoCapabilities(String codecName, String mime) { in getVideoCapabilities()
|