Searched defs:pipeline (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/media/filters/
H A Dpipeline_integration_perftest.cc21 PipelineIntegrationTestBase pipeline; local
23 ASSERT_TRUE(pipeline.Start(GetTestDataFilePath(filename),
28 pipeline.Play();
30 ASSERT_TRUE(pipeline.WaitUntilOnEnded());
33 pipeline.Stop();
36 time_seconds += pipeline.GetAudioTime().InSecondsF();
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c58 * pipeline stages, or whether prims/verts can go through untouched.
60 * about the primitive pipeline stages.
80 * and triggering the pipeline, because we have to trigger the
81 * pipeline *anyway* if unfilled mode is active.
86 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
90 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
94 if (rasterizer->line_smooth && draw->pipeline.aaline)
101 if (rasterizer->point_size > draw->pipeline.wide_point_threshold)
106 && draw->pipeline.wide_point_sprites)
110 if (rasterizer->point_smooth && draw->pipeline
292 struct draw_stage *pipeline = validate_pipeline( stage ); local
299 struct draw_stage *pipeline = validate_pipeline( stage ); local
306 struct draw_stage *pipeline = validate_pipeline( stage ); local
312 struct draw_stage *pipeline = validate_pipeline( stage ); local
[all...]
H A Ddraw_pt_fetch_shade_pipeline.c69 /* Add one to num_outputs because the pipeline occasionally tags on
150 static void pipeline(struct fetch_pipeline_middle_end *fpme, function
236 * the pipeline verts.
279 /* Do we need to run the pipeline?
282 pipeline( fpme,
H A Ddraw_pt_fetch_shade_pipeline_llvm.c78 /* Add one to num_outputs because the pipeline occasionally tags on
187 static void pipeline(struct llvm_middle_end *llvm, function
290 /* Do we need to run the pipeline? Now will come here if clipped
293 pipeline( fpme,
H A Ddraw_private.h101 /** Drawing/primitive pipeline stages */
128 /* Temporary storage while the pipeline is being run:
133 } pipeline; member in struct:draw_context
415 * Primitive processing (pipeline) code:
426 * These flags are used by the pipeline when unfilled and/or line stipple modes
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c58 * pipeline stages, or whether prims/verts can go through untouched.
60 * about the primitive pipeline stages.
80 * and triggering the pipeline, because we have to trigger the
81 * pipeline *anyway* if unfilled mode is active.
86 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
90 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
94 if (rasterizer->line_smooth && draw->pipeline.aaline)
101 if (rasterizer->point_size > draw->pipeline.wide_point_threshold)
106 && draw->pipeline.wide_point_sprites)
110 if (rasterizer->point_smooth && draw->pipeline
292 struct draw_stage *pipeline = validate_pipeline( stage ); local
299 struct draw_stage *pipeline = validate_pipeline( stage ); local
306 struct draw_stage *pipeline = validate_pipeline( stage ); local
312 struct draw_stage *pipeline = validate_pipeline( stage ); local
[all...]
H A Ddraw_pt_fetch_shade_pipeline.c69 /* Add one to num_outputs because the pipeline occasionally tags on
150 static void pipeline(struct fetch_pipeline_middle_end *fpme, function
236 * the pipeline verts.
279 /* Do we need to run the pipeline?
282 pipeline( fpme,
H A Ddraw_pt_fetch_shade_pipeline_llvm.c78 /* Add one to num_outputs because the pipeline occasionally tags on
187 static void pipeline(struct llvm_middle_end *llvm, function
290 /* Do we need to run the pipeline? Now will come here if clipped
293 pipeline( fpme,
H A Ddraw_private.h101 /** Drawing/primitive pipeline stages */
128 /* Temporary storage while the pipeline is being run:
133 } pipeline; member in struct:draw_context
415 * Primitive processing (pipeline) code:
426 * These flags are used by the pipeline when unfilled and/or line stipple modes
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipeline.java59 Pipeline pipeline; field in class:Pipeline.MyTimer
63 protected MyTimer(Pipeline pipeline) { argument
64 this.pipeline = pipeline;
72 pipeline.close();
/external/chromium_org/media/tools/player_x11/
H A Dplayer_x11.cc25 #include "media/base/pipeline.h"
112 media::Pipeline* pipeline,
152 pipeline->Start(demuxer,
162 // Wait until the pipeline is fully initialized.
167 pipeline->SetPlaybackRate(1.0f);
175 media::Pipeline* pipeline,
179 // Quit message_loop only when pipeline is fully stopped.
180 pipeline->Stop(base::MessageLoop::QuitClosure());
203 base::TimeDelta time = pipeline->GetMediaDuration();
204 pipeline
111 InitPipeline( media::Pipeline* pipeline, const scoped_refptr<base::SingleThreadTaskRunner>& task_runner, media::Demuxer* demuxer, const media::VideoRendererImpl::PaintCB& paint_cb, bool ) argument
174 PeriodicalUpdate( media::Pipeline* pipeline, base::MessageLoop* message_loop) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dxvmc_bench.c57 unsigned int pipeline; member in struct:Config
73 config->pipeline = 0;
106 config->pipeline |= PIPELINE_STEP_MC;
108 config->pipeline |= PIPELINE_STEP_CSC;
110 config->pipeline |= PIPELINE_STEP_SWAP;
157 "\t-p <pipeline>\tPipeline to test\n"
169 if (!config->pipeline)
170 config->pipeline = PIPELINE_STEP_MC | PIPELINE_STEP_CSC | PIPELINE_STEP_SWAP;
263 if (config.pipeline & PIPELINE_STEP_MC)
268 if (config.pipeline
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dxvmc_bench.c57 unsigned int pipeline; member in struct:Config
73 config->pipeline = 0;
106 config->pipeline |= PIPELINE_STEP_MC;
108 config->pipeline |= PIPELINE_STEP_CSC;
110 config->pipeline |= PIPELINE_STEP_SWAP;
157 "\t-p <pipeline>\tPipeline to test\n"
169 if (!config->pipeline)
170 config->pipeline = PIPELINE_STEP_MC | PIPELINE_STEP_CSC | PIPELINE_STEP_SWAP;
263 if (config.pipeline & PIPELINE_STEP_MC)
268 if (config.pipeline
[all...]
/external/chromium_org/media/base/
H A Dpipeline_unittest.cc17 #include "media/base/pipeline.h"
46 ACTION_P2(Stop, pipeline, stop_cb) {
47 pipeline->Stop(stop_cb);
50 ACTION_P2(SetError, pipeline, status) {
51 pipeline->SetErrorForTesting(status);
61 // InitializationComplete(), which keeps the pipeline humming along. If
66 // Used for setting expectations on pipeline callbacks. Using a StrictMock
199 // Sets up expectations on the callback and initializes the pipeline. Called
286 // destroy the pipeline immediately after OnStop() to test this.
324 // Test that playback controls methods no-op when the pipeline has
660 TestNoCallsAfterError( Pipeline* pipeline, base::MessageLoop* message_loop, PipelineStatus ) argument
[all...]
/external/mksh/src/
H A Dsyn.c43 static struct op *pipeline(int);
101 pipeline(int cf) function
126 t = pipeline(0);
129 if ((p = pipeline(CONTIN)) == NULL)
464 t = pipeline(0);
472 t = pipeline(0);
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_context.h36 * a pipeline that receives as input a buffer of vertices and does all
44 * is stored. The last stage in the pipeline is the rasterizer.
192 * Contains the current state of a running pipeline.
198 /* Constant over the pipeline.
229 * Describes an individual operation on the pipeline.
235 /* Private data for the pipeline stage:
258 * GL_FALSE - finished pipeline
265 /** Contains the array of all pipeline stages.
511 struct tnl_pipeline pipeline; member in struct:__anon14586
/external/mesa3d/src/mesa/tnl/
H A Dt_context.h36 * a pipeline that receives as input a buffer of vertices and does all
44 * is stored. The last stage in the pipeline is the rasterizer.
192 * Contains the current state of a running pipeline.
198 /* Constant over the pipeline.
229 * Describes an individual operation on the pipeline.
235 /* Private data for the pipeline stage:
258 * GL_FALSE - finished pipeline
265 /** Contains the array of all pipeline stages.
511 struct tnl_pipeline pipeline; member in struct:__anon27997
/external/blktrace/
H A Dblkparse.c290 static int pipeline; variable
2048 if (is_done() && !force && !pipeline)
2732 if (is_pipe(optarg) && !pipeline) {
2733 pipeline = 1;
2794 if (is_pipe(argv[optind]) && !pipeline) {
2795 pipeline = 1;
2802 if (!pipeline && !ndevices) {
2856 if (pipeline)

Completed in 2065 milliseconds