/external/webrtc/webrtc/modules/video_render/test/testAPI/ |
D | testAPI.cc | 305 const int half_width = (width + 1) / 2; in TestSingleStream() local 379 const int half_width = (width + 1) / 2; in TestBitmapText() local 457 const int half_width = (width + 1) / 2; in TestMultipleStreams() local 540 const int half_width = (width + 1) / 2; in TestExternalRender() local
|
/external/webrtc/webrtc/test/ |
D | fake_texture_frame.h | 44 int half_width = (width_ + 1) / 2; in NativeToI420Buffer() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_viewport.c | 68 GLfloat half_width = (GLfloat)ctx->Viewport.Width * 0.5f; in update_viewport() local
|
/external/webrtc/webrtc/common_video/ |
D | video_frame.cc | 64 const int half_width = (width + 1) / 2; in CreateEmptyFrame() local 235 const int half_width = (width() + 1) / 2; in EqualsFrame() local
|
/external/webrtc/webrtc/tools/frame_analyzer/ |
D | video_quality_analysis.cc | 33 int half_width = (width + 1) >> 1; in GetI420FrameSize() local 187 int half_width = (width + 1) >> 1; in CalculateMetrics() local
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_wide_line.c | 63 const float half_width = 0.5f * stage->draw->rasterizer->line_width; in wideline_line() local
|
D | draw_pipe_aaline.c | 559 const float half_width = aaline->half_line_width; in aaline_line() local
|
/external/webrtc/webrtc/modules/video_coding/codecs/i420/ |
D | i420.cc | 205 int half_width = (_width + 1) / 2; in Decode() local
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_sequence_coder.cc | 152 int half_width = (width + 1) / 2; in SequenceCoder() local
|
D | simulcast_unittest.h | 310 int half_width = (kDefaultWidth + 1) / 2; in SetUpCodec() local 560 int half_width = (settings_.width + 1) / 2; in SwitchingToOneStream() local
|
/external/webrtc/webrtc/test/testsupport/metrics/ |
D | video_metrics.cc | 118 int half_width = (width + 1) / 2; in CalculateMetrics() local
|
/external/mesa3d/src/gallium/tests/graw/ |
D | shader-leak.c | 56 float half_width = (float)width / 2.0f; in set_viewport() local
|
D | tri-gs.c | 57 float half_width = (float)width / 2.0f; in set_viewport() local
|
D | tri-instanced.c | 86 float half_width = (float)width / 2.0f; in set_viewport() local
|
D | graw_util.h | 192 float half_width = width / 2.0f; in graw_util_viewport() local
|
D | quad-sample.c | 66 float half_width = (float)width / 2.0f; in set_viewport() local
|
D | fs-test.c | 180 float half_width = (float)width / 2.0f; in set_viewport() local
|
D | vs-test.c | 124 float half_width = (float)width / 2.0f; in set_viewport() local
|
D | gs-test.c | 213 float half_width = (float)width / 2.0f; in set_viewport() local
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | tri.c | 175 float half_width = (float)WIDTH / 2.0f; in init_prog() local
|
D | quad-tex.c | 234 float half_width = (float)WIDTH / 2.0f; in init_prog() local
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_path.cpp | 252 FX_FLOAT half_width, in _UpdateLineJoinPoints() 343 FX_FLOAT half_width = line_width; in GetBoundingBox() local
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 79 int half_width = (width + 1) >> 1; in CalcBufferSize() local
|
D | scaler_unittest.cc | 314 const int half_width = (width + 1) / 2; in ComputeAvgSequencePSNR() local
|
/external/webrtc/talk/media/base/ |
D | videoframe.cc | 59 const size_t half_width = (width + 1) >> 1; in Write() local
|