HomeSort by relevance Sort by last modified time
    Searched refs:codec (Results 276 - 300 of 472) sorted by null

<<111213141516171819

  /external/chromium_org/third_party/sqlite/src/test/
lock_common.tcl 145 if {[sqlite3 -has-codec] && [info exists ::do_not_use_codec]==0} {
  /frameworks/av/cmds/stagefright/
codec.cpp 18 #define LOG_TAG "codec"
141 sp<MediaCodec> codec = state->mCodec; local
143 CHECK_EQ((status_t)OK, codec->start());
145 CHECK_EQ((status_t)OK, codec->getInputBuffers(&state->mInBuffers));
146 CHECK_EQ((status_t)OK, codec->getOutputBuffers(&state->mOutBuffers));
  /frameworks/av/libvideoeditor/vss/common/inc/
M4DECODER_Common.h 236 M4_StreamType codec; member in struct:__anon31888
  /frameworks/av/media/libstagefright/httplive/
M3UParser.h 101 static bool codecIsType(const AString &codec, const char *type);
  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 184 int videoCodec = sProfiles->getCamcorderProfileParamByName("vid.codec", id, q);
189 int audioCodec = sProfiles->getCamcorderProfileParamByName("aud.codec", id, q);
333 JNIEnv *env, jobject thiz, jint codec)
337 profile = sProfiles->getVideoEditorExportParamByName("videoeditor.export.profile", codec);
349 JNIEnv *env, jobject thiz, jint codec)
353 level = sProfiles->getVideoEditorExportParamByName("videoeditor.export.level", codec);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
TrackDecoder.java 67 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 1575 LCML_DSP_INTERFACE *codec; local
1633 LCML_DSP_INTERFACE *codec; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 230 void AddCodec(const C& codec) {
231 codecs_.push_back(codec);
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 131 PP_AudioCodec MediaAudioCodecToPpAudioCodec(media::AudioCodec codec) {
132 switch (codec) {
142 PP_VideoCodec MediaVideoCodecToPpVideoCodec(media::VideoCodec codec) {
143 switch (codec) {
411 pp_decoder_config.codec =
412 MediaAudioCodecToPpAudioCodec(decoder_config.codec());
446 pp_decoder_config.codec =
447 MediaVideoCodecToPpVideoCodec(decoder_config.codec());
    [all...]
  /external/chromium_org/media/cast/audio_receiver/
audio_receiver_unittest.cc 38 EXPECT_EQ(kPcm16, audio_frame->codec);
74 audio_config_.codec = kPcm16;
  /external/chromium_org/media/cast/audio_sender/
audio_sender.cc 169 encrypted_frame->codec = audio_frame.codec;
  /external/chromium_org/media/cast/test/
receiver.cc 114 audio_config.codec = kOpus;
135 video_config.codec = kVp8;
  /external/chromium_org/media/cdm/ppapi/
cdm_adapter.cc 139 PP_AudioCodec codec) {
140 switch (codec) {
151 PP_VideoCodec codec) {
152 switch (codec) {
387 cdm_decoder_config.codec =
388 PpAudioCodecToCdmAudioCodec(decoder_config.codec);
419 cdm_decoder_config.codec =
420 PpVideoCodecToCdmVideoCodec(decoder_config.codec);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.h 78 struct Codec {
86 // Creates a codec with the given parameters.
87 Codec(int id, const std::string& name, int clockrate, int preference)
94 // Creates an empty codec.
95 Codec() : id(0), clockrate(0), preference(0) {}
97 // Indicates if this codec is compatible with the specified codec.
98 bool Matches(const Codec& codec) const;
110 static bool Preferable(const Codec& first, const Codec& other)
    [all...]
filemediaengine.h 34 #include "talk/media/base/codec.h"
132 virtual bool FindAudioCodec(const AudioCodec& codec) { return true; }
133 virtual bool FindVideoCodec(const VideoCodec& codec) { return true; }
testutils.h 229 // Checks whether |codecs| contains |codec|; checks using Codec::Matches().
231 bool ContainsMatchingCodec(const std::vector<C>& codecs, const C& codec) {
234 if (it->Matches(codec)) {
  /external/harfbuzz/tests/linebreaking/
main.cpp 192 QTextCodec *codec = QTextCodec::codecForMib(2259); local
193 QString txt = codec->toUnicode(QByteArray("\xca\xc7\xd1\xca\xb4\xd5\xa4\xc3\xd1\xba\x20\xb9\xd5\xe8\xe0\xbb\xe7\xb9\xa1\xd2\xc3\xb7\xb4\xca\xcd\xba\xb5\xd1\xc7\xe0\xcd\xa7"));
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 161 SkImageDecoder* codec = SkImageDecoder::Factory(&stream); local
162 codec->setDitherImage(false);
163 if (codec) {
164 codec->decode(&stream, &bitmap,
167 delete codec;
  /frameworks/av/media/libstagefright/
ACodec.cpp 127 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
188 UninitializedState(ACodec *codec);
206 LoadedState(ACodec *codec);
226 LoadedToIdleState(ACodec *codec);
242 IdleToExecutingState(ACodec *codec);
256 ExecutingState(ACodec *codec);
285 OutputPortSettingsChangedState(ACodec *codec);
301 ExecutingToIdleState(ACodec *codec);
323 IdleToLoadedState(ACodec *codec);
338 FlushingState(ACodec *codec);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 46 engine, // codec
203 // |codec| is the codec under test.
204 // |default_bitrate| is the default bitrate for the codec.
208 void TestSendBandwidth(const cricket::AudioCodec& codec,
216 codecs.push_back(codec);
340 cricket::AudioCodec codec; local
349 codec = kIsacCodec;
350 codec.id = 127;
351 EXPECT_TRUE(engine_.FindWebRtcCodec(codec, &codec_inst))
624 webrtc::CodecInst codec; local
636 webrtc::CodecInst codec; local
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 8 This document provides a high level description of the Vorbis codec's
10 \xref{vorbis:spec:codec}.
16 Vorbis is a general purpose perceptual audio CODEC intended to allow
30 Vorbis I is a forward-adaptive monolithic transform CODEC based on the
31 Modified Discrete Cosine Transform. The codec is structured to allow
39 The Vorbis CODEC design assumes a complex, psychoacoustically-aware
56 audio stream. Vorbis is a free-form variable bit rate (VBR) codec and packets have no
77 \subsubsection{Codec Setup and Probability Model}
79 Vorbis' heritage is as a research CODEC and its current design
81 improvement before running out of room within the codec specification
    [all...]
  /external/chromium_org/content/renderer/media/
rtc_video_decoder_factory_tv_unittest.cc 94 base::Callback<int32_t(void)> BindInitDecode(const webrtc::VideoCodec* codec,
98 codec,
146 EXPECT_EQ(media::kCodecVP8, video_stream_->video_decoder_config().codec());
  /external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc 146 AVCodecContext* av_codec_context = av_stream->codec;
358 return av_audio_stream()->codec;
361 return av_video_stream()->codec;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 260 int codec = MediaRecorder.VideoEncoder.H263; local
261 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(codec);
262 recordVideo(frameRate, 352, 288, codec,
284 //test cases for the new codec
  /external/libvpx/libvpx/
vpxenc.c 372 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1,
373 "Codec to use");
1039 const struct codec_item *codec; member in struct:global_config
    [all...]

Completed in 587 milliseconds

<<111213141516171819