Home | History | Annotate | Download | only in private

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);
36 * containing data for use in generating the request.
42 * @param[in] promise_id A reference for the promise that gets resolved or
45 * @param[in] init_data_type A <code>PP_Var</code> of type
48 * @param[in] init_data A <code>PP_Var</code> of type
52 * @param[in] session_type A <code>PP_SessionType</code> that indicates the
56 [in] PP_Instance instance,
57 [in] uint32_t promise_id,
58 [in] PP_Var init_data_type,
59 [in] PP_Var init_data,
60 [in] PP_SessionType session_type);
69 * @param[in] promise_id A reference for the promise that gets resolved or
72 * @param[in] web_session_id A <code>PP_Var</code> of type
77 [in] PP_Instance instance,
78 [in] uint32_t promise_id,
79 [in] PP_Var web_session_id);
93 * @param[in] promise_id A reference for the promise that gets resolved or
96 * @param[in] web_session_id A <code>PP_Var</code> of type
100 * @param[in] response A <code>PP_Var</code> of type
105 [in] PP_Instance instance,
106 [in] uint32_t promise_id,
107 [in] PP_Var web_session_id,
108 [in] PP_Var response);
113 * @param[in] promise_id A reference for the promise that gets resolved or
116 * @param[in] web_session_id A <code>PP_Var</code> of type
122 [in] PP_Instance instance,
123 [in] uint32_t promise_id,
124 [in] PP_Var web_session_id);
132 * @param[in] resource A <code>PP_Resource</code> corresponding to a
136 * @param[in] encrypted_block_info A <code>PP_EncryptedBlockInfo</code> that
141 [in] PP_Instance instance,
142 [in] PP_Resource encrypted_block,
143 [in] PP_EncryptedBlockInfo encrypted_block_info);
146 * Initializes the audio decoder using codec and settings in
151 * @param[in] decoder_config A <code>PP_AudioDecoderConfig</code> that
157 * @param[in] codec_extra_data A <code>PP_Resource</code> corresponding to a
163 [in] PP_Instance instance,
164 [in] PP_AudioDecoderConfig decoder_config,
165 [in] PP_Resource codec_extra_data);
168 * Initializes the video decoder using codec and settings in
173 * @param[in] decoder_config A <code>PP_VideoDecoderConfig</code> that
179 * @param[in] codec_extra_data A <code>PP_Resource</code> corresponding to a
185 [in] PP_Instance instance,
186 [in] PP_VideoDecoderConfig decoder_config,
187 [in] PP_Resource codec_extra_data);
200 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
203 * @param[in] request_id A request ID that allows the browser to associate a
209 [in] PP_Instance instance,
210 [in] PP_DecryptorStreamType decoder_type,
211 [in] uint32_t request_id);
219 * used to signal a discontinuity in the encoded data stream, and is safe to
222 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
225 * @param[in] request_id A request ID that allows the browser to associate a
231 [in] PP_Instance instance,
232 [in] PP_DecryptorStreamType decoder_type,
233 [in] uint32_t request_id);
241 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
245 * @param[in] encrypted_buffer A <code>PP_Resource</code> corresponding to a
248 * @param[in] encrypted_block_info A <code>PP_EncryptedBlockInfo</code> that
253 [in] PP_Instance instance,
254 [in] PP_DecryptorStreamType decoder_type,
255 [in] PP_Resource encrypted_buffer,
256 [in] PP_EncryptedBlockInfo encrypted_block_info);