Searched refs:Decode (Results 1 - 25 of 35) sorted by last modified time

12

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp325 AVCodecDecoder::Decode(void* outBuffer, int64* outFrameCount, function in class:AVCodecDecoder
684 of BMediaDecoder::Decode() expects to receive. There is a direct
686 BMediaDecoder::Decode() will provide so we make sure to respect this limit
691 BMediaDecoder::Decode() expects.
693 BMediaDecoder::Decode() expects only when one of the following
710 client of BMediaDecoder::Decode() about the change so that it can adapt to
1039 BMediaDecoder::Decode().
H A DAVCodecDecoder.h62 virtual status_t Decode(void* outBuffer, int64* outFrameCount,
/haiku/src/add-ons/media/plugins/raw_decoder/
H A DRawDecoderPlugin.cpp479 RawDecoder::Decode(void *buffer, int64 *frameCount, function in class:RawDecoder
H A DRawDecoderPlugin.h42 status_t Decode(void *buffer, int64 *frameCount,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacrestyp.h190 * IO Port Descriptor Decode
464 UINT8 Decode; \
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsxface.c168 ACPI_COPY_FIELD(Out, In, Decode); \
H A Drsaddr.c337 /* General Flags - Consume, Decode, MinFixed, MaxFixed */
343 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Decode),
/haiku/src/add-ons/translators/psd/
H A DPSDLoader.cpp190 PSDLoader::Decode(BPositionIO *target) function in class:PSDLoader
H A DPSDLoader.h74 status_t Decode(BPositionIO *target);
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp1715 err = fAudioDecoder->Decode(buf->Data(), &frameCount, &mh, NULL);
1718 printf("fAudioDecoder Decode error %s\n", strerror(err));
1911 err = fVideoDecoder->Decode(buf->Data(), &frameCount, &mh, NULL);
1914 printf("fVideoDecoder Decode error %s\n", strerror(err));
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.h29 BString Decode(const BString& encodedText) const;
H A DResponse.cpp98 RFC3501Encoding::Decode(const BString& encodedText) const function in class:IMAP::RFC3501Encoding
H A DCommands.cpp703 folder = fEncoding.Decode(folder);
/haiku/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp601 status = codec.Decode(pos, bytes,
/haiku/src/tests/kits/media/mp3_decoder_test/
H A Dmp3_decoder_test.cpp263 = decodingCookie->decoder->Decode(buffer, &rawAudioFrameCount, &mh,
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp58 virtual status_t Decode(int16 id, struct video_mode *mode);
162 ModeOps::Decode(int16 id, struct video_mode *mode) function in class:ModeOps
216 virtual status_t Decode(int16 id, struct video_mode *mode);
267 if (Decode(modes[i], videoMode) != B_OK)
282 STModeOps::Decode(int16 id, struct video_mode *mode) function in class:STModeOps
320 return Decode(m, mode);
412 virtual status_t Decode(int16 id, struct video_mode *mode);
461 if (Decode(modes[i], videoMode) != B_OK)
496 FalconModeOps::Decode(int16 id, struct video_mode *mode) function in class:FalconModeOps
528 return Decode(
708 MilanModeOps::Decode(int16 id, struct video_mode *mode) function in class:MilanModeOps
[all...]
/haiku/src/kits/media/
H A DMediaTrack.cpp383 ? fRawDecoder->Decode(buffer, _frameCount, _header, info)
384 : fDecoder->Decode(buffer, _frameCount, _header, info);
1107 status_t result = fDecoder->Decode(fBuffer, &frames, header, &info);
H A DMediaDecoder.cpp162 BMediaDecoder::Decode(void *out_buffer, function in class:BMediaDecoder
170 return fDecoder->Decode(out_buffer, out_frameCount, out_mh, info);
277 return Decode(out_buffer, out_frameCount, out_mh,info);
/haiku/headers/private/media/
H A DDecoderPlugin.h38 virtual status_t Decode(void* buffer, int64* frameCount,
/haiku/headers/os/media/
H A DMediaDecoder.h34 status_t Decode(void *out_buffer, int64 *out_frameCount,
/haiku/src/libs/compat/freebsd_iflib/
H A Dmd5c.c51 #define Decode memcpy macro
80 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) function
241 Decode (x, block, 64);
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.cpp139 decoder->Decode(line.String(), inLength, buffer, outLength);
/haiku/src/kits/locale/
H A DTextEncoding.cpp64 BTextEncoding::Decode(const char* input, size_t& inputLength, char* output, function in class:BPrivate::BTextEncoding
/haiku/headers/os/locale/
H A DTextEncoding.h34 status_t Decode(const char* input, size_t& inputLength,
/haiku/src/tests/add-ons/mail/imap/
H A Drfc3501_encoding_test.cpp36 BString decoded = encoding.Decode(encoded);

Completed in 123 milliseconds

12