HomeSort by relevance Sort by last modified time
    Searched defs:originalFormat (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 171 uint32_t originalFormat;
177 StreamInfo() : width(0), height(0), format(0), formatOverridden(false), originalFormat(0),
185 if ((formatOverridden && (originalFormat == clientFormat)) ||
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputFinisher.java 447 InsnFormat originalFormat = formats[i];
448 InsnFormat newFormat = findFormatForInsn(insn, originalFormat);
450 if (originalFormat == newFormat) {
579 InsnFormat originalFormat = dop.getFormat();
598 originalFormat = insn.getOpcode().getFormat();
599 currentFormat = findFormatForInsn(insn, originalFormat);
606 if (currentFormat != originalFormat) {
  /external/python/cpython2/Modules/
clmodule.c 101 int compressionScheme, width, height, originalFormat;
109 &originalFormat, &compressionRatio, &frameBuffer,
120 if (clCompressImage(compressionScheme, width, height, originalFormat,
146 int compressionScheme, width, height, originalFormat;
152 &originalFormat, &compressedBuffer,
156 frameBufferSize = width * height * CL_BytesPerPixel(originalFormat);
163 if (clDecompressImage(compressionScheme, width, height, originalFormat,
    [all...]

Completed in 358 milliseconds