Searched defs:Encode (Results 1 - 25 of 89) sorted by last modified time

1234

/external/webrtc/webrtc/modules/utility/source/
H A Dcoder.cc77 int32_t AudioCoder::Encode(const AudioFrame& audio, function in class:webrtc::AudioCoder
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
H A Dh264_video_toolbox_encoder.cc235 int H264VideoToolboxEncoder::Encode( function in class:webrtc::H264VideoToolboxEncoder
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
H A Di420.cc74 int I420Encoder::Encode(const VideoFrame& inputImage, function in class:webrtc::I420Encoder
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dsimulcast_encoder_adapter.cc231 int SimulcastEncoderAdapter::Encode( function in class:webrtc::SimulcastEncoderAdapter
285 streaminfos_[stream_idx].encoder->Encode(input_image, codec_specific_info,
303 streaminfos_[stream_idx].encoder->Encode(dst_frame, codec_specific_info,
H A Dvp8_impl.cc712 int VP8EncoderImpl::Encode(const VideoFrame& frame, function in class:webrtc::__anon31030::VP8EncoderImpl
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc475 int VP9EncoderImpl::Encode(const VideoFrame& input_image, function in class:webrtc::VP9EncoderImpl
/external/webrtc/webrtc/modules/video_coding/
H A Dgeneric_encoder.cc136 int32_t VCMGenericEncoder::Encode(const VideoFrame& inputFrame, function in class:webrtc::VCMGenericEncoder
139 TRACE_EVENT1("webrtc", "VCMGenericEncoder::Encode", "timestamp",
154 int32_t result = encoder_->Encode(inputFrame, codecSpecificInfo, &frameTypes);
164 return encoder_->Encode(inputFrame, codecSpecificInfo, &frameTypes);
207 return encoder_->Encode(image, NULL, &frame_types);
/external/webrtc/webrtc/test/
H A Dconfigurable_frame_size_encoder.cc41 int32_t ConfigurableFrameSizeEncoder::Encode( function in class:webrtc::test::ConfigurableFrameSizeEncoder
H A Dfake_encoder.cc48 int32_t FakeEncoder::Encode(const VideoFrame& input_image, function in class:webrtc::test::FakeEncoder
200 int32_t DelayedEncoder::Encode(const VideoFrame& input_image, function in class:webrtc::test::DelayedEncoder
204 return FakeEncoder::Encode(input_image, codec_specific_info, frame_types);
/external/webrtc/webrtc/video/
H A Dvideo_encoder.cc94 // encoder after a failed Encode call.
138 int32_t VideoEncoderSoftwareFallbackWrapper::Encode( function in class:webrtc::VideoEncoderSoftwareFallbackWrapper
143 return fallback_encoder_->Encode(frame, codec_specific_info, frame_types);
144 int32_t ret = encoder_->Encode(frame, codec_specific_info, frame_types);
148 return fallback_encoder_->Encode(frame, codec_specific_info, frame_types);
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h158 virtual int32_t Encode(const webrtc::VideoFrame& inputImage, function in class:cricket::FakeWebRtcVideoEncoder
/external/webrtc/webrtc/base/
H A Dbase64.h68 static inline std::string Encode(const std::string& data) { function in class:rtc::Base64
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module_impl.cc128 int32_t AudioCodingModuleImpl::Encode(const InputData& input_data) { function in class:webrtc::acm2::AudioCodingModuleImpl
151 encoded_info = audio_encoder->Encode(
278 return r < 0 ? r : Encode(input_data);
/external/webrtc/webrtc/modules/audio_coding/codecs/
H A Daudio_encoder.cc26 AudioEncoder::EncodedInfo AudioEncoder::Encode( function in class:webrtc::AudioEncoder
31 TRACE_EVENT0("webrtc", "AudioEncoder::Encode");
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
H A Daudio_encoder_cng_unittest.cc76 void Encode() { function in class:webrtc::AudioEncoderCngTest
78 encoded_info_ = cng_->Encode(
113 Encode();
118 Encode();
141 Encode();
158 // With this call to Encode(), |mock_vad_| should be called according to the
160 Encode();
182 Encode();
227 Encode();
265 Encode();
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disac_fix_type.h53 static inline int Encode(instance_type* inst, function in class:webrtc::IsacFix
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac_float_type.h52 static inline int Encode(instance_type* inst, function in struct:webrtc::IsacFloat
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
H A Daudio_encoder_copy_red_unittest.cc61 void Encode() { function in class:webrtc::AudioEncoderCopyRedTest
63 encoded_info_ = red_->Encode(
87 AudioEncoder::EncodedInfo Encode(uint32_t timestamp, function in class:webrtc::MockEncodeHelper
137 // Checks that the an Encode() call is immediately propagated to the speech
142 // Encode call.
149 Encode();
157 // Start with one Encode() call that will produce output.
163 Encode();
173 Encode();
180 Encode();
[all...]
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediaencoder_jni.cc94 int32_t Encode(const webrtc::VideoFrame& input_image,
222 // and the next Encode() call being ignored.
383 int32_t MediaCodecVideoEncoder::Encode( function in class:webrtc_jni::MediaCodecVideoEncoder
/external/webp/src/enc/
H A Dpicture_enc.c232 static size_t Encode(const uint8_t* rgba, int width, int height, int stride, function
269 return Encode(in, w, h, bps, IMPORTER, q, 0, out); \
284 return Encode(in, w, h, bps, IMPORTER, LOSSLESS_DEFAULT_QUALITY, 1, out); \
/external/vixl/src/aarch32/
H A Dlocation-aarch32.h89 virtual uint32_t Encode(uint32_t /*instr*/, function in class:vixl::aarch32::Location::EmitOperator
/external/vboot_reference/utility/
H A Deficompress.c141 Encode (
341 Status = Encode();
866 Encode () function
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h447 InstructionCode Encode(InstructionCode opcode) { function in class:v8::internal::compiler::final
/external/v8/src/interpreter/
H A Dbytecode-flags.cc16 uint8_t CreateArrayLiteralFlags::Encode(bool use_fast_shallow_clone, function in class:v8::internal::interpreter::CreateArrayLiteralFlags
24 uint8_t CreateObjectLiteralFlags::Encode(bool fast_clone_supported, function in class:v8::internal::interpreter::CreateObjectLiteralFlags
42 uint8_t CreateClosureFlags::Encode(bool pretenure, bool is_function_scope) { function in class:v8::internal::interpreter::CreateClosureFlags
/external/v8/src/snapshot/
H A Dserializer-common.cc34 uint32_t ExternalReferenceEncoder::Encode(Address address) const { function in class:v8::internal::ExternalReferenceEncoder

Completed in 519 milliseconds

1234