Lines Matching refs:in

3  * found in the LICENSE file.
26 * @param[in] key_system A <code>PP_Var</code> of type
30 [in] PP_Instance instance,
31 [in] PP_Var key_system);
37 * @param[in] promise_id A reference for the promise that gets resolved or
40 * @param[in] server_certificate A <code>PP_Var</code> of type
44 [in] PP_Instance instance,
45 [in] uint32_t promise_id,
46 [in] PP_Var server_certificate);
51 * containing data for use in generating the request.
57 * @param[in] promise_id A reference for the promise that gets resolved or
60 * @param[in] init_data_type A <code>PP_Var</code> of type
63 * @param[in] init_data A <code>PP_Var</code> of type
67 * @param[in] session_type A <code>PP_SessionType</code> that indicates the
71 [in] PP_Instance instance,
72 [in] uint32_t promise_id,
73 [in] PP_Var init_data_type,
74 [in] PP_Var init_data,
75 [in] PP_SessionType session_type);
84 * @param[in] promise_id A reference for the promise that gets resolved or
87 * @param[in] web_session_id A <code>PP_Var</code> of type
92 [in] PP_Instance instance,
93 [in] uint32_t promise_id,
94 [in] PP_Var web_session_id);
108 * @param[in] promise_id A reference for the promise that gets resolved or
111 * @param[in] web_session_id A <code>PP_Var</code> of type
115 * @param[in] response A <code>PP_Var</code> of type
120 [in] PP_Instance instance,
121 [in] uint32_t promise_id,
122 [in] PP_Var web_session_id,
123 [in] PP_Var response);
128 * @param[in] promise_id A reference for the promise that gets resolved or
131 * @param[in] web_session_id A <code>PP_Var</code> of type
137 [in] PP_Instance instance,
138 [in] uint32_t promise_id,
139 [in] PP_Var web_session_id);
144 * @param[in] promise_id A reference for the promise that gets resolved or
148 * @param[in] web_session_id A <code>PP_Var</code> of type
154 [in] PP_Instance instance,
155 [in] uint32_t promise_id,
156 [in] PP_Var web_session_id);
159 * Get the key IDs for keys in the session that the CDM knows are currently
162 * @param[in] promise_id A reference for the promise that gets resolved or
165 * @param[in] web_session_id A <code>PP_Var</code> of type
171 [in] PP_Instance instance,
172 [in] uint32_t promise_id,
173 [in] PP_Var web_session_id);
181 * @param[in] resource A <code>PP_Resource</code> corresponding to a
185 * @param[in] encrypted_block_info A <code>PP_EncryptedBlockInfo</code> that
190 [in] PP_Instance instance,
191 [in] PP_Resource encrypted_block,
192 [in] PP_EncryptedBlockInfo encrypted_block_info);
195 * Initializes the audio decoder using codec and settings in
200 * @param[in] decoder_config A <code>PP_AudioDecoderConfig</code> that
206 * @param[in] codec_extra_data A <code>PP_Resource</code> corresponding to a
212 [in] PP_Instance instance,
213 [in] PP_AudioDecoderConfig decoder_config,
214 [in] PP_Resource codec_extra_data);
217 * Initializes the video decoder using codec and settings in
222 * @param[in] decoder_config A <code>PP_VideoDecoderConfig</code> that
228 * @param[in] codec_extra_data A <code>PP_Resource</code> corresponding to a
234 [in] PP_Instance instance,
235 [in] PP_VideoDecoderConfig decoder_config,
236 [in] PP_Resource codec_extra_data);
249 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
252 * @param[in] request_id A request ID that allows the browser to associate a
258 [in] PP_Instance instance,
259 [in] PP_DecryptorStreamType decoder_type,
260 [in] uint32_t request_id);
268 * used to signal a discontinuity in the encoded data stream, and is safe to
271 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
274 * @param[in] request_id A request ID that allows the browser to associate a
280 [in] PP_Instance instance,
281 [in] PP_DecryptorStreamType decoder_type,
282 [in] uint32_t request_id);
290 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
294 * @param[in] encrypted_buffer A <code>PP_Resource</code> corresponding to a
297 * @param[in] encrypted_block_info A <code>PP_EncryptedBlockInfo</code> that
302 [in] PP_Instance instance,
303 [in] PP_DecryptorStreamType decoder_type,
304 [in] PP_Resource encrypted_buffer,
305 [in] PP_EncryptedBlockInfo encrypted_block_info);