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

<<11121314151617181920>>

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Validity.java 83 * ASN.1 DER X.509 Validity encoder/decoder class.
  /libcore/luni/src/test/java/libcore/java/nio/charset/
Charset_TestGenerator.java 33 CharsetEncoder encoder; field in class:Charset_TestGenerator
221 CharsetEncoder encoder = charset.newEncoder(); local
222 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
224 ByteBuffer bb = encoder.encode(cb);
CharsetDecoderTest.java 87 CharsetEncoder encoder = Charset.forName(charsetName).newEncoder(); local
88 return encoder.encode(CharBuffer.wrap(s)).array();
OldCharset_SingleByteAbstractTest.java 107 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
108 outputBB = encoder.encode(inputCB);
  /frameworks/base/include/media/stagefright/openmax/
OMX_Audio.h 230 OMX_U32 nAudioBandWidth; /**< Audio band width (in Hz) to which an encoder should
231 limit the audio signal. Use 0 to let encoder decide */
271 * Required for encoder configuration and optional as decoder info output.
273 #define OMX_AUDIO_AACToolNone 0x00000000 /**< no AAC tools allowed (encoder config) or active (decoder info output) */
282 * Required for ER encoder configuration and optional as decoder info output */
300 OMX_U32 nAudioBandWidth; /**< Audio band width (in Hz) to which an encoder should
301 limit the audio signal. Use 0 to let encoder decide */
304 Use 0 to let encoder decide */
327 OMX_U32 nAudioBandWidth; /**< Audio band width (in Hz) to which an encoder should
328 limit the audio signal. Use 0 to let encoder decide *
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Audio.h 213 OMX_U32 nAudioBandWidth; /**< Audio band width (in Hz) to which an encoder should
214 limit the audio signal. Use 0 to let encoder decide */
254 * Required for encoder configuration and optional as decoder info output.
256 #define OMX_AUDIO_AACToolNone 0x00000000 /**< no AAC tools allowed (encoder config) or active (decoder info output) */
265 * Required for ER encoder configuration and optional as decoder info output */
283 OMX_U32 nAudioBandWidth; /**< Audio band width (in Hz) to which an encoder should
284 limit the audio signal. Use 0 to let encoder decide */
287 Use 0 to let encoder decide */
310 OMX_U32 nAudioBandWidth; /**< Audio band width (in Hz) to which an encoder should
311 limit the audio signal. Use 0 to let encoder decide *
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Audio.h 213 OMX_U32 nAudioBandWidth; /**< Audio band width (in Hz) to which an encoder should
214 limit the audio signal. Use 0 to let encoder decide */
254 * Required for encoder configuration and optional as decoder info output.
256 #define OMX_AUDIO_AACToolNone 0x00000000 /**< no AAC tools allowed (encoder config) or active (decoder info output) */
265 * Required for ER encoder configuration and optional as decoder info output */
283 OMX_U32 nAudioBandWidth; /**< Audio band width (in Hz) to which an encoder should
284 limit the audio signal. Use 0 to let encoder decide */
287 Use 0 to let encoder decide */
310 OMX_U32 nAudioBandWidth; /**< Audio band width (in Hz) to which an encoder should
311 limit the audio signal. Use 0 to let encoder decide */
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Audio.h 213 OMX_U32 nAudioBandWidth; /**< Audio band width (in Hz) to which an encoder should
214 limit the audio signal. Use 0 to let encoder decide */
254 * Required for encoder configuration and optional as decoder info output.
256 #define OMX_AUDIO_AACToolNone 0x00000000 /**< no AAC tools allowed (encoder config) or active (decoder info output) */
265 * Required for ER encoder configuration and optional as decoder info output */
283 OMX_U32 nAudioBandWidth; /**< Audio band width (in Hz) to which an encoder should
284 limit the audio signal. Use 0 to let encoder decide */
287 Use 0 to let encoder decide */
310 OMX_U32 nAudioBandWidth; /**< Audio band width (in Hz) to which an encoder should
311 limit the audio signal. Use 0 to let encoder decide *
    [all...]
  /external/libvpx/
vpxenc.c 893 "Show encoder parameters");
1090 vpx_codec_ctx_t encoder; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
Signature.java 44 Signature(Digest digest, DSA signer, DSAEncoder encoder)
46 super(digest, signer, encoder);
  /external/libvpx/vp8/encoder/arm/
arm_csystemdependent.c 14 #include "vp8/encoder/variance.h"
15 #include "vp8/encoder/onyx_int.h"
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 13 #include "vp8/encoder/variance.h"
14 #include "vp8/encoder/onyx_int.h"
  /external/libvpx/vp8/encoder/ppc/
csystemdependent.c 12 #include "vp8/encoder/variance.h"
13 #include "vp8/encoder/onyx_int.h"
  /external/webkit/Source/WebKit2/Platform/unix/
SharedMemoryUnix.cpp 69 void SharedMemory::Handle::encode(CoreIPC::ArgumentEncoder* encoder) const
73 encoder->encode(releaseToAttachment());
  /external/webkit/Source/WebKit2/Shared/
WebContextMenuItemData.cpp 104 void WebContextMenuItemData::encode(CoreIPC::ArgumentEncoder* encoder) const
106 encoder->encode(CoreIPC::In(static_cast<uint32_t>(m_type), static_cast<uint32_t>(m_action), m_title, m_checked, m_enabled, m_submenu));
WebPreferencesStore.cpp 62 void WebPreferencesStore::encode(CoreIPC::ArgumentEncoder* encoder) const
64 encoder->encode(CoreIPC::In(m_stringValues, m_boolValues, m_uint32Values, m_doubleValues));
  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.cpp 61 void ShareableSurface::Handle::encode(CoreIPC::ArgumentEncoder* encoder) const
63 encoder->encode(CoreIPC::MachPort(m_port, MACH_MSG_TYPE_MOVE_SEND));
  /frameworks/base/include/media/
mediarecorder.h 81 AUDIO_ENCODER_LIST_END // must be the last - used to validate the audio encoder type
90 VIDEO_ENCODER_LIST_END // must be the last - used to validate the video encoder type
  /frameworks/base/media/java/android/media/
EncoderCapabilities.java 34 * The VideoEncoderCap class represents a video encoder's
71 * The AudioEncoderCap class represents an audio encoder's
  /frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp 177 // sets the default values via the constructor, and the encoder is
417 // is needed for unblocking the encoder which might be
420 // on the encoder, the client has to call disconnect before
521 // and signal the buffer consumer (encoder) know that a
538 // Signal the encoder that a new frame has arrived
738 // The encoder format is set as an opaque colorformat
739 // The encoder will later find out the actual colorformat
800 // GRalloc buffer. The encoder needs to interpret this GRalloc handle
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/
AMRNBEncoder.cpp 74 LOGW("Call start() when encoder already started");
104 LOGW("Call stop() when encoder has not started.");
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 125 int encoder; /* encoder, sending arbitrary sizes */ member in struct:PERF_RT_Private
  /libcore/luni/src/main/java/libcore/io/
Base64.java 28 * <a href="http://www.ietf.org/rfc/rfc2045.txt">Base64</a> encoder/decoder.
29 * In violation of the RFC, this encoder doesn't wrap lines at 76 columns.
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.cpp 364 PassOwnPtr<ArgumentDecoder> Connection::sendSyncMessage(MessageID messageID, uint64_t syncRequestID, PassOwnPtr<ArgumentEncoder> encoder, double timeout)
386 sendMessage(messageID.messageIDWithAddedFlags(MessageID::SyncMessage), encoder, DispatchMessageEvenWhenWaitingForSyncReply);
589 // Create our reply encoder.
592 // Hand off both the decoder and encoder to the client..
599 // The client will take ownership of the reply encoder and send it at some point in the future.
  /frameworks/media/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...]

Completed in 1460 milliseconds

<<11121314151617181920>>