/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codecs.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codecs.py | [all...] |
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/ |
CodecInfo.java | 47 * @param isEncoder whether the codec is encoder or decoder 173 * @param isEncoder true for encoder, false for decoder
|
/cts/tests/tests/media/src/android/media/cts/ |
InputSurface.java | 30 * Holds state associated with a Surface used for MediaCodec encoder input. 34 * to the video encoder.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
SignatureSpi.java | 42 SignatureSpi(Digest digest, DSA signer, DSAEncoder encoder) 44 super(digest, signer, encoder);
|
/external/chromium_org/content/common/gpu/ |
gpu_messages.h | 480 // Create a new GPU-accelerated video encoder. 748 // Accelerated Video Encoder Messages 751 // Initialize the accelerated encoder. 758 // Queue a input buffer to the encoder to encode. |frame_id| will be returned by 766 // Queue a buffer to the encoder for use in returning output. |buffer_id| will 779 // Accelerated Video Encoder Host Message [all...] |
/external/chromium_org/media/cast/video_sender/ |
video_encoder_unittest.cc | 150 // TODO(pwestin): Re-enabled after redesign the encoder to control number of 192 // TODO(pwestin): Re-enabled after redesign the encoder to control number of
|
/external/chromium_org/remoting/codec/ |
audio_encoder_opus.cc | 62 LOG(ERROR) << "Failed to create OPUS encoder. Error code: " << error; 144 LOG(ERROR) << "Encoder initialization failed";
|
/external/chromium_org/remoting/host/ |
video_scheduler_unittest.cc | 149 // This test mocks capturer, encoder and network layer to simulate one capture 168 // Expect the encoder be called.
|
/external/chromium_org/third_party/opus/src/celt/ |
celt.c | 129 /* OPT: Happens to work without the OPUS_MOVE(), but only because the current encoder already copies x to y */ 164 /* OPT: Happens to work without the OPUS_MOVE(), but only because the current encoder already copies x to y */
|
/external/chromium_org/third_party/opus/src/silk/ |
control_audio_bandwidth.c | 37 silk_encoder_state *psEncC, /* I/O Pointer to Silk encoder state */ 47 /* Encoder has just been initialized */
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
find_pitch_lags_FIX.c | 38 silk_encoder_state_FIX *psEnc, /* I/O encoder state */ 39 silk_encoder_control_FIX *psEncCtrl, /* I/O encoder control */
|
find_pred_coefs_FIX.c | 36 silk_encoder_state_FIX *psEnc, /* I/O encoder state */ 37 silk_encoder_control_FIX *psEncCtrl, /* I/O encoder control */
|
process_gains_FIX.c | 37 silk_encoder_state_FIX *psEnc, /* I/O Encoder state */ 38 silk_encoder_control_FIX *psEncCtrl, /* I/O Encoder control */
|
/external/chromium_org/third_party/opus/src/silk/float/ |
find_pitch_lags_FLP.c | 37 silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */ 38 silk_encoder_control_FLP *psEncCtrl, /* I/O Encoder control FLP */
|
find_pred_coefs_FLP.c | 36 silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */ 37 silk_encoder_control_FLP *psEncCtrl, /* I/O Encoder control FLP */
|
process_gains_FLP.c | 37 silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */ 38 silk_encoder_control_FLP *psEncCtrl, /* I/O Encoder control FLP */
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
unknown_fields_test.py | 41 from google.protobuf.internal import encoder namespace 60 field_tag = encoder.TagBytes(field_descriptor.number, wire_type)
|
/external/kernel-headers/original/sound/ |
compress_offload.h | 126 * @SNDRV_COMPRESS_ENCODER_PADDING: no of samples appended by the encoder at the 128 * @SNDRV_COMPRESS_ENCODER_DELAY: no of samples inserted by the encoder at the
|
/external/libvorbis/doc/vorbisfile/ |
crosslap.html | 76 post-extrapolation generated by the encoder to pad out the last block 103 varies by compression mode. Each encoder will vary in exact block
|
/external/libvpx/libvpx/vp8/common/ |
blockd.h | 171 /* The mb-level information needed to be stored for higher-resolution encoder */ 181 * encoder */
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.c | 16 #include "vp9/encoder/vp9_onyx_int.h" 17 #include "vp9/encoder/vp9_tokenize.h"
|