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

<<31323334353637383940>>

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 691 \param "avcHandle" "Pointer to the encoder handle."
698 \param "avcHandle" "Pointer to the encoder handle."
706 \param "encvid" "Pointer to the encoder object."
720 \param "encvid" "Pointer to the encoder object."
735 \param "encvid" "Pointer to the encoder object."
752 \param "encvid" "Pointer to the encoder object."
771 \param "encvid" "Pointer to the encoder object.
    [all...]
  /frameworks/base/media/java/android/media/
MediaRecorder.java 387 * given rate due to camera/encoder limitations. However it tries to be as close as
462 * video encoder and AMR audio encoder. Using an MPEG-4 container format
533 * Sets the audio encoder to be used for recording. If this method is not
537 * @param audio_encoder the audio encoder to use.
546 * Sets the video encoder to be used for recording. If this method is not
550 * @param video_encoder the video encoder to use.
    [all...]
  /sdk/emulator/opengl/
DESIGN 290 - System "encoder" static libraries are built using some of these generated
403 Generally speaking, guest encoder sources are located under directories
410 The encoder files are built from emugen and spec files located in $EMUGL_HOST
411 and copied to the encoder directories in $EMUGL_GUEST by the gen-encoder.sh
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 733 void RegisterEncoder(int pl_type, webrtc::VideoEncoder* encoder) {
735 registered_encoders_[pl_type] = encoder;
3358 webrtc::VideoEncoder* encoder = local
    [all...]
  /external/chromium_org/third_party/libxml/src/
parserInternals.c     [all...]
  /external/libxml2/
parserInternals.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 27 * This file implements G726 Encoder Component Test Application to verify
496 printf("This is Main Thread In G726 ENCODER Test Application:\n");
659 /* Load the G726 Encoder Component */
714 APP_DPRINT("%d :: G726 ENCODER RUNNING UNDER DASF MODE \n",__LINE__);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /external/smack/asmack-master/jingle/
60-remove-jingle_mediaimpl.patch 861 - public void setEncoder(ImageEncoder encoder) {
862 - if (encoder != null) {
863 - this.transmitter.setEncoder(encoder);
917 - private ImageEncoder encoder;
936 - this.encoder = new DefaultEncoder();
    [all...]
  /external/chromium_org/third_party/opus/src/doc/
draft-ietf-codec-opus.xml 98 significant amount of code is shared by both the encoder and decoder.
318 variable-bitrate (VBR) coding, though the encoder can also produce
334 encoder can produce a VBR stream by varying the target on a per-frame basis.
353 independently on the encoder and decoder side, e.g., a fullband signal can be
372 encoder input is delayed by an additional 2.7&nbsp;ms.
374 This extra delay may be reduced by an encoder by using less look-ahead for noise
378 the encoder because it is needed for the MDCT overlap, whose size is fixed by
393 regular operation of the codec, without interrupting the audio stream from the encoder to the decoder.
394 These parameters only affect the encoder since any impact they have on the bit-stream is signaled
397 important encoder control parameters in the reference encoder are listed below
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 30 #include "vp9/encoder/vp9_mcomp.h"
31 #include "vp9/encoder/vp9_encodemv.h"
32 #include "vp9/encoder/vp9_bitstream.h"
33 #include "vp9/encoder/vp9_segmentation.h"
34 #include "vp9/encoder/vp9_subexp.h"
35 #include "vp9/encoder/vp9_write_bit_buffer.h"
    [all...]
vp9_firstpass.c 14 #include "vp9/encoder/vp9_block.h"
15 #include "vp9/encoder/vp9_onyx_int.h"
16 #include "vp9/encoder/vp9_variance.h"
17 #include "vp9/encoder/vp9_encodeintra.h"
18 #include "vp9/encoder/vp9_mcomp.h"
19 #include "vp9/encoder/vp9_firstpass.h"
21 #include "vp9/encoder/vp9_encodeframe.h"
22 #include "vp9/encoder/vp9_encodemb.h"
27 #include "vp9/encoder/vp9_quantize.h"
28 #include "vp9/encoder/vp9_rdopt.h
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /device/asus/flo/
media_profiles.xml 400 - maxPrefetchYUVFrames: maximum prefetch YUV frames for encoder,
414 These values are for video encoder.
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 115 // get renderControl encoder instance
120 ALOGE("Failed to get renderControl encoder instance");
  /device/lge/hammerhead/
media_profiles.xml 400 - maxPrefetchYUVFrames: maximum prefetch YUV frames for encoder,
414 These values are for video encoder.
  /device/lge/mako/
media_profiles.xml 400 - maxPrefetchYUVFrames: maximum prefetch YUV frames for encoder,
414 These values are for video encoder.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ANTLRxxxxStreamFixture.cs 45 using Encoder = System.Text.Encoder;
  /external/chromium/sdch/open-vcdiff/src/
addrcache.cc 26 // INT_MAX - (dictionary size) bytes, the encoder must
110 // decoder as in the encoder, in order for the decoded addresses to
  /external/chromium_org/content/common/gpu/media/
android_video_encode_accelerator.cc 99 // We're only looking for a HW VP8 encoder.
105 // encoder? Sure would be. Too bad it doesn't. So we hard-code some
  /external/chromium_org/sdch/open-vcdiff/src/
addrcache.cc 26 // INT_MAX - (dictionary size) bytes, the encoder must
110 // decoder as in the encoder, in order for the decoded addresses to
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp 103 /// VOPPostEncode - Post-Encoder method for VOP instructions
216 // Post Encoder Callbacks
  /external/chromium_org/third_party/opus/src/silk/
control_codec.c 64 /* Control encoder */
66 silk_encoder_state_Fxx *psEnc, /* I/O Pointer to Silk encoder state */
  /external/chromium_org/third_party/opus/src/silk/float/
noise_shape_analysis_FLP.c 129 silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */
130 silk_encoder_control_FLP *psEncCtrl, /* I/O Encoder control FLP */

Completed in 792 milliseconds

<<31323334353637383940>>