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

  /external/webrtc/webrtc/common_video/
video_render_frames.h 28 int32_t AddFrame(const VideoFrame& new_frame);
video_render_frames.cc 29 int32_t VideoRenderFrames::AddFrame(const VideoFrame& new_frame) {
incoming_video_stream.cc 90 if (render_buffers_->AddFrame(video_frame) == 1) {
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 183 void AddFrame() {
265 AddFrame();
267 AddFrame();
271 AddFrame();
273 AddFrame();
277 AddFrame();
279 AddFrame();
283 AddFrame();
287 AddFrame();
313 AddFrame();
    [all...]
  /development/perftests/panorama/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/libvpx/libvpx/
webmenc.cc 95 segment->AddFrame(static_cast<uint8_t*>(pkt->data.frame.buf),
  /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/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 863 bool AddFrame(const Frame* frame);
875 bool AddFrame(const uint8* data, uint64 length, uint64 track_number,
    [all...]
mkvmuxer.cpp     [all...]
  /development/perftests/panorama/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)
  /development/perftests/panorama/feature_stab/src/dbregtest/
dbregtest.cpp 202 reg.AddFrame(ref.GetRowPointers(),H,false,false);
  /external/opencv3/3rdparty/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 185 static int AddFrame(WebPDemuxer* const dmux, Frame* const frame) {
335 added_frame = AddFrame(dmux, frame);
424 if (!AddFrame(dmux, frame)) {
679 if (!AddFrame(dmux, frame)) goto Error;
  /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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 727 bool AddFrame(const uint8* frame,
860 // Used to implement AddFrame and AddMetadata.
    [all...]
mkvmuxer.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmobj.h     [all...]

Completed in 7134 milliseconds