HomeSort by relevance Sort by last modified time
    Searched full:frame_id (Results 101 - 125 of 240) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/chrome/test/chromedriver/chrome/
stub_web_view.cc 101 Status StubWebView::WaitForPendingNavigations(const std::string& frame_id,
107 Status StubWebView::IsPendingNavigation(const std::string& frame_id,
stub_web_view.h 58 virtual Status WaitForPendingNavigations(const std::string& frame_id,
62 const std::string& frame_id, bool* is_pending) OVERRIDE;
web_view_impl.h 85 virtual Status WaitForPendingNavigations(const std::string& frame_id,
89 const std::string& frame_id, bool* is_pending) OVERRIDE;
108 Status IsNotPendingNavigation(const std::string& frame_id,
  /external/chromium_org/content/common/gpu/media/
gpu_video_encode_accelerator.h 70 void OnEncode(int32 frame_id,
81 void EncodeFrameFinished(int32 frame_id, scoped_ptr<base::SharedMemory> shm);
  /external/chromium_org/media/cast/
cast_receiver.h 42 // should examine the |frame_id| field to determine whether any frames have been
43 // dropped (i.e., frame_id should be incrementing by one each time). Note: A
  /external/chromium_org/media/cast/net/rtp/
rtp_packetizer.cc 80 packet->data.push_back(static_cast<uint8>(frame.frame_id));
115 packet_storage_->StoreFrame(frame.frame_id, packets);
  /external/chromium_org/media/cast/receiver/
cast_receiver_impl.h 70 uint32 frame_id,
84 uint32 frame_id,
audio_decoder.h 43 // In the normal case, |encoded_frame->frame_id| will be
video_decoder.h 42 // In the normal case, |encoded_frame->frame_id| will be
audio_decoder.cc 46 COMPILE_ASSERT(sizeof(encoded_frame->frame_id) == sizeof(last_frame_id_),
50 const uint32 frames_ahead = encoded_frame->frame_id - last_frame_id_;
58 last_frame_id_ = encoded_frame->frame_id;
video_decoder.cc 47 COMPILE_ASSERT(sizeof(encoded_frame->frame_id) == sizeof(last_frame_id_),
51 const uint32 frames_ahead = encoded_frame->frame_id - last_frame_id_;
59 last_frame_id_ = encoded_frame->frame_id;
  /external/chromium_org/media/cast/sender/
congestion_control_unittest.cc 32 void AckFrame(uint32 frame_id) {
33 congestion_control_->AckFrame(frame_id, testing_clock_.NowTicks());
frame_sender.h 60 virtual void OnAck(uint32 frame_id) = 0;
101 void RecordLatestFrameTimestamps(uint32 frame_id,
104 base::TimeTicks GetRecordedReferenceTime(uint32 frame_id) const;
105 RtpTimestamp GetRecordedRtpTimestamp(uint32 frame_id) const;
video_encoder_impl.h 53 virtual void LatestFrameIdToReference(uint32 frame_id) OVERRIDE;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-171715.js 36 function check_v(expected, exec_state, frame_id) {
37 assertEquals(expected, exec_state.frame(frame_id).evaluate('v').value());
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_pproc.h 99 int32_t frame_id; member in struct:msm_cpp_frame_info_t
155 int32_t frame_id; member in struct:msm_vpe_frame_info_t
  /external/chromium_org/android_webview/browser/
hardware_renderer.h 42 virtual void WillBeginMainFrame(int frame_id) OVERRIDE {}
  /external/chromium_org/cc/trees/
layer_tree_host_client.h 24 virtual void WillBeginMainFrame(int frame_id) = 0;
  /external/chromium_org/chrome/renderer/media/
cast_ipc_dispatcher_unittest.cc 46 frame_event.frame_id = 5;
  /external/chromium_org/content/browser/renderer_host/
software_frame_manager.h 29 uint32 output_surface_id, unsigned frame_id) = 0;
software_frame_manager_unittest.cc 29 unsigned frame_id) OVERRIDE {
30 freed_frames_.push_back(std::make_pair(output_surface_id, frame_id));
36 bool SwapToNewFrame(uint32 output_surface, unsigned frame_id) {
38 frame.id = frame_id;
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.h 60 int frame_id) = 0;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TypesLengths.java 66 public static final byte FRAME_ID = 16;
182 case FRAME_ID: {
277 case FRAME_ID: {
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 142 int32_t frame_id; member in struct:msm_cpp_frame_info_t
200 int32_t frame_id; member in struct:msm_vpe_frame_info_t
304 int32_t frame_id; member in struct:msm_cpp_frame_info32_t
  /external/chromium_org/media/cast/net/
cast_transport_sender_impl.cc 205 if (encryptor->Encrypt(frame.frame_id, frame.data, &encrypted_frame.data)) {
209 << frame.frame_id;
258 uint32 frame_id) {
262 frame_id,
267 frame_id,

Completed in 475 milliseconds

1 2 3 45 6 7 8 910