Searched defs:current_frame (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capture_frame_queue.h29 // The caller is expected to (re)allocate frames if current_frame() returns
54 SharedDesktopFrame* current_frame() const { function in class:webrtc::ScreenCaptureFrameQueue
/external/chromium_org/content/renderer/
H A Dsavable_resources.cc105 void GetAllSavableResourceLinksForFrame(WebFrame* current_frame, argument
110 GURL current_frame_url = current_frame->document().url();
132 WebDocument current_doc = current_frame->document();
H A Dhistory_entry.cc73 RenderFrameImpl* current_frame) {
74 bool is_target_frame = target_frame == current_frame;
77 new_entry, item_for_create, current_frame->GetRoutingID());
85 for (WebFrame* child = current_frame->GetWebFrame()->firstChild(); child;
68 CloneAndReplace( HistoryEntry* new_entry, const WebHistoryItem& new_item, bool clone_children_of_target, RenderFrameImpl* target_frame, RenderFrameImpl* current_frame) argument
H A Ddom_serializer_browsertest.cc72 WebFrame* current_frame = stack.back(); local
74 if (GURL(current_frame->document().url()) == url)
75 return current_frame;
76 WebElementCollection all = current_frame->document().all();
/external/flac/libFLAC/
H A Dogg_encoder_aspect.c111 FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data) argument
197 if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
199 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
205 if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
207 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
212 else if(is_metadata && current_frame == 0 && samples == 0 && bytes == 4 && 0 == memcmp(buffer, FLAC__STREAM_SYNC_STRING, sizeof(FLAC__STREAM_SYNC_STRING))) {
H A Dstream_encoder.c322 static FLAC__StreamEncoderWriteStatus file_write_callback_(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
2513 * when the encoder goes back to write metadata, 'current_frame'
4309 FLAC__StreamEncoderWriteStatus file_write_callback_(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data) argument
4311 (void)client_data, (void)current_frame;
/external/chromium_org/media/filters/
H A Daudio_file_reader.cc142 int current_frame = 0; local
145 while (current_frame < audio_bus->frames() && continue_decoding &&
203 if (current_frame + frames_read > audio_bus->frames()) {
205 frames_read = audio_bus->frames() - current_frame;
215 float* bus_data = audio_bus->channel(ch) + current_frame;
223 memcpy(audio_bus->channel(ch) + current_frame,
228 av_frame->data[0], current_frame, frames_read, bytes_per_sample);
231 current_frame += frames_read;
237 if (continue_decoding && end_padding_ <= current_frame) {
239 current_frame
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_gdi.cc96 const DesktopFrame* current_frame = queue_.current_frame(); local
98 if (last_frame && last_frame->size().equals(current_frame->size())) {
102 (differ_->width() != current_frame->size().width()) ||
103 (differ_->height() != current_frame->size().height()) ||
104 (differ_->bytes_per_row() != current_frame->stride())) {
105 differ_.reset(new Differ(current_frame->size().width(),
106 current_frame->size().height(),
108 current_frame->stride()));
113 differ_->CalcDirtyRegion(last_frame->data(), current_frame
[all...]
H A Dscreen_capturer_win_magnifier.cc131 const DesktopFrame* current_frame = queue_.current_frame(); local
133 if (last_frame && last_frame->size().equals(current_frame->size())) {
136 if (!differ_.get() || (differ_->width() != current_frame->size().width()) ||
137 (differ_->height() != current_frame->size().height()) ||
138 (differ_->bytes_per_row() != current_frame->stride())) {
139 differ_.reset(new Differ(current_frame->size().width(),
140 current_frame->size().height(),
142 current_frame->stride()));
148 last_frame->data(), current_frame
394 DesktopFrame* current_frame = queue_.current_frame(); local
[all...]
/external/chromium_org/ui/views/controls/
H A Dthrobber.cc80 const int current_frame = local
84 int image_offset = current_frame * image_size;
/external/chromium_org/content/browser/speech/
H A Daudio_encoder.cc37 unsigned current_frame,
51 unsigned current_frame,
46 WriteCallback( const FLAC__StreamEncoder* encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void* client_data) argument
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_detector.cc115 void OveruseDetector::TimeDeltas(const FrameSample& current_frame, argument
125 if (current_frame.timestamp_ms == -1) {
126 uint32_t timestamp_diff = current_frame.timestamp - prev_frame.timestamp;
129 *ts_delta = current_frame.timestamp_ms - prev_frame.timestamp_ms;
131 *t_delta = current_frame.complete_time_ms - prev_frame.complete_time_ms;
/external/chromium_org/v8/src/arm64/
H A Ddeoptimizer-arm64.cc234 Register current_frame = x2; local
235 __ Ldr(current_frame, MemOperand(x0, 0));
236 __ Ldr(x3, MemOperand(current_frame, FrameDescription::frame_size_offset()));
241 __ Add(x6, current_frame, x3);
264 __ Ldr(x6, MemOperand(current_frame, FrameDescription::state_offset()));
282 __ Mov(last_output_frame, current_frame);
/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_autofill_agent.cc691 const blink::WebFrame* current_frame) {
697 // The check that the returned frame is related to |current_frame| is mainly
703 if (current_frame == form_frame ||
704 current_frame->findChildByName(form_frame->assignedName())) {
690 CurrentOrChildFrameWithSavedForms( const blink::WebFrame* current_frame) argument
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1594 StackFrame *current_frame = thread.GetStackFrameAtIndex(0).get(); local
1595 const SymbolContext &current_context = current_frame->GetSymbolContext(eSymbolContextSymbol);
/external/srec/srec/crec/
H A Dsrec.c654 static void reset_cost_offsets(multi_srec* rec, frameID current_frame, argument
657 rec->cost_offset_for_frame[current_frame] = current_best_cost;
658 if (current_frame == 0)
659 rec->accumulated_cost_offset[current_frame] = current_best_cost;
661 rec->accumulated_cost_offset[current_frame] = rec->accumulated_cost_offset[current_frame-1] + current_best_cost;
/external/opencv/cvaux/include/
H A Dcvaux.h1186 CV_INLINE int cvUpdateBGStatModel( IplImage* current_frame, CvBGStatModel* bg_model ) argument
1188 return bg_model && bg_model->update ? bg_model->update( current_frame, bg_model ) : 0;

Completed in 1461 milliseconds