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

  /external/chromium_org/net/quic/
quic_packet_generator.cc 83 bool success = AddFrame(frame);
176 should_send_ack_ = !AddFrame(QuicFrame(pending_ack_frame_.get()));
185 should_send_feedback_ = !AddFrame(QuicFrame(pending_feedback_frame_.get()));
192 if (!AddFrame(queued_control_frames_.back())) {
200 bool QuicPacketGenerator::AddFrame(const QuicFrame& frame) {
quic_packet_generator.h 121 bool AddFrame(const QuicFrame& frame);
quic_packet_creator.h 159 bool AddFrame(const QuicFrame& frame, bool save_retransmittable_frames);
quic_packet_creator.cc 155 bool success = AddFrame(frames[i], false);
177 return AddFrame(frame, true);
274 bool QuicPacketCreator::AddFrame(const QuicFrame& frame,
  /external/chromium_org/tools/memory_watcher/
call_stack.h 68 void AddFrame(DWORD_PTR programcounter);
call_stack.cc 201 void CallStack::AddFrame(DWORD_PTR pc) {
276 AddFrame((DWORD_PTR)frame.AddrPC.Offset);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp 101 return addFrame(imageGray);
104 int Align::addFrame(ImageType imageGray_)
113 reg.AddFrame(m_rows, Hcurr, true); // Force this to be a reference frame
123 reg.AddFrame(m_rows, Hcurr, false);
211 // For these frames, we don't set Hcurr to identity in AddFrame() and the
214 // append their Hcurr to Hprev in AddFrame() and then set Hcurr to identity.
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
AlignFeatures.cpp 101 return addFrame(imageGray);
104 int Align::addFrame(ImageType imageGray_)
113 reg.AddFrame(m_rows, Hcurr, true); // Force this to be a reference frame
123 reg.AddFrame(m_rows, Hcurr, false);
211 // For these frames, we don't set Hcurr to identity in AddFrame() and the
214 // append their Hcurr to Hprev in AddFrame() and then set Hcurr to identity.
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp 101 return addFrame(imageGray);
104 int Align::addFrame(ImageType imageGray_)
113 reg.AddFrame(m_rows, Hcurr, true); // Force this to be a reference frame
123 reg.AddFrame(m_rows, Hcurr, false);
211 // For these frames, we don't set Hcurr to identity in AddFrame() and the
214 // append their Hcurr to Hprev in AddFrame() and then set Hcurr to identity.
  /external/chromium_org/net/websockets/
websocket_channel.cc 56 void AddFrame(scoped_ptr<WebSocketFrameChunk> chunk);
71 void WebSocketChannel::SendBuffer::AddFrame(
608 data_to_send_next_->AddFrame(chunk.Pass());
611 data_being_sent_->AddFrame(chunk.Pass());
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 166 int AddFrame(int mID, int k, float* trs1d)
171 int ret_code = mosaic[mID]->addFrame(tImage[mID][k]);
381 ret_code = AddFrame(LR, frame_number_LR, gTRS);
445 ret_code = AddFrame(LR, frame_number_LR, gTRS);
535 AddFrame(HR, k, NULL);
  /packages/apps/Camera2/jni/
feature_mos_jni.cpp 166 int AddFrame(int mID, int k, float* trs1d)
171 int ret_code = mosaic[mID]->addFrame(tImage[mID][k]);
381 ret_code = AddFrame(LR, frame_number_LR, gTRS);
445 ret_code = AddFrame(LR, frame_number_LR, gTRS);
535 AddFrame(HR, k, NULL);
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 166 int AddFrame(int mID, int k, float* trs1d)
171 int ret_code = mosaic[mID]->addFrame(tImage[mID][k]);
381 ret_code = AddFrame(LR, frame_number_LR, gTRS);
445 ret_code = AddFrame(LR, frame_number_LR, gTRS);
535 AddFrame(HR, k, NULL);
  /external/chromium_org/third_party/libwebp/demux/
demux.c 188 static int AddFrame(WebPDemuxer* const dmux, Frame* const frame) {
331 added_frame = AddFrame(dmux, frame);
366 added_fragment = AddFrame(dmux, frame);
456 AddFrame(dmux, frame);
  /external/webp/src/demux/
demux.c 190 static int AddFrame(WebPDemuxer* const dmux, Frame* const frame) {
332 added_frame = AddFrame(dmux, frame);
367 added_fragment = AddFrame(dmux, frame);
456 AddFrame(dmux, frame);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 60 registration algorithm. db_FrameToReferenceRegistration::AddFrame(...) is the method by which each new video frame
104 reg.AddFrame(image_storage,frame_to_ref_homography);
110 // class to store the image as its reference. Otherwise, AddFrame
189 int AddFrame(const unsigned char * const * im, double H[9], bool force_reference=false, bool prewarp=false);
dbreg.cpp 344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp)
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 202 reg.AddFrame(ref.GetRowPointers(),H,false,false);
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.h 60 registration algorithm. db_FrameToReferenceRegistration::AddFrame(...) is the method by which each new video frame
104 reg.AddFrame(image_storage,frame_to_ref_homography);
110 // class to store the image as its reference. Otherwise, AddFrame
189 int AddFrame(const unsigned char * const * im, double H[9], bool force_reference=false, bool prewarp=false);
dbreg.cpp 344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp)
  /packages/apps/Camera2/jni/feature_stab/src/dbregtest/
dbregtest.cpp 202 reg.AddFrame(ref.GetRowPointers(),H,false,false);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 60 registration algorithm. db_FrameToReferenceRegistration::AddFrame(...) is the method by which each new video frame
104 reg.AddFrame(image_storage,frame_to_ref_homography);
110 // class to store the image as its reference. Otherwise, AddFrame
189 int AddFrame(const unsigned char * const * im, double H[9], bool force_reference=false, bool prewarp=false);
dbreg.cpp 344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp)
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 202 reg.AddFrame(ref.GetRowPointers(),H,false,false);

Completed in 572 milliseconds