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

  /external/chromium_org/ppapi/thunk/
ppb_content_decryptor_private_thunk.cc 122 void DeliverFrame(PP_Instance instance,
125 VLOG(4) << "PPB_ContentDecryptor_Private::DeliverFrame()";
129 enter.functions()->DeliverFrame(instance,
157 &DeliverFrame,
ppb_instance_api.h 175 virtual void DeliverFrame(PP_Instance instance,
  /external/chromium_org/media/filters/
decrypting_video_decoder.h 67 void DeliverFrame(int buffer_size,
decrypting_audio_decoder.h 89 void DeliverFrame(int buffer_size,
decrypting_video_decoder.cc 110 // DeliverFrame().
223 &DecryptingVideoDecoder::DeliverFrame, weak_this_, buffer_size)));
226 void DecryptingVideoDecoder::DeliverFrame(
230 DVLOG(3) << "DeliverFrame() - status: " << status;
258 DVLOG(2) << "DeliverFrame() - kError";
265 DVLOG(2) << "DeliverFrame() - kNoKey";
281 DVLOG(2) << "DeliverFrame() - kNeedMoreData";
decrypting_audio_decoder.cc 130 // DeliverFrame().
334 &DecryptingAudioDecoder::DeliverFrame, weak_this_, buffer_size)));
337 void DecryptingAudioDecoder::DeliverFrame(
341 DVLOG(3) << "DeliverFrame() - status: " << status;
364 DVLOG(2) << "DeliverFrame() - kError";
371 DVLOG(2) << "DeliverFrame() - kNoKey";
394 DVLOG(2) << "DeliverFrame() - kNeedMoreData";
  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 233 void (*DeliverFrame)(
  /external/chromium_org/ppapi/api/private/
ppb_content_decryptor_private.idl 228 void DeliverFrame(
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.h 92 void DeliverFrame(pp::Buffer_Dev decrypted_frame,
content_decryptor_private.cc 324 void ContentDecryptor_Private::DeliverFrame(
328 get_interface<PPB_ContentDecryptor_Private>()->DeliverFrame(
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 102 void DeliverFrame(PP_Resource decrypted_frame,
pepper_plugin_instance_impl.h 470 virtual void DeliverFrame(PP_Instance instance,
    [all...]
content_decryptor_delegate.cc 781 void ContentDecryptorDelegate::DeliverFrame(
787 DVLOG(2) << "DeliverFrame() - request_id: " << request_id;
791 DVLOG(1) << "DeliverFrame() - request_id " << request_id << " not found";
    [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/media/cdm/ppapi/
cdm_wrapper.cc 594 void DeliverFrame(int32_t result,
867 &CdmWrapper::DeliverFrame,
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.h 147 virtual void DeliverFrame(PP_Instance instance,
ppb_instance_proxy.cc 648 void PPB_Instance_Proxy::DeliverFrame(PP_Instance instance,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 222 virtual int DeliverFrame(unsigned char* buffer, int buffer_size,
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 415 milliseconds