Searched refs:Decode (Results 1 - 25 of 35) sorted by relevance

12

/haiku/src/add-ons/media/media-add-ons/dvb/
H A DMediaStreamDecoder.cpp30 MediaStreamDecoder::Decode(void *out_buffer, int64 *out_frameCount, function in class:MediaStreamDecoder
33 return BMediaDecoder::Decode(out_buffer, out_frameCount, out_mh, info);
H A DMediaStreamDecoder.h18 status_t Decode(void *out_buffer, int64 *out_frameCount,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCC.h48 bool Decode(const unsigned char * buffer0,
/haiku/src/tests/add-ons/mail/imap/
H A Drfc3501_encoding_test.cpp36 BString decoded = encoding.Decode(encoded);
/haiku/headers/os/locale/
H A DTextEncoding.h34 status_t Decode(const char* input, size_t& inputLength,
/haiku/headers/private/media/
H A DDecoderPlugin.h38 virtual status_t Decode(void* buffer, int64* frameCount,
/haiku/src/add-ons/media/plugins/raw_decoder/
H A DRawDecoderPlugin.h42 status_t Decode(void *buffer, int64 *frameCount,
/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/tests/kits/media/media_decoder/
H A Dmedia_decoder.cpp78 while (fd->Decode((void*)buffer,&size,&mh,0) == B_OK) {
/haiku/src/add-ons/translators/psd/
H A DPSDLoader.h74 status_t Decode(BPositionIO *target);
H A DPSDTranslator.cpp147 return psdFile.Decode(target);
/haiku/src/kits/media/
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/os/media/
H A DMediaDecoder.h34 status_t Decode(void *out_buffer, int64 *out_frameCount,
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.h62 virtual status_t Decode(void* outBuffer, int64* outFrameCount,
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dmd5c.c55 static void Decode PROTO_LIST
193 Decode (x, block, 64);
295 static void Decode (UINT4 *output, unsigned char *input, unsigned int len) function
/haiku/src/bin/network/ftpd/
H A Dmd5c.c56 #define Decode memcpy macro
80 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) function
243 Decode (x, block, 64);
/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/kits/locale/
H A DTextEncoding.cpp64 BTextEncoding::Decode(const char* input, size_t& inputLength, char* output, function in class:BPrivate::BTextEncoding
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.cpp139 decoder->Decode(line.String(), inLength, buffer, outLength);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.h29 BString Decode(const BString& encodedText) const;
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dmd5c.c55 static void Decode PROTO_LIST
193 Decode (x, block, 64);
295 static void Decode (UINT4 *output, unsigned char *input, unsigned int len) function
/haiku/src/tests/kits/media/mpeg2_decoder_test/
H A Dmpeg2_decoder_test.cpp146 status_t decodingVideoFrameStatus = mpeg2Decoder->Decode(
/haiku/src/tests/kits/media/mp3_decoder_test/
H A Dmp3_decoder_test.cpp263 = decodingCookie->decoder->Decode(buffer, &rawAudioFrameCount, &mh,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsaddr.c337 /* General Flags - Consume, Decode, MinFixed, MaxFixed */
343 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Decode),
H A Drsxface.c168 ACPI_COPY_FIELD(Out, In, Decode); \

Completed in 190 milliseconds

12