Lines Matching refs:to
10 * Unless required by applicable law or agreed to in writing, software
28 * It allows crypto sessions to be opened and operated on, to
29 * load crypto keys for a codec to decrypt protected video content.
34 * Decrypt an array of subsamples from the source memory buffer to the
40 * @param secure a flag to indicate if a secure decoder is being used. This
41 * enables the plugin to configure buffer modes to work consistently with
43 * @param the keyId for the key that is used to do the the decryption. The
44 * keyId refers to a key in the associated MediaDrm instance.
45 * @param iv the initialization vector to use
46 * @param mode the crypto mode to use
47 * @param pattern the crypto pattern to use
49 * of clear and encrypted bytes to process. This allows the decrypt
50 * call to operate on a range of subsamples in a single call
59 * ERROR_DRM_RESOURCE_BUSY if the resources required to perform
64 * device is not sufficient to meet the requirements in
72 * is not able to perform decryption
77 * vendor's crypto HAL may provide a detailed error string to help