Searched refs:Decoder (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ |
D | ImageEx.c | 259 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()
|
D | Image.c | 818 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/ |
D | lzma-history.txt | 122 - 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 …]
|
D | lzma-sdk.txt | 82 DOC/7zC.txt - 7z ANSI-C Decoder description 135 7z - 7z C++ Encoder/Decoder
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/ |
D | lzma-history.txt | 122 - 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 …]
|
D | lzma-sdk.txt | 82 DOC/7zC.txt - 7z ANSI-C Decoder description 135 7z - 7z C++ Encoder/Decoder
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-history.txt | 122 - 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 …]
|
D | lzma-sdk.txt | 82 DOC/7zC.txt - 7z ANSI-C Decoder description 135 7z - 7z C++ Encoder/Decoder
|
/device/google/cuttlefish_common/host/frontend/stream_audio/opuscpp/ |
D | opus_wrapper.cc | 133 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()
|
D | opus_wrapper.h | 99 class Decoder { 104 Decoder(opus_uint32 sample_rate, int num_channels);
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 19 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/ |
D | README.md | 27 ### [`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/ |
D | play_audio.cpp | 92 opus::Decoder{static_cast<std::uint32_t>(frame_rate), num_channels}; in main()
|