Home
last modified time | relevance | path

Searched refs:new_output (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/media/base/
Dvideoadapter.cc605 VideoFormat new_output = output_format(); in IsMinimumFormat() local
608 input = new_output; in IsMinimumFormat()
616 new_output.width = static_cast<int>(input.width * scale + .5f); in IsMinimumFormat()
617 new_output.height = static_cast<int>(input.height * scale + .5f); in IsMinimumFormat()
618 int new_pixels = new_output.width * new_output.height; in IsMinimumFormat()
626 VideoFormat new_output = output_format(); in AdaptToMinimumFormat() local
629 input = new_output; in AdaptToMinimumFormat()
676 *new_width = new_output.width = static_cast<int>(input.width * scale + .5f); in AdaptToMinimumFormat()
677 *new_height = new_output.height = static_cast<int>(input.height * scale + in AdaptToMinimumFormat()
681 new_output.interval = view_desired_interval_; in AdaptToMinimumFormat()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h106 void rc_move_output(struct radeon_compiler * c, unsigned output, unsigned new_output, unsigned writ…
Dradeon_compiler.c170 void rc_move_output(struct radeon_compiler * c, unsigned output, unsigned new_output, unsigned writ… in rc_move_output() argument
181 inst->U.I.DstReg.Index = new_output; in rc_move_output()
184 c->Program.OutputsWritten |= 1 << new_output; in rc_move_output()
/external/v8/src/ast/
Dprettyprinter.cc82 char* new_output = NewArray<char>(new_size); in Print() local
83 MemCopy(new_output, output_, pos_); in Print()
85 output_ = new_output; in Print()
997 char* new_output = NewArray<char>(new_size); in Print() local
998 MemCopy(new_output, output_, pos_); in Print()
1000 output_ = new_output; in Print()