Lines Matching full:param

246      *  @param desiredSubset In/out parameter. As input, a desired subset of
345 * @param info A description of the format (config, size)
396 * @param supportedDataTypes Indicates the data type/planar config combinations that are
400 * @param yuvaPixmapInfo Output parameter that specifies the planar configuration, subsampling,
411 * @param yuvaPixmaps Contains preallocated pixmaps configured according to a successful call
424 * @param dstInfo Info of the destination. If the dimensions do not match
426 * @param dst Memory to write to. Needs to be large enough to hold the subset,
428 * @param options Contains decoding options, including if memory is zero
453 * @param rowsDecoded Optional output variable returning the total number of
484 * @param dstInfo Info of the destination. If the dimensions do not match
486 * @param options Contains decoding options, including if memory is zero
504 * @param dst Must be non-null, and large enough to hold countLines
506 * @param countLines Number of lines to write.
507 * @param rowBytes Number of bytes per row. Must be large enough to hold
767 * @param rowsDecoded When the encoded image stream is incomplete, this function
953 * @param dstInfo Contains the destination color type
957 * @param dst Pointer to the start of destination pixel memory
958 * @param rowBytes Stride length in destination pixel memory
959 * @param zeroInit Indicates if memory is zero initialized
960 * @param linesRequested Number of lines that the client requested
961 * @param linesDecoded Number of lines that were successfully decoded