HomeSort by relevance Sort by last modified time
    Searched full:encoder (Results 576 - 600 of 1560) sorted by null

<<21222324252627282930>>

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 92 * This function initializes an ISAC instance prior to the encoder calls.
115 * Input speech length has to be 160 samples (10ms). The encoder buffers those
142 * it into a package. Input speech length has to be 80 samples (10ms). The encoder
510 * This function creates the memory that is used to store data in the encoder
525 * This function frees the internal memory for storing encoder data.
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 16 #include "vp8/encoder/onyx_int.h"
18 #include "vp8/encoder/firstpass.h"
27 unsigned int enable_auto_alt_ref; /** if encoder decides to uses alternate reference frame */
163 * multi-res-encoder.*/
279 ERROR("Image size must match encoder init configuration size");
661 /* Free multi-encoder shared memory */
825 /* Initialize the encoder instance on the first frame*/
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_AudioMixing.c 177 // Decorrelate input and output encoding timestamp to handle encoder prefetch
542 * Free the Audio encoder context */
856 /* Moreover, audio encoder may be needed in case of audio replacing... */
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 495 Log.i(TAG, "wait for encoder init");
499 Log.i(TAG, "wait for encoder done");
540 Log.i(TAG, "starting encoder");
1435 MediaCodec encoder = null; local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 99 * This function creates the memory that is used to store data in the encoder
115 /* Allocate memory for storing encoder data */
151 * This function frees the internal memory for storing encoder data.
191 * This function initializes a ISAC instance prior to the encoder calls.
217 /* flag encoder init */
287 * Input speech length has to be 160 samples (10ms). The encoder buffers those
319 /* check if encoder initiated */
359 * it into a package. Input speech length has to be 80 samples (10ms). The encoder
397 /* check if encoder initiated */
477 /* check if encoder initiated *
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 69 sp<Encoder_libjpeg> encoder = NULL; local
155 encoder = gEncoderQueue.valueFor(src);
156 if (encoder.get()) {
158 encoder.clear();
983 sp<Encoder_libjpeg> encoder = new Encoder_libjpeg(main_jpeg, local
1822 sp<Encoder_libjpeg> encoder = gEncoderQueue.valueAt(0); local
    [all...]
  /external/libvorbis/doc/
stereo.html 88 <p>In encoder release beta 4 and earlier, Vorbis supported multiple
107 generalized to allow the encoder a great deal of flexibility in
128 encoder cares to define. This floor is subtracted from the log
201 to an uncoupled encoding should the encoder desire it.</p>
213 depending on the coupling definition used by the encoder):</p>
293 it is perfectly possible and reasonable to build a Vorbis encoder that
402 in the rc2 encoder, but is not currently used for simplicity's sake. It
vorbis.html 118 <p>A Vorbis encoder takes in overlapping (but contiguous) short-time
119 segments of audio data. The encoder analyzes the content of the audio
122 the encoder then packs an efficient representation of the signal, as
  /external/webp/examples/
dwebp.c 101 IWICBitmapEncoder* encoder = NULL; local
119 &encoder));
120 IFS(IWICBitmapEncoder_Initialize(encoder, stream,
122 IFS(IWICBitmapEncoder_CreateNewFrame(encoder, &frame, NULL));
129 IFS(IWICBitmapEncoder_Commit(encoder));
132 if (encoder != NULL) IUnknown_Release(encoder);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 99 if (!strcmp(name, "OMX.google.h263.encoder")) {
102 CHECK(!strcmp(name, "OMX.google.mpeg4.encoder"));
136 // Add more profile and level support for MPEG4 encoder
158 // PV's MPEG4 encoder requires the video dimension of multiple
191 ALOGE("Failed to initialized encoder params");
198 ALOGE("Failed to initialize the encoder");
237 // 256 * 1024 is a magic number for PV's encoder, not sure why
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 245 ALOGE("Error populating default configuration for vpx encoder.");
289 ALOGE("Error initializing vpx encoder");
297 ALOGE("Error setting dct partitions for vpx encoder.");
712 // Initialize encoder if not already
715 ALOGE("Failed to initialize encoder");
804 ALOGE("vp8 encoder failed to update bitrate: %s",
822 ALOGE("vpx encoder failed to encode frame");
  /hardware/qcom/media/mm-core/inc/
QOMX_VideoExtensions.h 289 * video encoder component, or setting the out of band syntax
296 * nBytes : When used with OMX_GetParameter for the encoder
365 * This structure is used to configure the intra periodicity for encoder.
436 * Enumeration used to define the video encoder modes
440 * All encoder settings made through
461 * This structure is used to set the video encoder mode.
467 * nMode : defines the video encoder mode
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_encoder.c 21 * contains code for encoder flow and initalization of encoder
32 * SBC encoder scramble code
  /external/chromium/sdch/open-vcdiff/src/
encodetable.cc 31 // If interleaved is true, the encoder writes each delta file window
153 // represents a bug in the higher-level logic of the encoder.
312 // if the encoder and decoder supported that feature.]
encodetable.h 49 // If interleaved is true, the encoder writes each delta file window
64 // encoder will use either the default code table or a statically-defined
112 // This is an estimate of the longest match size the encoder expects to find.
  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 183 * Serialize to a stream. If non NULL, encoder will be used to encode
185 * encoder will never be called with a NULL pixelRefOffset.
187 void serialize(SkWStream*, EncodeBitmap encoder = NULL) const;
  /external/libvorbis/examples/
encoder_example.c 13 function: simple example encoder
138 vorbis_comment_add_tag(&vc,"ENCODER","encoder_example.c");
144 /* set up our packet->stream encoder */
  /external/libvpx/libvpx/
