HomeSort by relevance Sort by last modified time
    Searched refs:PP_DecryptorStreamType (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/ppapi/c/private/
ppp_content_decryptor_private.h 164 * De-initializes the decoder for the <code>PP_DecryptorStreamType</code>
174 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
183 PP_DecryptorStreamType decoder_type,
186 * Resets the decoder for the <code>PP_DecryptorStreamType</code> specified
194 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
203 PP_DecryptorStreamType decoder_type,
211 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
224 PP_DecryptorStreamType decoder_type,
ppb_content_decryptor_private.h 176 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> identifying
185 PP_DecryptorStreamType decoder_type,
193 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to
200 PP_DecryptorStreamType decoder_type,
207 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to
214 PP_DecryptorStreamType decoder_type,
pp_content_decryptor.h 409 * <code>PP_DecryptorStreamType</code> contains stream type constants.
414 } PP_DecryptorStreamType;
415 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_DecryptorStreamType, 4);
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.h 49 virtual void DeinitializeDecoder(PP_DecryptorStreamType decoder_type,
51 virtual void ResetDecoder(PP_DecryptorStreamType decoder_type,
55 PP_DecryptorStreamType decoder_type,
81 void DecoderInitializeDone(PP_DecryptorStreamType decoder_type,
84 void DecoderDeinitializeDone(PP_DecryptorStreamType decoder_type,
86 void DecoderResetDone(PP_DecryptorStreamType decoder_type,
content_decryptor_private.cc 147 PP_DecryptorStreamType decoder_type,
159 PP_DecryptorStreamType decoder_type,
170 PP_DecryptorStreamType decoder_type,
290 PP_DecryptorStreamType decoder_type,
303 PP_DecryptorStreamType decoder_type,
314 PP_DecryptorStreamType decoder_type,
  /external/chromium_org/ppapi/api/private/
ppp_content_decryptor_private.idl 151 * De-initializes the decoder for the <code>PP_DecryptorStreamType</code>
161 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
171 [in] PP_DecryptorStreamType decoder_type,
175 * Resets the decoder for the <code>PP_DecryptorStreamType</code> specified
183 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
193 [in] PP_DecryptorStreamType decoder_type,
202 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
215 [in] PP_DecryptorStreamType decoder_type,
ppb_content_decryptor_private.idl 165 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> identifying
175 [in] PP_DecryptorStreamType decoder_type,
184 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to
192 [in] PP_DecryptorStreamType decoder_type,
200 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to
208 [in] PP_DecryptorStreamType decoder_type,
pp_content_decryptor.idl 357 * <code>PP_DecryptorStreamType</code> contains stream type constants.
360 enum PP_DecryptorStreamType {
  /external/chromium_org/ppapi/proxy/
ppp_content_decryptor_private_proxy.h 55 PP_DecryptorStreamType decoder_type,
58 PP_DecryptorStreamType decoder_type,
62 PP_DecryptorStreamType decoder_type,
ppb_instance_proxy.h 138 PP_DecryptorStreamType decoder_type,
142 PP_DecryptorStreamType decoder_type,
145 PP_DecryptorStreamType decoder_type,
240 PP_DecryptorStreamType decoder_type,
245 PP_DecryptorStreamType decoder_type,
248 PP_DecryptorStreamType decoder_type,
ppp_content_decryptor_private_proxy.cc 279 PP_DecryptorStreamType decoder_type,
296 PP_DecryptorStreamType decoder_type,
313 PP_DecryptorStreamType decoder_type,
529 PP_DecryptorStreamType decoder_type,
542 PP_DecryptorStreamType decoder_type,
555 PP_DecryptorStreamType decoder_type,
ppapi_messages.h 79 IPC_ENUM_TRAITS(PP_DecryptorStreamType)
693 PP_DecryptorStreamType /* decoder_type */,
697 PP_DecryptorStreamType /* decoder_type */,
701 PP_DecryptorStreamType /* decoder_type */,
    [all...]
ppb_instance_proxy.cc 613 PP_DecryptorStreamType decoder_type,
627 PP_DecryptorStreamType decoder_type,
638 PP_DecryptorStreamType decoder_type,
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_content_decryptor_private_thunk.cc 87 PP_DecryptorStreamType decoder_type,
101 PP_DecryptorStreamType decoder_type,
113 PP_DecryptorStreamType decoder_type,
ppb_instance_api.h 166 PP_DecryptorStreamType decoder_type,
170 PP_DecryptorStreamType decoder_type,
173 PP_DecryptorStreamType decoder_type,
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 95 void DecoderInitializeDone(PP_DecryptorStreamType decoder_type,
98 void DecoderDeinitializeDone(PP_DecryptorStreamType decoder_type,
100 void DecoderResetDone(PP_DecryptorStreamType decoder_type,
pepper_plugin_instance_impl.h 461 PP_DecryptorStreamType decoder_type,
465 PP_DecryptorStreamType decoder_type,
468 PP_DecryptorStreamType decoder_type,
    [all...]
content_decryptor_delegate.cc 208 PP_DecryptorStreamType MediaDecryptorStreamTypeToPpStreamType(
648 PP_DecryptorStreamType decoder_type,
678 PP_DecryptorStreamType decoder_type,
684 PP_DecryptorStreamType decoder_type,
    [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/media/cdm/ppapi/
cdm_wrapper.cc 193 PP_DecryptorStreamType stream_type) {
517 virtual void DeinitializeDecoder(PP_DecryptorStreamType decoder_type,
519 virtual void ResetDecoder(PP_DecryptorStreamType decoder_type,
522 PP_DecryptorStreamType decoder_type,
585 PP_DecryptorStreamType decoder_type,
589 PP_DecryptorStreamType decoder_type,
592 PP_DecryptorStreamType decoder_type,
816 void CdmWrapper::DeinitializeDecoder(PP_DecryptorStreamType decoder_type,
830 void CdmWrapper::ResetDecoder(PP_DecryptorStreamType decoder_type,
842 PP_DecryptorStreamType decoder_type
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 548 milliseconds