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

  /external/chromium_org/ppapi/c/private/
ppp_content_decryptor_private.h 166 * De-initializes the decoder for the <code>PP_DecryptorStreamType</code>
176 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
185 PP_DecryptorStreamType decoder_type,
188 * Resets the decoder for the <code>PP_DecryptorStreamType</code> specified
196 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
205 PP_DecryptorStreamType decoder_type,
213 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
226 PP_DecryptorStreamType decoder_type,
ppb_content_decryptor_private.h 158 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> identifying
167 PP_DecryptorStreamType decoder_type,
175 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to
182 PP_DecryptorStreamType decoder_type,
189 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to
196 PP_DecryptorStreamType decoder_type,
pp_content_decryptor.h 453 * <code>PP_DecryptorStreamType</code> contains stream type constants.
458 } PP_DecryptorStreamType;
459 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,
77 void DecoderInitializeDone(PP_DecryptorStreamType decoder_type,
80 void DecoderDeinitializeDone(PP_DecryptorStreamType decoder_type,
82 void DecoderResetDone(PP_DecryptorStreamType decoder_type,
content_decryptor_private.cc 138 PP_DecryptorStreamType decoder_type,
150 PP_DecryptorStreamType decoder_type,
161 PP_DecryptorStreamType decoder_type,
272 PP_DecryptorStreamType decoder_type,
285 PP_DecryptorStreamType decoder_type,
296 PP_DecryptorStreamType decoder_type,
  /external/chromium_org/ppapi/api/private/
ppp_content_decryptor_private.idl 156 * De-initializes the decoder for the <code>PP_DecryptorStreamType</code>
166 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
176 [in] PP_DecryptorStreamType decoder_type,
180 * Resets the decoder for the <code>PP_DecryptorStreamType</code> specified
188 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
198 [in] PP_DecryptorStreamType decoder_type,
207 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
220 [in] PP_DecryptorStreamType decoder_type,
ppb_content_decryptor_private.idl 151 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> identifying
161 [in] PP_DecryptorStreamType decoder_type,
170 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to
178 [in] PP_DecryptorStreamType decoder_type,
186 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to
194 [in] PP_DecryptorStreamType decoder_type,
pp_content_decryptor.idl 405 * <code>PP_DecryptorStreamType</code> contains stream type constants.
408 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,
242 PP_DecryptorStreamType decoder_type,
247 PP_DecryptorStreamType decoder_type,
250 PP_DecryptorStreamType decoder_type,
ppp_content_decryptor_private_proxy.cc 285 PP_DecryptorStreamType decoder_type,
302 PP_DecryptorStreamType decoder_type,
319 PP_DecryptorStreamType decoder_type,
547 PP_DecryptorStreamType decoder_type,
560 PP_DecryptorStreamType decoder_type,
573 PP_DecryptorStreamType decoder_type,
ppapi_messages.h 84 IPC_ENUM_TRAITS(PP_DecryptorStreamType)
680 PP_DecryptorStreamType /* decoder_type */,
684 PP_DecryptorStreamType /* decoder_type */,
688 PP_DecryptorStreamType /* decoder_type */,
    [all...]
ppb_instance_proxy.cc 617 PP_DecryptorStreamType decoder_type,
631 PP_DecryptorStreamType decoder_type,
642 PP_DecryptorStreamType decoder_type,
    [all...]
  /external/chromium_org/media/cdm/ppapi/
cdm_adapter.h 71 virtual void DeinitializeDecoder(PP_DecryptorStreamType decoder_type,
73 virtual void ResetDecoder(PP_DecryptorStreamType decoder_type,
76 PP_DecryptorStreamType decoder_type,
150 PP_DecryptorStreamType decoder_type,
154 PP_DecryptorStreamType decoder_type,
157 PP_DecryptorStreamType decoder_type,
cdm_adapter.cc 199 PP_DecryptorStreamType stream_type) {
446 void CdmAdapter::DeinitializeDecoder(PP_DecryptorStreamType decoder_type,
460 void CdmAdapter::ResetDecoder(PP_DecryptorStreamType decoder_type,
472 PP_DecryptorStreamType decoder_type,
692 PP_DecryptorStreamType decoder_type,
702 PP_DecryptorStreamType decoder_type,
709 PP_DecryptorStreamType decoder_type,
    [all...]
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 94 void DecoderInitializeDone(PP_DecryptorStreamType decoder_type,
97 void DecoderDeinitializeDone(PP_DecryptorStreamType decoder_type,
99 void DecoderResetDone(PP_DecryptorStreamType decoder_type,
pepper_plugin_instance_impl.h 467 PP_DecryptorStreamType decoder_type,
471 PP_DecryptorStreamType decoder_type,
474 PP_DecryptorStreamType decoder_type,
    [all...]
content_decryptor_delegate.cc 208 PP_DecryptorStreamType MediaDecryptorStreamTypeToPpStreamType(
657 PP_DecryptorStreamType decoder_type,
687 PP_DecryptorStreamType decoder_type,
693 PP_DecryptorStreamType decoder_type,
    [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/ppapi/thunk/
ppb_content_decryptor_private_thunk.cc 88 PP_DecryptorStreamType decoder_type,
102 PP_DecryptorStreamType decoder_type,
114 PP_DecryptorStreamType decoder_type,
ppb_instance_api.h 162 PP_DecryptorStreamType decoder_type,
166 PP_DecryptorStreamType decoder_type,
169 PP_DecryptorStreamType decoder_type,
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 299 milliseconds