/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
RenderingRequestCaller.java | 17 package com.android.gallery3d.filtershow.pipeline;
|
PipelineInterface.java | 17 package com.android.gallery3d.filtershow.pipeline;
|
SharedPreset.java | 17 package com.android.gallery3d.filtershow.pipeline;
|
Buffer.java | 17 package com.android.gallery3d.filtershow.pipeline;
|
FullresRenderingRequestTask.java | 1 package com.android.gallery3d.filtershow.pipeline;
|
HighresRenderingRequestTask.java | 17 package com.android.gallery3d.filtershow.pipeline;
|
RenderingRequestTask.java | 17 package com.android.gallery3d.filtershow.pipeline;
|
SharedBuffer.java | 17 package com.android.gallery3d.filtershow.pipeline;
|
UpdatePreviewTask.java | 17 package com.android.gallery3d.filtershow.pipeline;
|
ImageSavingTask.java | 17 package com.android.gallery3d.filtershow.pipeline; 157 CachingPipeline pipeline = new CachingPipeline(FiltersManager.getManager(), "Thumb"); local 158 return pipeline.renderFinalImage(bitmap, preset);
|
ProcessingTask.java | 17 package com.android.gallery3d.filtershow.pipeline;
|
ProcessingTaskController.java | 17 package com.android.gallery3d.filtershow.pipeline;
|
RenderingRequest.java | 17 package com.android.gallery3d.filtershow.pipeline; 69 CachingPipeline pipeline = new CachingPipeline( local 71 bitmap = pipeline.renderGeometryIcon(source, preset);
|
/external/chromium_org/media/filters/ |
pipeline_integration_perftest.cc | 21 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/net/http/ |
http_pipelined_host_forced_unittest.cc | 35 MockPipeline* pipeline = new MockPipeline(0, true, true); local 42 .WillOnce(Return(pipeline)); 43 EXPECT_CALL(*pipeline, CreateNewStream()) 49 return pipeline; 70 MockPipeline* pipeline = AddTestPipeline(); local 77 host_->OnPipelineHasCapacity(pipeline); 83 MockPipeline* pipeline = AddTestPipeline(); local 84 EXPECT_CALL(*pipeline, CreateNewStream()) 89 pipeline->SetState(1, true, true); 94 host_->OnPipelineHasCapacity(pipeline); [all...] |
http_pipelined_host_impl.cc | 46 HttpPipelinedConnection* pipeline = factory_->CreateNewPipeline( local 50 pipelines_.insert(std::make_pair(pipeline, info)); 51 return pipeline->CreateNewStream(); 84 void HttpPipelinedHostImpl::OnPipelineEmpty(HttpPipelinedConnection* pipeline) { 85 CHECK(ContainsKey(pipelines_, pipeline)); 86 pipelines_.erase(pipeline); 87 delete pipeline; 95 HttpPipelinedConnection* pipeline) { 96 CHECK(ContainsKey(pipelines_, pipeline)); 97 if (CanPipelineAcceptRequests(pipeline)) { [all...] |
http_pipelined_host_impl_unittest.cc | 46 MockPipeline* pipeline = new MockPipeline(depth, usable, active); local 53 .WillOnce(Return(pipeline)); 54 EXPECT_CALL(*pipeline, CreateNewStream()) 60 return pipeline; 63 void ClearTestPipeline(MockPipeline* pipeline) { 64 pipeline->SetState(0, true, true); 65 host_->OnPipelineHasCapacity(pipeline); 83 MockPipeline* pipeline = AddTestPipeline(0, false, true); local 89 host_->OnPipelineHasCapacity(pipeline); 93 MockPipeline* pipeline = AddTestPipeline(1, true, true) local 110 MockPipeline* pipeline = AddTestPipeline(1, false, true); local 119 MockPipeline* pipeline = AddTestPipeline(1, true, false); local 128 MockPipeline* pipeline = AddTestPipeline( local 157 MockPipeline* pipeline = AddTestPipeline(1, true, true); local 197 MockPipeline* pipeline = AddTestPipeline(1, true, true); local 216 MockPipeline* pipeline = AddTestPipeline(1, true, true); local 235 MockPipeline* pipeline = AddTestPipeline(1, true, true); local 252 MockPipeline* pipeline = AddTestPipeline(1, true, true); local 272 MockPipeline* pipeline = AddTestPipeline(1, true, true); local 295 MockPipeline* pipeline = AddTestPipeline(2, true, true); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_validate.c | 58 * 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.aapoint 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...] |
draw_pt_fetch_shade_pipeline.c | 69 /* 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,
|
draw_pt_fetch_shade_pipeline_llvm.c | 78 /* 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,
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_validate.c | 58 * 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.aapoint 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...] |
draw_pt_fetch_shade_pipeline.c | 69 /* 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,
|
draw_pt_fetch_shade_pipeline_llvm.c | 78 /* 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,
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
Pipeline.java | 43 public class Pipeline extends InputStream { 59 Pipeline pipeline; field in class:Pipeline.MyTimer 63 protected MyTimer(Pipeline pipeline) { 64 this.pipeline = pipeline; 72 pipeline.close(); 122 public Pipeline(InputStream pipe, int readTimeout, Timer timer) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterRS.java | 25 import com.android.gallery3d.filtershow.pipeline.PipelineInterface; 55 PipelineInterface pipeline = getEnvironment().getPipeline(); local 56 return pipeline.getRSContext(); 60 PipelineInterface pipeline = getEnvironment().getPipeline(); local 61 return pipeline.getInPixelsAllocation(); 65 PipelineInterface pipeline = getEnvironment().getPipeline(); local 66 return pipeline.getOutPixelsAllocation(); 84 PipelineInterface pipeline = getEnvironment().getPipeline(); local 85 createFilter(pipeline.getResources(), getEnvironment().getScaleFactor(), 116 PipelineInterface pipeline = getEnvironment().getPipeline() local [all...] |