Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching defs:Decoder

787                                  FALSE to locate image decoder instance to decode image.

818 EFI_HII_IMAGE_DECODER_PROTOCOL *Decoder;
851 Decoder = LocateHiiImageDecoder (CurrentImageBlock->BlockType);
852 if (Decoder == NULL) {
864 Status = Decoder->DecodeImage (
865 Decoder,
873 // Spec requires to use the first capable image decoder instance.
874 // The first image decoder instance may fail to decode the image.