Home
last modified time | relevance | path

Searched refs:Decoder (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DImageEx.c259 EFI_HII_IMAGE_DECODER_PROTOCOL *Decoder; in LocateHiiImageDecoder() local
287 …tatus = gBS->HandleProtocol (Handles[Index], &gEfiHiiImageDecoderProtocolGuid, (VOID **) &Decoder); in LocateHiiImageDecoder()
292 Status = Decoder->GetImageDecoderName (Decoder, &DecoderNames, &NumberOfDecoderName); in LocateHiiImageDecoder()
298 return Decoder; in LocateHiiImageDecoder()
343 EFI_HII_IMAGE_DECODER_PROTOCOL *Decoder; in HiiGetImageInfo() local
371 Decoder = LocateHiiImageDecoder (CurrentImageBlock->BlockType); in HiiGetImageInfo()
372 if (Decoder == NULL) { in HiiGetImageInfo()
384 Status = Decoder->GetImageInfo ( in HiiGetImageInfo()
385 Decoder, in HiiGetImageInfo()
DImage.c818 EFI_HII_IMAGE_DECODER_PROTOCOL *Decoder; in IGetImage() local
851 Decoder = LocateHiiImageDecoder (CurrentImageBlock->BlockType); in IGetImage()
852 if (Decoder == NULL) { in IGetImage()
864 Status = Decoder->DecodeImage ( in IGetImage()
865 Decoder, in IGetImage()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt122 - Some changes in ANSI-C 7z Decoder interfaces.
143 - The bug in ANSI-C LZMA Decoder was fixed:
146 - Some changes in ANSI-C 7z Decoder interfaces.
164 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
171 - Speed optimizations in C++ LZMA Decoder.
177 - .7z ANSI-C Decoder:
209 - The bug was fixed in C++ version of LZMA Decoder:
271 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
272 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
276 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
[all …]
Dlzma-sdk.txt82 DOC/7zC.txt - 7z ANSI-C Decoder description
135 7z - 7z C++ Encoder/Decoder
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/
Dlzma-history.txt122 - Some changes in ANSI-C 7z Decoder interfaces.
143 - The bug in ANSI-C LZMA Decoder was fixed:
146 - Some changes in ANSI-C 7z Decoder interfaces.
164 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
171 - Speed optimizations in C++ LZMA Decoder.
177 - .7z ANSI-C Decoder:
209 - The bug was fixed in C++ version of LZMA Decoder:
271 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
272 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
276 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
[all …]
Dlzma-sdk.txt82 DOC/7zC.txt - 7z ANSI-C Decoder description
135 7z - 7z C++ Encoder/Decoder
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt122 - Some changes in ANSI-C 7z Decoder interfaces.
143 - The bug in ANSI-C LZMA Decoder was fixed:
146 - Some changes in ANSI-C 7z Decoder interfaces.
164 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
171 - Speed optimizations in C++ LZMA Decoder.
177 - .7z ANSI-C Decoder:
209 - The bug was fixed in C++ version of LZMA Decoder:
271 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
272 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
276 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
[all …]
Dlzma-sdk.txt82 DOC/7zC.txt - 7z ANSI-C Decoder description
135 7z - 7z C++ Encoder/Decoder
/device/google/cuttlefish_common/host/frontend/stream_audio/opuscpp/
Dopus_wrapper.cc133 opus::Decoder::Decoder(opus_uint32 sample_rate, int num_channels) in Decoder() function in opus::Decoder
140 std::vector<opus_int16> opus::Decoder::Decode( in Decode()
152 std::vector<opus_int16> opus::Decoder::Decode( in Decode()
166 std::vector<opus_int16> opus::Decoder::DecodeDummy(int frame_size) { in DecodeDummy()
Dopus_wrapper.h99 class Decoder {
104 Decoder(opus_uint32 sample_rate, int num_channels);
/device/generic/opengl-transport/host/commands/emugen/
DREADME19 and the callee is referred to as the Decoder or Server. These terms
26 A general Encoder->Decoder packet is structured as following:
33 A general Decoder->Encoder reply is expected to be received in the
196 Decoder generated files
216 api_dec.h - Decoder header file
218 api_dec.cpp - Decoder implementation. In addtion, this file includes
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md27 ### [`RenderControl`](RenderControl.cpp) [`Header`](RenderControl.h) [`Decoder`](renderControl_dec)…
40 ### [`GLESv1`](GLESv1.cpp) [`Header`](GLESv1.h) [`Decoder`](GLESv1_dec)[](#GLESv1)
48 ### [`GLESv3`](GLESv3.cpp) [`Header`](GLESv3.h) [`Decoder`](GLESv3_dec)[](#GLESv3)
/device/google/cuttlefish_common/tools/play_audio/
Dplay_audio.cpp92 opus::Decoder{static_cast<std::uint32_t>(frame_rate), num_channels}; in main()