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

  /external/webrtc/talk/media/base/
videoadapter.cc 605 VideoFormat new_output = output_format(); local
608 input = new_output;
616 new_output.width = static_cast<int>(input.width * scale + .5f);
617 new_output.height = static_cast<int>(input.height * scale + .5f);
618 int new_pixels = new_output.width * new_output.height;
626 VideoFormat new_output = output_format(); local
629 input = new_output;
676 *new_width = new_output.width = static_cast<int>(input.width * scale + .5f);
677 *new_height = new_output.height = static_cast<int>(input.height * scale
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.h 106 void rc_move_output(struct radeon_compiler * c, unsigned output, unsigned new_output, unsigned writemask);
radeon_compiler.c 167 * output register will instead write to new_output. The new_output
170 void rc_move_output(struct radeon_compiler * c, unsigned output, unsigned new_output, unsigned writemask)
181 inst->U.I.DstReg.Index = new_output;
184 c->Program.OutputsWritten |= 1 << new_output;
  /external/v8/src/ast/
prettyprinter.cc 83 char* new_output = NewArray<char>(new_size); local
84 MemCopy(new_output, output_, pos_);
86 output_ = new_output;
1024 char* new_output = NewArray<char>(new_size); local
1025 MemCopy(new_output, output_, pos_);
1027 output_ = new_output;
    [all...]
  /external/v8/tools/gyp/pylib/gyp/
input.py     [all...]

Completed in 730 milliseconds