HomeSort by relevance Sort by last modified time
    Searched full:imageindex (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /frameworks/av/media/extractors/mp4/
ItemTable.h 54 sp<MetaData> getImageMeta(const uint32_t imageIndex);
55 status_t findImageItem(const uint32_t imageIndex, uint32_t *itemIndex);
56 status_t findThumbnailItem(const uint32_t imageIndex, uint32_t *itemIndex);
ItemTable.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SecurityStubDxe/
Defer3rdPartyImageLoad.h 37 ImageIndex, then EFI_NOT_FOUND is returned. All deferred images may be returned by
43 @param[in] ImageIndex Zero-based index of the deferred index.
54 @retval EFI_NOT_FOUND ImageIndex does not refer to a valid image.
63 IN UINTN ImageIndex,
Defer3rdPartyImageLoad.c 165 ImageIndex, then EFI_NOT_FOUND is returned. All deferred images may be returned by
171 @param[in] ImageIndex Zero-based index of the deferred index.
182 @retval EFI_NOT_FOUND ImageIndex does not refer to a valid image.
191 IN UINTN ImageIndex,
212 if (ImageIndex == 0) {
228 if (ImageIndex >= mDeferred3rdPartyImage.Count) {
235 *ImageDevicePath = mDeferred3rdPartyImage.ImageInfo[ImageIndex].ImageDevicePath;
236 *BootOption = mDeferred3rdPartyImage.ImageInfo[ImageIndex].BootOption;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DeferredImageLoad.h 37 consecutively, starting with 0. If there is no image which corresponds to ImageIndex, then
45 @param[in] ImageIndex Zero-based index of the deferred index.
56 @retval EFI_NOT_FOUND ImageIndex does not refer to a valid image.
64 IN UINTN ImageIndex,
FirmwareManagement.h 45 UINT8 ImageIndex;
68 /// Size of the image in bytes. If size=0, then only ImageIndex and ImageTypeId are valid.
108 /// ImageIndex. For FMP instances that have multiple descriptors for a single
320 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
340 IN UINT8 ImageIndex,
372 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
395 IN UINT8 ImageIndex,
410 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
427 IN UINT8 ImageIndex,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.h 72 ImageIndex, then EFI_NOT_FOUND is returned. All deferred images may be returned by
78 @param[in] ImageIndex Zero-based index of the deferred index.
89 @retval EFI_NOT_FOUND ImageIndex does not refer to a valid image.
98 IN UINTN ImageIndex,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
LoadPciRom.c 209 UINTN ImageIndex;
228 ImageIndex = 0;
237 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOADPCIROM_CORRUPT), gShellDebug1HiiHandle, L"loadpcirom", FileName, ImageIndex);
238 // PrintToken (STRING_TOKEN (STR_LOADPCIROM_IMAGE_CORRUPT), HiiHandle, ImageIndex);
331 UnicodeSPrint (RomFileName, sizeof (RomFileName), L"%s[%d]", FileName, ImageIndex);
343 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOADPCIROM_LOAD_FAIL), gShellDebug1HiiHandle, L"loadpcirom", FileName, ImageIndex);
344 // PrintToken (STRING_TOKEN (STR_LOADPCIROM_LOAD_IMAGE_ERROR), HiiHandle, ImageIndex, Status);
348 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOADPCIROM_START_FAIL), gShellDebug1HiiHandle, L"loadpcirom", FileName, ImageIndex);
349 // PrintToken (STRING_TOKEN (STR_LOADPCIROM_START_IMAGE), HiiHandle, ImageIndex, Status);
364 ImageIndex++;
    [all...]
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 138 int imageIndex = 0;
172 LOGE("Could not read image descriptor (%d)", imageIndex);
193 LOGE("Could not write image descriptor (%d)", imageIndex);
202 LOGE("Could not read image data (%d)", imageIndex);
205 LOGD("Read image data (%d)", imageIndex);
209 imageIndex,
215 LOGE("Could not render %d", imageIndex);
218 LOGD("Rendered image (%d)", imageIndex);
228 LOGE("Could not write raster data (%d)", imageIndex);
232 LOGD("Wrote raster data (%d)", imageIndex);
    [all...]
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
SystemFirmwareReportDxe.c 132 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
155 IN UINT8 ImageIndex,
175 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) {
214 return SystemFmp->SetImage(SystemFmp, ImageIndex, Image, ImageSize, VendorCode, Progress, AbortReason);
SystemFirmwareDxe.h 126 UINT8 ImageIndex;
193 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
213 IN UINT8 ImageIndex,
245 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
268 IN UINT8 ImageIndex,
283 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
300 IN UINT8 ImageIndex,
SystemFirmwareCommonDxe.c 112 ImageInfo->ImageIndex = ImageDescriptor->ImageIndex;
156 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
176 IN UINT8 ImageIndex,
191 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
208 IN UINT8 ImageIndex,
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeFmp.c 151 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
171 IN UINT8 ImageIndex,
185 if (ImageIndex == 0 || ImageIndex > MicrocodeFmpPrivate->DescriptorCount || ImageSize == NULL || Image == NULL) {
189 MicrocodeInfo = &MicrocodeFmpPrivate->MicrocodeInfo[ImageIndex - 1];
228 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
251 IN UINT8 ImageIndex,
270 if (ImageIndex == 0 || ImageIndex > MicrocodeFmpPrivate->DescriptorCount || Image == NULL) {
300 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciRomTable.c 120 UINTN ImageIndex;
147 ImageIndex = 0;
250 HexToString (&FileName[48], ImageIndex, 4);
287 ImageIndex++;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/
SystemFirmwareDescriptor.aslc 48 1, // ImageIndex;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 168 UINT8 ImageIndex;
191 /// Size of the image in bytes. If size=0, then only ImageIndex and ImageTypeId are valid.
223 UINT8 ImageIndex;
246 /// Size of the image in bytes. If size=0, then only ImageIndex and ImageTypeId are valid.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareDescriptor/
SystemFirmwareDescriptor.aslc 48 1, // ImageIndex;
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleDump.c 548 Print(L" ImageIndex - 0x%x\n", CurrentImageInfo->ImageIndex);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.c 326 ImageHeader->UpdateImageIndex == TempFmpImageInfo->ImageIndex) {
331 TempFmpImageInfo->ImageIndex, // ImageIndex
341 TempFmpImageInfo->ImageIndex, // ImageIndex
  /frameworks/base/media/java/android/media/
MediaMetadataRetriever.java 553 * @param imageIndex 0-based index of the image.
565 public Bitmap getImageAtIndex(int imageIndex, @NonNull BitmapParams params) {
566 return getImageAtIndexInternal(imageIndex, params);
575 * @param imageIndex 0-based index of the image, negative value indicates primary image.
586 int imageIndex, @NonNull BitmapParams params, int targetSize, int maxPixels);
592 * @param imageIndex 0-based index of the image.
603 public Bitmap getImageAtIndex(int imageIndex) {
604 return getImageAtIndexInternal(imageIndex, null);
645 private Bitmap getImageAtIndexInternal(int imageIndex, @Nullable BitmapParams params) {
651 if (imageIndex >= Integer.parseInt(imageCount))
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
FmpCapsule.h 65 /// Passed as ImageIndex in call to EFI_FIRMWARE_MANAGEMENT_PROTOCOL.SetImage()
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/
Platform.h 122 UINT8 ImageIndex;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
CapsuleData.py 180 self.ImageIndex = None
216 int(self.ImageIndex, 16),
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiIncrementalPresentTests.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaMetadataRetrieverTest.java 676 for (int imageIndex = 0; imageIndex < imageCount; imageIndex++) {
677 bitmap = retriever.getImageAtIndex(imageIndex);
682 " for image " + imageIndex + " doesn't match",
687 Rect r = getColorBlockRect(imageIndex, width, height);
688 assertTrue("Color block for image " + imageIndex + " doesn't match",

Completed in 310 milliseconds

1 2 3 4