Searched refs:decoder (Results 376 - 400 of 477) sorted by relevance

<<11121314151617181920

/external/libvpx/libvpx/
H A Dvpxenc.c634 vpx_codec_ctx_t decoder; member in struct:stream_state
1249 const VpxInterface *decoder = get_vpx_decoder_by_name(global->codec->name); local
1250 vpx_codec_dec_init(&stream->decoder, decoder->interface(), NULL, 0);
1371 vpx_codec_decode(&stream->decoder, pkt->data.frame.buf,
1373 if (stream->decoder.err) {
1374 warn_or_exit_on_error(&stream->decoder,
1460 vpx_codec_control(&stream->decoder, VP8_COPY_REFERENCE, &ref_dec);
1467 vpx_codec_control(&stream->decoder, VP9_GET_REFERENCE, &ref);
1471 ctx_exit_on_error(&stream->decoder, "Faile
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py63 from google.protobuf.internal import decoder namespace
88 cls._decoders_by_tag[decoder.MESSAGE_SET_ITEM_TAG] = (
89 decoder.MessageSetItemDecoder(cls._extensions_by_number))
221 # To support wire compatibility of adding packed = true, add a decoder for
806 local_ReadTag = decoder.ReadTag
807 local_SkipField = decoder.SkipField
/external/protobuf/python/google/protobuf/
H A Dreflection.py62 from google.protobuf.internal import decoder namespace
152 cls._decoders_by_tag[decoder.MESSAGE_SET_ITEM_TAG] = (
153 decoder.MessageSetItemDecoder(cls._extensions_by_number))
288 # To support wire compatibility of adding packed = true, add a decoder for
832 local_ReadTag = decoder.ReadTag
833 local_SkipField = decoder.SkipField
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_screen.cc591 const ImageDecoder* decoder,
593 DCHECK_EQ(image_decoder_.get(), decoder);
600 const ImageDecoder* decoder) {
590 OnImageDecoded( const ImageDecoder* decoder, const SkBitmap& decoded_image) argument
599 OnDecodeImageFailed( const ImageDecoder* decoder) argument
/external/chromium_org/media/filters/
H A Dgpu_video_decoder.cc485 base::WeakPtr<GpuVideoDecoder> decoder,
493 if (decoder) {
494 decoder->ReusePictureBuffer(picture_buffer_id);
484 ReleaseMailbox( base::WeakPtr<GpuVideoDecoder> decoder, const scoped_refptr<media::GpuVideoAcceleratorFactories>& factories, int64 picture_buffer_id, uint32 texture_id, uint32 release_sync_point) argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h115 FakeWebRtcVideoDecoder* decoder = new FakeWebRtcVideoDecoder(); local
116 decoders_.push_back(decoder);
118 return decoder;
121 virtual void DestroyVideoDecoder(webrtc::VideoDecoder* decoder) { argument
123 std::remove(decoders_.begin(), decoders_.end(), decoder),
125 delete decoder;
/external/libvorbis/doc/
H A D02-bitpacking.tex12 decoder. Most current binary storage arrangements group bits into a
93 interpreted by the decoder given decode context. That is, the three
96 The encoder and decoder are responsible for knowing if fields are to
/external/bluetooth/bluedroid/main/
H A DAndroid.mk100 $(LOCAL_PATH)/../embdrv/sbc/decoder/include \
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_data.cc165 virtual void OnImageDecoded(const ImageDecoder* decoder,
172 virtual void OnDecodeImageFailed(const ImageDecoder* decoder) OVERRIDE {
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader.cc380 void ProfileDownloader::OnImageDecoded(const ImageDecoder* decoder, argument
393 void ProfileDownloader::OnDecodeImageFailed(const ImageDecoder* decoder) { argument
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator.cc23 // |log| to ERROR, register |error| with the decoder, and return.
70 const base::WeakPtr<gpu::gles2::GLES2Decoder> decoder,
78 gl_decoder_(decoder),
107 LOG(ERROR) << "Failed to make this decoder's GL context current.";
112 LOG(ERROR) << "Failed to get gles2 decoder instance.";
288 // opaque/non-standard format. It's not possible to negotiate the decoder
302 // Removes ids former or equal than the id from decoder. Note that
303 // |bitstreams_notified_in_advance_| does not mean bitstream ids in decoder
326 "Failed to make this decoder's GL context current.",
344 "Failed to get gles2 decoder instanc
69 AndroidVideoDecodeAccelerator( const base::WeakPtr<gpu::gles2::GLES2Decoder> decoder, const base::Callback<bool(void)>& make_context_current) argument
[all...]
H A Dgpu_video_encode_accelerator.cc42 if (!stub->decoder()->MakeCurrent()) {
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_texture_mailbox_unittest.cc334 gl2_.decoder()->ProduceFrontBuffer(mailbox);
417 other_gl[i].decoder()->ProduceFrontBuffer(mailbox[i]);
/external/chromium_org/net/spdy/
H A Dhpack_decoder_test.cc29 explicit HpackDecoderPeer(HpackDecoder* decoder) argument
30 : decoder_(decoder) {}
/external/chromium_org/third_party/libvpx/
H A Dlibvpx.target.darwin-x86.mk613 third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c \
614 third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c \
615 third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c \
616 third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c \
617 third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c \
618 third_party/libvpx/source/libvpx/vp8/decoder/threading.c \
669 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c \
670 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c \
671 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c \
672 third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokeniz
[all...]
H A Dlibvpx.target.linux-x86.mk613 third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c \
614 third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c \
615 third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c \
616 third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c \
617 third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c \
618 third_party/libvpx/source/libvpx/vp8/decoder/threading.c \
669 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c \
670 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c \
671 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c \
672 third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokeniz
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dexternal_frame_buffer_test.cc211 libvpx_test::Decoder *decoder) {
216 decoder->SetFrameBufferFunctions(
209 PreDecodeFrameHook( const libvpx_test::CompressedVideoSource &video, libvpx_test::Decoder *decoder) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c193 vbuf->decoder = vdec;
209 if (vbuf->decoder == vdec)
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGenericRequest.java310 ResourceDecoder<T, Z> decoder = loadProvider.getSourceDecoder();
321 loadStatus = engine.load(width, height, cacheDecoder, dataFetcher, cacheSource, sourceEncoder, decoder,
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp477 CMyComPtr<ICompressCoder> decoder = decoderSpec; local
495 if (decoder->Code(inStream, outStream, 0, (fileSize == (UInt64)(Int64)-1) ? 0 : &fileSize, 0) != S_OK)
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c193 vbuf->decoder = vdec;
209 if (vbuf->decoder == vdec)
/external/flac/libFLAC/
H A Dstream_encoder.c314 static FLAC__StreamDecoderReadStatus verify_read_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
315 static FLAC__StreamDecoderWriteStatus verify_write_callback_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data);
316 static void verify_metadata_callback_(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data);
317 static void verify_error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
428 FLAC__StreamDecoder *decoder; member in struct:FLAC__StreamEncoderPrivate::__anon21530
607 if(0 != encoder->private_->verify.decoder)
608 FLAC__stream_decoder_delete(encoder->private_->verify.decoder);
1005 * Now set up a stream decoder for verification
1007 encoder->private_->verify.decoder = FLAC__stream_decoder_new();
1008 if(0 == encoder->private_->verify.decoder) {
4170 verify_read_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data) argument
4201 verify_write_callback_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data) argument
4244 verify_metadata_callback_(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data) argument
4249 verify_error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data) argument
[all...]
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.h110 gpu::gles2::GLES2Decoder* decoder() const { return decoder_.get(); } function in class:content::GpuCommandBufferStub
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder.h38 // This class uses hardware accelerated video decoder to decode video for
50 // Creates a RTCVideoDecoder. Returns NULL if failed. The video decoder will
145 base::WeakPtr<RTCVideoDecoder> decoder,
182 UNINITIALIZED, // The decoder has not initialized.
183 INITIALIZED, // The decoder has initialized.
184 RESETTING, // The decoder is being reset.
192 // The hardware video decoder.
242 // steady-state of the decoder. The vector owns SHM buffers. Guarded by
/external/chromium_org/net/quic/
H A Dquic_connection_logger.cc697 QuicSocketAddressCoder decoder; local
699 decoder.Decode(address.data(), address.size())) {
700 local_address_from_shlo_ = IPEndPoint(decoder.ip(), decoder.port());

Completed in 758 milliseconds

<<11121314151617181920