Home
last modified time | relevance | path

Searched defs:codec (Results 226 – 250 of 1346) sorted by relevance

12345678910>>...54

/aosp_15_r20/external/skia/tests/
H A DExifTest.cpp31 std::unique_ptr<SkCodec> codec(SkCodec::MakeFromStream(std::move(stream))); in DEF_TEST() local
49 std::unique_ptr<SkCodec> codec(SkWebpDecoder::Decode(std::move(stream), nullptr)); in DEF_TEST() local
68 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromStream(std::move(stream)); in DEF_TEST() local
77 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromStream(std::move(stream)); in DEF_TEST() local
257 auto codec = SkCodec::MakeFromData(std::move(data)); in DEF_TEST() local
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp70 const CCodecInfo &codec = *g_Codecs[i]; in FindCodecClassId() local
99 const CCodecInfo &codec = *g_Codecs[index]; in CreateCoderMain() local
131 const CCodecInfo &codec = *g_Codecs[index]; in CreateCoder2() local
202 const CCodecInfo &codec = *g_Codecs[codecIndex]; in GetMethodProperty() local
309 const CHasherInfo &codec = *g_Hashers[codecIndex]; in GetHasherProp() local
/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/
H A DMediaCodecTest.java221 MediaCodec codec; in verifyException() local
953 public void onInputBufferAvailable(MediaCodec codec, int index) { in onInputBufferAvailable()
961 public void onOutputBufferAvailable(MediaCodec codec, int index, BufferInfo info) { in onOutputBufferAvailable()
970 public void onError(MediaCodec codec, CodecException e) { in onError()
976 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged()
2161 final MediaCodec codec = MediaCodec.createByCodecName(name); in encodingOfAudioCodec() local
2247 final MediaCodec codec = MediaCodec.createDecoderByType(mimeType); in testAsyncRelease() local
2332 MediaCodec codec = createCodecByType( in testSetAudioPresentation() local
2353 MediaCodec codec = null; in testPrependHeadersToSyncFrames() local
2429 MediaCodec codec = null; in doFlushAfterFirstBuffer() local
[all …]
H A DMediaCodecCapabilitiesTest.java520 String codec = mAllCodecs.findDecoderForFormat(format); in testHaveAdaptiveVideoDecoderForAllSupportedFormats() local
679 MediaCodec codec = null; in testAllAdvertisedVideoEncoderBitrateModes() local
727 MediaCodec codec = null; in testAllNonTunneledVideoCodecsSupportFlexibleYUV() local
790 MediaCodec codec = MediaCodec.createDecoderByType(MediaFormat.MIMETYPE_AUDIO_AAC); in testIsSampleRateSupported() local
816 MediaCodec codec = MediaCodec.createEncoderByType(MediaFormat.MIMETYPE_AUDIO_AAC); in testGetComplexityRange() local
829 MediaCodec codec = MediaCodec.createEncoderByType(MediaFormat.MIMETYPE_AUDIO_FLAC); in testGetComplexityRange() local
/aosp_15_r20/external/openscreen/cast/streaming/
H A Dreceiver_session.cc34 for (auto codec : preferred_codecs) { in SelectStream() local
49 MediaCapability ToCapability(AudioCodec codec) { in ToCapability()
61 MediaCapability ToCapability(VideoCodec codec) { in ToCapability()
87 for (auto codec : second) { in IsMissingCodecs() local
565 for (const AudioCodec& codec : preferences_.audio_codecs) { in CreateRemotingCapabilityV2() local
568 for (const VideoCodec& codec : preferences_.video_codecs) { in CreateRemotingCapabilityV2() local
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_provider_info.cc102 CodecInfo const& codec, btav_a2dp_codec_index_t* ext_index) { in assignSourceCodecIndex()
154 CodecInfo const& codec, btav_a2dp_codec_index_t* ext_index) { in assignSinkCodecIndex()
198 auto& codec = this->source_codecs[i]; in ProviderInfo() local
208 auto& codec = this->sink_codecs[i]; in ProviderInfo() local
361 CodecInfo const* codec = it->second; in CodecCapabilities() local
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DEncoderProfiles.java241 /* package private */ VideoProfile(int codec, in VideoProfile()
261 /* package private */ VideoProfile(int codec, in VideoProfile()
271 private int codec; field in EncoderProfiles.VideoProfile
451 int codec, in AudioProfile()
463 private int codec; field in EncoderProfiles.AudioProfile
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs425 public void AddEntriesFrom(CodedInputStream input, Codec codec) in AddEntriesFrom()
449 public void AddEntriesFrom(ref ParseContext ctx, Codec codec) in AddEntriesFrom()
464 public void WriteTo(CodedOutputStream output, Codec codec) in WriteTo()
484 public void WriteTo(ref WriteContext ctx, Codec codec) in WriteTo()
501 public int CalculateSize(Codec codec) in CalculateSize()
518 private static int CalculateEntrySize(Codec codec, KeyValuePair<TKey, TValue> entry) in CalculateEntrySize()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal_linux.cc235 uint8_t codec; member
239 int codec) { in mgmt_notify_sco_connection_change()
371 static bool get_single_codec(int codec, bt_codec** out) { in get_single_codec()
387 bt_codec* codec; in set_codec_datapath() local
447 size_t get_packet_size(int codec) { in get_packet_size()
457 void notify_sco_connection_change(RawAddress device, bool is_connected, int codec) { in notify_sco_connection_change()
/aosp_15_r20/external/webrtc/pc/
H A Drtp_transceiver.cc47 if (!absl::c_any_of(codecs, [&recv_codecs](const RtpCodecCapability& codec) { in VerifyCodecPreferences()
60 if (!absl::c_any_of(codecs, [&send_codecs](const RtpCodecCapability& codec) { in VerifyCodecPreferences()
79 absl::c_any_of(recv_codecs, [&codec_preference](const T& codec) { in VerifyCodecPreferences()
84 absl::c_any_of(send_codecs, [&codec_preference](const T& codec) { in VerifyCodecPreferences()
97 if (absl::c_all_of(codecs, [](const RtpCodecCapability& codec) { in VerifyCodecPreferences()
632 [&codecs](const RtpCodecCapability& codec) { in SetCodecPreferences()
H A Dpeer_connection_factory_unittest.cc178 void VerifyAudioCodecCapability(const webrtc::RtpCodecCapability& codec) { in VerifyAudioCodecCapability()
185 void VerifyVideoCodecCapability(const webrtc::RtpCodecCapability& codec, in VerifyVideoCodecCapability()
297 for (const auto& codec : audio_capabilities.codecs) { in TEST_F() local
310 for (const auto& codec : video_capabilities.codecs) { in TEST_F() local
330 for (const auto& codec : audio_capabilities.codecs) { in TEST_F() local
343 for (const auto& codec : video_capabilities.codecs) { in TEST_F() local
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs425 public void AddEntriesFrom(CodedInputStream input, Codec codec) in AddEntriesFrom()
449 public void AddEntriesFrom(ref ParseContext ctx, Codec codec) in AddEntriesFrom()
464 public void WriteTo(CodedOutputStream output, Codec codec) in WriteTo()
484 public void WriteTo(ref WriteContext ctx, Codec codec) in WriteTo()
501 public int CalculateSize(Codec codec) in CalculateSize()
518 private static int CalculateEntrySize(Codec codec, KeyValuePair<TKey, TValue> entry) in CalculateEntrySize()
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A DVideoDecoderCallback.java52 public void onInputBufferAvailable(MediaCodec codec, int index) { in onInputBufferAvailable()
67 public void onOutputBufferAvailable(MediaCodec codec, int index, MediaCodec.BufferInfo info) { in onOutputBufferAvailable()
76 public void onError(MediaCodec codec, MediaCodec.CodecException e) { in onError()
81 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_vpe.c659 si_vpe_processor_destroy(struct pipe_video_codec *codec) in si_vpe_processor_destroy()
698 si_vpe_processor_begin_frame(struct pipe_video_codec *codec, in si_vpe_processor_begin_frame()
732 si_vpe_processor_process_frame(struct pipe_video_codec *codec, in si_vpe_processor_process_frame()
992 si_vpe_processor_end_frame(struct pipe_video_codec *codec, in si_vpe_processor_end_frame()
1014 si_vpe_processor_flush(struct pipe_video_codec *codec) in si_vpe_processor_flush()
1023 static int si_vpe_processor_get_processor_fence(struct pipe_video_codec *codec, in si_vpe_processor_get_processor_fence()
/aosp_15_r20/frameworks/av/media/tests/benchmark/src/native/common/
H A DBenchmarkCommon.h88 virtual void onInputAvailable(AMediaCodec *codec, int32_t index) { in onInputAvailable()
92 virtual void onFormatChanged(AMediaCodec *codec, AMediaFormat *format) { in onFormatChanged()
96 virtual void onError(AMediaCodec *codec, media_status_t err) { in onError()
100 virtual void onOutputAvailable(AMediaCodec *codec, int32_t index, in onOutputAvailable()
/aosp_15_r20/external/skia/src/codec/
H A DSkCodecImageGenerator.cpp23 auto codec = SkCodec::MakeFromData(data); in MakeFromEncodedCodec() local
32 std::unique_ptr<SkCodec> codec, std::optional<SkAlphaType> at) { in MakeFromCodec()
38 static SkImageInfo adjust_info(SkCodec* codec, std::optional<SkAlphaType> at) { in adjust_info()
54 SkCodecImageGenerator::SkCodecImageGenerator(std::unique_ptr<SkCodec> codec, in SkCodecImageGenerator()
/aosp_15_r20/external/libaom/examples/
H A Dset_maps.c64 aom_codec_ctx_t *codec) { in set_active_map()
82 aom_codec_ctx_t *codec) { in unset_active_map()
93 static int encode_frame(aom_codec_ctx_t *codec, aom_image_t *img, in encode_frame()
122 aom_codec_ctx_t codec; in main() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.16.1/
HDgrpc-netty-shaded-1.16.1.jar ... netty.shaded.io.netty.handler.codec.http2.Http2Headers) io.grpc.netty ...
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtensionValue.cs53 private FieldCodec<T> codec; field in Google.Protobuf.ExtensionValue
55 internal ExtensionValue(FieldCodec<T> codec) in ExtensionValue()
145 private readonly FieldCodec<T> codec; field in Google.Protobuf.RepeatedExtensionValue
147 internal RepeatedExtensionValue(FieldCodec<T> codec) in RepeatedExtensionValue()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DExtensionValue.cs53 private FieldCodec<T> codec; field in Google.Protobuf.ExtensionValue
55 internal ExtensionValue(FieldCodec<T> codec) in ExtensionValue()
145 private readonly FieldCodec<T> codec; field in Google.Protobuf.RepeatedExtensionValue
147 internal RepeatedExtensionValue(FieldCodec<T> codec) in RepeatedExtensionValue()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DMimeTypes.java219 @Nullable String mimeType, @Nullable String codec) { in allSamplesAreSyncSamples()
372 public static String getMediaMimeType(@Nullable String codec) { in getMediaMimeType()
535 public static @C.Encoding int getEncoding(String mimeType, @Nullable String codec) { in getEncoding()
574 public static @C.TrackType int getTrackTypeOfCodec(String codec) { in getTrackTypeOfCodec()
627 private static String getCustomMimeTypeForCodec(String codec) { in getCustomMimeTypeForCodec()
672 /* package */ static Mp4aObjectType getObjectTypeFromMp4aRFC6381CodecString(String codec) { in getObjectTypeFromMp4aRFC6381CodecString()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DMimeTypes.java219 @Nullable String mimeType, @Nullable String codec) { in allSamplesAreSyncSamples()
372 public static String getMediaMimeType(@Nullable String codec) { in getMediaMimeType()
536 public static int getEncoding(String mimeType, @Nullable String codec) { in getEncoding()
575 public static @C.TrackType int getTrackTypeOfCodec(String codec) { in getTrackTypeOfCodec()
628 private static String getCustomMimeTypeForCodec(String codec) { in getCustomMimeTypeForCodec()
673 /* package */ static Mp4aObjectType getObjectTypeFromMp4aRFC6381CodecString(String codec) { in getObjectTypeFromMp4aRFC6381CodecString()
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/
H A DBackupRestoreFileArchiver.kt67 val codec = BackupCodec.fromId(checkedInputStream.read().toByte()) in <lambda>() constant
110 val codec = defaultCodec() in toBackupRestoreEntity() constant
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
H A DSynchronousMediaCodecAdapter.java48 @Nullable MediaCodec codec = null; in createAdapter() local
95 private final MediaCodec codec; field in SynchronousMediaCodecAdapter
246 public static Surface createCodecInputSurface(MediaCodec codec) { in createCodecInputSurface()
251 public static void signalEndOfInputStream(MediaCodec codec) { in signalEndOfInputStream()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/utils/hfp_codec_capabilities/gen/cpp/
Daidl_android_hardware_bluetooth_audio_hfp_setting.cpp149 …al<std::string> name, std::optional<unsigned int> bandwidth, std::optional<CodecType> codec, std::… in PathConfiguration()
239 std::optional<CodecType> codec = std::nullopt; in read() local
278 …al<std::string> name, std::optional<unsigned int> bandwidth, std::optional<CodecType> codec, std::… in TransportConfiguration()
332 std::optional<CodecType> codec = std::nullopt; in read() local
347 …onfiguration::Configuration(std::optional<std::string> name, std::optional<CodecType> codec, std::… in Configuration()
449 std::optional<CodecType> codec = std::nullopt; in read() local

12345678910>>...54