Searched refs:codec (Results 351 - 375 of 439) sorted by relevance

<<1112131415161718

/external/chromium_org/ui/gfx/
H A Dgfx.target.darwin-mips.mk46 ui/gfx/codec/jpeg_codec.cc \
47 ui/gfx/codec/png_codec.cc \
H A Dgfx.target.darwin-mips64.mk46 ui/gfx/codec/jpeg_codec.cc \
47 ui/gfx/codec/png_codec.cc \
H A Dgfx.target.darwin-x86_64.mk46 ui/gfx/codec/jpeg_codec.cc \
47 ui/gfx/codec/png_codec.cc \
H A Dgfx.target.linux-arm64.mk46 ui/gfx/codec/jpeg_codec.cc \
47 ui/gfx/codec/png_codec.cc \
H A Dgfx.target.linux-mips.mk46 ui/gfx/codec/jpeg_codec.cc \
47 ui/gfx/codec/png_codec.cc \
H A Dgfx.target.linux-mips64.mk46 ui/gfx/codec/jpeg_codec.cc \
47 ui/gfx/codec/png_codec.cc \
H A Dgfx.target.linux-x86_64.mk46 ui/gfx/codec/jpeg_codec.cc \
47 ui/gfx/codec/png_codec.cc \
H A Dgfx.target.darwin-arm.mk46 ui/gfx/codec/jpeg_codec.cc \
47 ui/gfx/codec/png_codec.cc \
H A Dgfx.target.darwin-x86.mk46 ui/gfx/codec/jpeg_codec.cc \
47 ui/gfx/codec/png_codec.cc \
H A Dgfx.target.linux-arm.mk46 ui/gfx/codec/jpeg_codec.cc \
47 ui/gfx/codec/png_codec.cc \
H A Dgfx.target.linux-x86.mk46 ui/gfx/codec/jpeg_codec.cc \
47 ui/gfx/codec/png_codec.cc \
/external/libvorbis/test/
H A Dwrite_read.c13 function: utility functions for vorbis codec test suite.
24 #include <vorbis/codec.h>
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S14 @ filter routine for iSAC codec, optimized for ARM Neon platform.
H A Dlpc_masking_model_neon.S12 @ iSAC codec, optimized for ARM Neon platform. Reference code in
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc317 // Filter RTP codec for SCTP and vice versa.
697 static bool IsRtxCodec(const C& codec) { argument
698 return stricmp(codec.name.c_str(), kRtxCodecName) == 0;
834 C codec = *it; local
835 int original_payload_id = codec.id;
836 used_pltypes->FindAndSetIdUsed(&codec);
837 offered_codecs->push_back(codec);
839 // If this codec is referenced by a new RTX codec, update the reference
840 // in the RTX codec wit
[all...]
/external/chromium_org/media/filters/
H A Ddecrypting_demuxer_stream_unittest.cc301 EXPECT_EQ(input_config.codec(), output_config.codec());
H A Dsource_buffer_stream.cc1154 if (audio_configs_[0].codec() != config.codec()) {
1155 MEDIA_LOG(log_cb_) << "Audio codec changes not allowed.";
1185 if (video_configs_[0].codec() != config.codec()) {
1186 MEDIA_LOG(log_cb_) << "Video codec changes not allowed.";
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dplot_neteq_delay.m51 % remove duplicate received frames that were never decoded (RED codec)
/external/libvorbis/doc/
H A D09-helper.tex8 The equations below are used in multiple places by the Vorbis codec
H A DVorbis_I_spec.tex107 \include{04-codec}
H A D02-bitpacking.tex8 The Vorbis codec uses relatively unstructured raw packets containing
70 The Vorbis codec has need to code arbitrary bit-width integers, from
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_int.h137 BTA_AG_SCO_CODEC_ST, /* sco codec negotiation */
193 tBTA_AG_PEER_CODEC codec; member in struct:__anon416
243 BTA_AG_SCO_MSBC_SETTINGS_T2 = 0, /* preferred/default when codec is mSBC */
268 tBTA_AG_PEER_CODEC sco_codec; /* codec to be used for eSCO connection */
269 tBTA_AG_PEER_CODEC inuse_codec; /* codec being used for the current SCO connection */
270 BOOLEAN codec_updated; /* set to TRUE whenever the app updates codec type */
273 TIMER_LIST_ENT cn_timer; /* codec negotiation timer */
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dnormal_test.cc97 rtpInfo.type.Video.codec = kRtpVideoVp8;
255 // will also set and init the desired codec
257 // register a decoder (same codec for decoder and encoder )
/external/apache-http/src/org/apache/commons/codec/language/
H A DDoubleMetaphone.java17 package org.apache.commons.codec.language;
19 import org.apache.commons.codec.EncoderException;
20 import org.apache.commons.codec.StringEncoder;
/external/chromium_org/media/cast/sender/
H A Dexternal_video_encoder.cc91 switch (video_config.codec) {
102 NOTREACHED() << "Video codec not specified or not supported";

Completed in 655 milliseconds

<<1112131415161718