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

<<31323334353637383940>>

  /external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java 59 * Creates an instance of the Metaphone encoder
349 * Encoder interface, and will throw an EncoderException if the
  /external/chromium_org/media/cast/test/
sender.cc 306 base::Thread audio_thread("Cast audio encoder thread");
307 base::Thread video_thread("Cast video encoder thread");
  /external/chromium_org/sdch/open-vcdiff/src/
encodetable.h 48 // If interleaved is true, the encoder writes each delta file window
63 // encoder will use either the default code table or a statically-defined
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine.h 44 // A media engine contains a capturer, an encoder, and a sender in the sender
46 // FileMediaEngine simulates the capturer and the encoder via an input RTP dump
mediaengine.h 97 // Sets the default (maximum) codec/resolution and encoder option to capture
101 // Gets the default (maximum) codec/resolution and encoder option used to
  /external/chromium_org/third_party/opus/src/celt/
entenc.c 36 /*A range encoder.
233 /*The encoder hasn't even encoded _nbits of data yet.*/
  /external/chromium_org/third_party/skia/src/core/
SkPicture.cpp 328 void SkPicture::serialize(SkWStream* stream, EncodeBitmap encoder) const {
355 playback->serialize(stream, encoder);
  /external/jpeg/
change.log 23 the encoder. jpegtran uses this to copy the source file's version number,
27 encoder to emit JFIF version number 1.02.
  /external/libvpx/libvpx/build/make/
Android.mk 15 # encoder/decoder configuration will look similar to:
207 $(LIBVPX_PATH)/vp8/encoder/vp8_asm_enc_offsets.c))
  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 214 // start with default encoder configuration
329 die("Failed to initialize encoder\n");
  /external/open-vcdiff/src/
encodetable.h 48 // If interleaved is true, the encoder writes each delta file window
63 // encoder will use either the default code table or a statically-defined
  /external/qemu/distrib/jpeg-6b/
change.log 23 the encoder. jpegtran uses this to copy the source file's version number,
27 encoder to emit JFIF version number 1.02.
  /external/skia/src/core/
SkPicture.cpp 328 void SkPicture::serialize(SkWStream* stream, EncodeBitmap encoder) const {
355 playback->serialize(stream, encoder);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 277 at the decoder are swapped from the ones at the encoder, the 'upper' channel
334 at the decoder are swapped from the ones at the encoder, the 'upper' channel
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 19 This file contains common type definitions and enumerations used by AVC encoder
142 memory is also allocated by the AVC encoder library. */
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 159 * The video encoder being used for the video track
185 * The audio encoder being used for the audio track.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 221 Log.v(TAG, "video encoder : " + videoEncoder);
222 Log.v(TAG, "audio encoder : " + audioEncoder);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 590 APP_IPRINT("This is Main Thread In MPEG AAC ENCODER Test Application:\n");
730 APP_IPRINT("%d :: APP: AAC ENC Test --- will call [%d] time for encoder\n",__LINE__, jj+1);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Encoder.h 31 * This header file contains data and function prototypes for G722 ENCODER OMX
43 *! 08-Mar-2007 A.Donjon 0.1 Code update for G722 ENCODER
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Thread.c 31 * This file implements OMX Component for JPEG encoder that
215 OMX_PRBUFFER2(pComponentPrivate->dbg, "After JPEG Encoder Sisable Port error = %d\n", eError);
OMX_JpegEncoder.c 31 * This file implements OMX Component for JPEG encoder that
83 OMX_STRING cJPEGencName = "OMX.TI.JPEG.encoder";
473 OMX_PRINT2(pComponentPrivate->dbg, "Inside Component Init JPEG encoder\n");
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlsave.c 463 if ((encoding != NULL) && (buf->encoder == NULL) && (buf->conv == NULL)) {
464 buf->encoder = xmlFindCharEncodingHandler((const char *)encoding);
465 if (buf->encoder == NULL) {
472 xmlCharEncCloseFunc(buf->encoder);
479 xmlCharEncOutFunc(buf->encoder, buf->conv, NULL);
487 xmlCharEncCloseFunc(buf->encoder);
489 buf->encoder = NULL;
710 (buf->encoder == NULL) && (buf->conv == NULL)) {
974 (buf->encoder == NULL) && (buf->conv == NULL)) {
997 (buf->encoder == NULL) && (buf->conv == NULL) &
    [all...]
  /external/libxml2/
xmlsave.c 465 if ((encoding != NULL) && (buf->encoder == NULL) && (buf->conv == NULL)) {
466 buf->encoder = xmlFindCharEncodingHandler((const char *)encoding);
467 if (buf->encoder == NULL) {
474 xmlCharEncCloseFunc(buf->encoder);
481 xmlCharEncOutFunc(buf->encoder, buf->conv, NULL);
489 xmlCharEncCloseFunc(buf->encoder);
491 buf->encoder = NULL;
773 (buf->encoder == NULL) && (buf->conv == NULL)) {
1048 (buf->encoder == NULL) && (buf->conv == NULL)) {
1071 (buf->encoder == NULL) && (buf->conv == NULL) &
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 327 static int m_nFrameIn = 0; // frames pushed to encoder
328 static int m_nFrameOut = 0; // frames returned by encoder
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 28 * The interface is based on the original ia32.h encoder interface,
371 // disallow copying - but it leads to ICC errors #734 in encoder.inl
386 // disallow copying - but it leads to ICC errors #734 in encoder.inl
461 #include "encoder.inl"

Completed in 998 milliseconds

<<31323334353637383940>>