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

<<21222324252627282930>>

  /external/libogg/doc/
framing.html 200 <p>After segmenting a packet, the encoder may decide not to place all the
201 resulting segments into the current page; to do so, the encoder places
237 restrictions on the encoder would have only slightly simplified design
238 in page generation and increased overall encoder complexity).</p>
252 packet data. The encoder buffers packet data until it finishes a
420 nominal assuming expected encoder behavior in the 44.1kHz, 128kbps
rfc3533.txt 81 other time-continuous data streams that are prepared by an encoder as
83 properly separate data back into such encoder created data packets at
101 Bitstream". It encapsulates one or several encoder-created
105 "Packets". The packets are created by the encoder of that logical
106 bitstream and represent meaningful entities for that encoder only
180 content or encoder of the logical bitstream it represents. Pages of
332 from a specific media encoder. As Ogg pages have a maximum size of
722 encoder for that bitstream and represents a meaningful entity for
723 the encoder, but only a sequence of bits to the Ogg encapsulation.
  /external/libvorbis/doc/
framing.html 200 <p>After segmenting a packet, the encoder may decide not to place all the
201 resulting segments into the current page; to do so, the encoder places
237 restrictions on the encoder would have only slightly simplified design
238 in page generation and increased overall encoder complexity).</p>
252 packet data. The encoder buffers packet data until it finishes a
420 nominal assuming expected encoder behavior in the 44.1kHz, 128kbps
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 631 // Dummy Encoder
643 // Dummy Encoder
661 // Dummy Encoder
683 // Dummy Encoder
867 // Actual encoder, Actual GL Buffers Filled SurfaceMediaSource
    [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp 87 Description: SBR encoder top level processing.
811 FDKsbrEnc_SbrGetXOverFreq(HANDLE_SBR_ELEMENT hEnv, /*!< handle to SBR encoder instance */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 27 * This file implements G711 Encoder Component Test Application to verify
396 * and drives the G711 Encoder OMX component
440 printf("This is Main Thread In G711 ENCODER Test Application:\n");
547 /* Load the G711 Encoder Component */
619 APP_DPRINT("%d G711 ENCODER RUNNING UNDER FILE MODE \n",__LINE__);
624 APP_DPRINT("%d G711 ENCODER RUNNING UNDER DASF MODE \n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 27 * This file implements G729 Encoder Component Test Application to verify
405 printf("This is Main Thread In G729 ENCODER Test Application:\n");
542 /* Load the G729 Encoder Component */
620 APP_DPRINT("%d :: G729 ENCODER RUNNING UNDER DASF MODE \n",__LINE__);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcencoder_test.cc 413 // affect an encoder that uses that HashedDictionary.
437 // When the encoder is used on the same target text after overwriting
549 // Bug 1220602: Make sure the encoder doesn't read past the end of the input
704 ExpectByte(0x00); // Simple encoder never uses interleaved format
791 ExpectByte(0x00); // Simple encoder never uses interleaved format
    [all...]
vcdiff_main.cc 397 open_vcdiff::VCDiffStreamingEncoder encoder(hashed_dictionary_.get(),
404 if (!encoder.StartEncoding(&output)) {
405 std::cerr << "Error during encoder initialization" << std::endl;
418 if (!encoder.EncodeChunk(&input_buffer_[0], bytes_read, &output)) {
425 encoder.FinishEncoding(&output);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 204 FakeWebRtcVideoEncoder* encoder = new FakeWebRtcVideoEncoder(); local
205 encoders_.push_back(encoder);
207 return encoder;
210 virtual void DestroyVideoEncoder(webrtc::VideoEncoder* encoder) {
212 std::remove(encoders_.begin(), encoders_.end(), encoder),
214 delete encoder;
739 // Assume the encoder produces the expected rate.
    [all...]
  /external/skia/tools/
skimage_main.cpp 628 // Encode to the format the file was originally in, or PNG if the encoder for the same
653 SkImageEncoder* encoder = SkImageEncoder::Create(type); local
654 if (NULL == encoder) {
656 encoder = SkImageEncoder::Create(type);
657 SkASSERT(encoder);
659 SkAutoTDelete<SkImageEncoder> ade(encoder);
662 if (!encoder->encodeStream(&wStream, bitmap, 100)) {
    [all...]
  /art/compiler/dex/quick/arm/
assemble_arm.cc 1278 const ArmEncodingMap *encoder = &EncodingMap[lir->opcode]; local
    [all...]
  /external/chromium_org/third_party/opus/src/doc/
draft-ietf-payload-rtp-opus.xml 247 the Opus encoder may be set to use discontinuous
288 each frame, the encoder decides whether to use FEC based on (1) an
294 entirely controlled by the encoder and therefore no special precautions
387 The Opus encoder can be set to output encoded frames representing 2.5, 5, 10, 20,
391 is purely done by the Opus encoder and therefore only one packet output from the Opus
392 encoder MUST be used as a payload.
412 be incremented for packetization (ts incr). If the Opus encoder
505 usage and encoding complexity, so an encoder SHOULD NOT encode
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchor_ImplTest.java 594 // (generated by own encoder class created during test development)
643 // (generated by own encoder class created during test development)
675 // (generated by own encoder class created during test development)
708 // (generated by own encoder class created during test development)
748 // (generated by own encoder class created during test development)
  /external/chromium_org/content/common/gpu/
gpu_channel.cc 894 GpuVideoEncodeAccelerator* encoder = local
896 router_.AddRoute(*route_id, encoder);
897 video_encoders_.AddWithID(encoder, *route_id);
903 GpuVideoEncodeAccelerator* encoder = video_encoders_.Lookup(route_id); local
904 if (!encoder)
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiff_main.cc 401 open_vcdiff::VCDiffStreamingEncoder encoder(hashed_dictionary_.get(),
408 if (!encoder.StartEncoding(&output)) {
409 std::cerr << "Error during encoder initialization" << std::endl;
422 if (!encoder.EncodeChunk(&input_buffer_[0], bytes_read, &output)) {
429 encoder.FinishEncoding(&output);
  /external/chromium_org/third_party/libwebp/webp/
encode.h 10 // WebP encoder: main interface
36 // Return the encoder's version number, packed in hexadecimal using 8bits for
81 // Image characteristics hint for the underlying encoder.
193 // lossless encoder statistics
273 // Main flag for encoder selecting between ARGB or YUV input.
  /external/chromium_org/third_party/opus/src/tests/
test_opus_encode.c 140 /*FIXME: encoder api tests, fs!=48k, mono, VBR*/
173 /*Some multistream encoder API tests*/
363 /* compare final range encoder rng values of encoder and decoder */
437 fprintf(stderr,"Testing %s encoder. Random seed: %u (%.4X)\n", oversion, iseed, fast_rand() % 65535);
  /external/chromium_org/third_party/simplejson/
_speedups.c 78 PyObject *encoder; member in struct:_PyEncoderObject
98 {"encoder", T_OBJECT, offsetof(PyEncoderObject, encoder), READONLY, "encoder"},
2073 PyObject *markers, *defaultfn, *encoder, *indent, *key_separator; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 22 #include "vp9/encoder/vp9_dct.h"
23 #include "vp9/encoder/vp9_encodemb.h"
24 #include "vp9/encoder/vp9_quantize.h"
25 #include "vp9/encoder/vp9_rdopt.h"
26 #include "vp9/encoder/vp9_tokenize.h"
  /external/open-vcdiff/src/
vcdiff_main.cc 401 open_vcdiff::VCDiffStreamingEncoder encoder(hashed_dictionary_.get(),
408 if (!encoder.StartEncoding(&output)) {
409 std::cerr << "Error during encoder initialization" << std::endl;
422 if (!encoder.EncodeChunk(&input_buffer_[0], bytes_read, &output)) {
429 encoder.FinishEncoding(&output);
  /external/skia/tests/
SkpSkGrTest.cpp 729 TestResult encoder;
730 encoder.fTestStep = kEncodeFiles;
732 encoder.fDirNo = max.fDirsFound[index];
733 strcpy(encoder.fFilename, max.fFilesFound[index]);
734 encoder.testOne();
  /external/webp/include/webp/
encode.h 10 // WebP encoder: main interface
36 // Return the encoder's version number, packed in hexadecimal using 8bits for
81 // Image characteristics hint for the underlying encoder.
193 // lossless encoder statistics
273 // Main flag for encoder selecting between ARGB or YUV input.
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 52 * 26-August-2011 Abhishek Ranka : Support for color conv at encoder
195 /* Create Pipe of for encoder input buffers */
452 //Call NPA on OMX encoder on ducati.
600 DOMX_DEBUG("Passing meta data to encoder");
647 /* Dequeue NV12 buffer for encoder */
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 52 * 31-August-2011 Lakshman N : Support for color conv at encoder
194 /* Create Pipe of for encoder input buffers */
435 //Call NPA on OMX encoder on ducati.
584 DOMX_DEBUG("Passing meta data to encoder");
632 /* Dequeue NV12 buffer for encoder */

Completed in 786 milliseconds

<<21222324252627282930>>