usage.dox 15 Fore more information on decoder and encoder specific usage, see the
88 \if encoder - #vpx_codec_enc_init (calls vpx_codec_enc_init_ver()) \endif
89 \if multi-encoder - #vpx_codec_enc_init_multi (calls vpx_codec_enc_init_multi_ver()) \endif
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 13 * \brief Provides the high level interface to wrap encoder algorithms.
112 /* Force Key-frame synchronization. Namely, encoder at higher
114 * lowest-resolution encoder.
  /external/skia/include/core/
SkPicture.h 183 * Serialize to a stream. If non NULL, encoder will be used to encode
185 * encoder will never be called with a NULL pixelRefOffset.
187 void serialize(SkWStream*, EncodeBitmap encoder = NULL) const;
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h 347 This records the BWE index the encoder injected into the bit-stream.
461 // Sampling rate of audio, encoder and decode, 8 or 16 kHz
465 // encoder and decoder.
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 46 const sp<ALooper> &looper, const char *mime, bool encoder) {
48 if (codec->init(mime, true /* nameIsType */, encoder) != OK) {
59 if (codec->init(name, false /* nameIsType */, false /* encoder */) != OK) {
100 status_t MediaCodec::init(const char *name, bool nameIsType, bool encoder) {
149 msg->setInt32("encoder", encoder);
932 int32_t encoder = false; local
935 CHECK(msg->findInt32("encoder", &encoder));
942 format->setInt32("encoder", encoder)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 136 ALOGE("Failed to init AMRWB encoder");
143 ALOGE("Failed to set AMRWB encoder frame type to %d", type);
290 ALOGE("Failed to set AMRWB encoder mode to %d", mMode);
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 22 * here's how to find an encoder that supports a given MIME type:
59 * Query if the codec is an encoder.
83 // on video resolution, bitrate... and limit the available encoder tools
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 41 /* Encoder interface*/
757 // StageFright encoder does not provide the size in the first 4 bytes of the AU, add it
781 // StageFright encoder does not provide the size in the first 4 bytes of the AU, add it
1018 // StageFright encoder does not provide the size in the first 4 bytes of the AU, add it
    [all...]

Completed in 1446 milliseconds

<<21222324252627282930>>