HomeSort by relevance Sort by last modified time
    Searched full:out_frame (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.cc 151 // out_frame - actual frame output by adapter. Should be a direct scale of
243 VideoFrame** out_frame) {
244 if (!in_frame || !out_frame) {
276 *out_frame = NULL;
295 *out_frame = output_frame_.get();
301 if (in_frame->GetWidth() != (*out_frame)->GetWidth() ||
302 in_frame->GetHeight() != (*out_frame)->GetHeight()) {
309 if (previous_width_ && (previous_width_ != (*out_frame)->GetWidth() ||
310 previous_height_ != (*out_frame)->GetHeight())) {
324 << " Output: " << (*out_frame)->GetWidth(
    [all...]
videocapturer.cc 481 VideoFrame* out_frame = NULL; local
482 SignalAdaptFrame(this, adapted_frame, &out_frame);
483 if (!out_frame) {
486 adapted_frame = out_frame;
videoadapter.h 65 bool AdaptFrame(const VideoFrame* in_frame, VideoFrame** out_frame);
  /external/chromium_org/chrome/test/chromedriver/chrome/
stub_web_view.h 48 std::string* out_frame) OVERRIDE;
stub_web_view.cc 71 std::string* out_frame) {
web_view.h 99 std::string* out_frame) = 0;
web_view_impl.h 68 std::string* out_frame) OVERRIDE;
web_view_impl.cc 216 std::string* out_frame) {
230 return dom_tracker_->GetFrameIdForNode(node_id, out_frame);
  /external/chromium_org/cc/output/
delegating_renderer.cc 109 // Move the render passes and resources into the |out_frame|.
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 186 int16_t* out_frame,
nsx_core_neon.c 498 int16_t* out_frame,
552 int16_t* ptr_out = &out_frame[0];
558 // out_frame[i] = inst->synthesisBuffer[i]; // Q0
nsx_core.c 632 int16_t* out_frame,
652 out_frame[i] = inst->synthesisBuffer[i]; // Q0
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 2188 const WebSocketFrame* out_frame = (*frames)[0]; local
    [all...]

Completed in 312 milliseconds