Home
last modified time | relevance | path

Searched refs:cstate (Results 1 – 25 of 30) sorted by relevance

12

/external/opencv3/3rdparty/libjasper/
Djpc_cs.c101 static int jpc_poc_putparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *out);
102 static int jpc_poc_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
105 static int jpc_unk_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
106 static int jpc_sot_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
107 static int jpc_siz_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
108 static int jpc_cod_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
109 static int jpc_coc_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
110 static int jpc_qcd_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
111 static int jpc_qcc_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
112 static int jpc_rgn_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
[all …]
Djpc_cs.h695 int (*getparms)(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
698 int (*putparms)(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *out);
713 void jpc_cstate_destroy(jpc_cstate_t *cstate);
731 jpc_ms_t *jpc_getms(jas_stream_t *in, jpc_cstate_t *cstate);
734 int jpc_putms(jas_stream_t *out, jpc_cstate_t *cstate, jpc_ms_t *ms);
Djpc_enc.c314 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) { in jpc_encode()
820 enc->cstate = 0; in jpc_enc_create()
825 if (!(enc->cstate = jpc_cstate_create())) { in jpc_enc_create()
853 if (enc->cstate) { in jpc_enc_destroy()
854 jpc_cstate_destroy(enc->cstate); in jpc_enc_destroy()
921 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) { in jpc_enc_encodemainhdr()
951 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) { in jpc_enc_encodemainhdr()
968 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) { in jpc_enc_encodemainhdr()
981 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) { in jpc_enc_encodemainhdr()
1037 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) { in jpc_enc_encodemainhdr()
[all …]
Djpc_enc.h628 jpc_cstate_t *cstate; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c122 vl_compositor_init_state(&vlsurface->cstate, pipe); in vlVdpOutputSurfaceCreate()
150 vl_compositor_cleanup_state(&vlsurface->cstate); in vlVdpOutputSurfaceDestroy()
283 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsIndexed() local
301 cstate = &vlsurface->cstate; in vlVdpOutputSurfacePutBitsIndexed()
390 vl_compositor_clear_layers(cstate); in vlVdpOutputSurfacePutBitsIndexed()
391 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false); in vlVdpOutputSurfacePutBitsIndexed()
392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed()
393 vl_compositor_render(cstate, compositor, vlsurface->surface, NULL); in vlVdpOutputSurfacePutBitsIndexed()
422 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsYCbCr() local
439 cstate = &vlsurface->cstate; in vlVdpOutputSurfacePutBitsYCbCr()
[all …]
Dpresentation.c69 if (!vl_compositor_init_state(&pq->cstate, dev->context)) { in vlVdpPresentationQueueCreate()
103 vl_compositor_cleanup_state(&pq->cstate); in vlVdpPresentationQueueDestroy()
135 vl_compositor_set_clear_color(&pq->cstate, &color); in vlVdpPresentationQueueSetBackgroundColor()
159 vl_compositor_get_clear_color(&pq->cstate, &color); in vlVdpPresentationQueueGetBackgroundColor()
214 struct vl_compositor_state *cstate; in vlVdpPresentationQueueDisplay() local
226 cstate = &pq->cstate; in vlVdpPresentationQueueDisplay()
253 cstate = pq->device->delayed_rendering.cstate; in vlVdpPresentationQueueDisplay()
254 vl_compositor_set_dst_clip(cstate, &dst_clip); in vlVdpPresentationQueueDisplay()
265 vl_compositor_clear_layers(cstate); in vlVdpPresentationQueueDisplay()
266 … vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL); in vlVdpPresentationQueueDisplay()
[all …]
Ddevice.c264 struct vl_compositor_state *cstate; in vlVdpResolveDelayedRendering() local
269 cstate = dev->delayed_rendering.cstate; in vlVdpResolveDelayedRendering()
270 if (!cstate) in vlVdpResolveDelayedRendering()
282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area); in vlVdpResolveDelayedRendering()
285 dev->delayed_rendering.cstate = NULL; in vlVdpResolveDelayedRendering()
301 …ve4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate) in vlVdpSave4DelayedRendering() argument
308 dev->delayed_rendering.cstate = cstate; in vlVdpSave4DelayedRendering()
Dmixer.c68 vl_compositor_init_state(&vmixer->cstate, dev->context); in vlVdpVideoMixerCreate()
72 vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc); in vlVdpVideoMixerCreate()
157 vl_compositor_cleanup_state(&vmixer->cstate); in vlVdpVideoMixerCreate()
181 vl_compositor_cleanup_state(&vmixer->cstate); in vlVdpVideoMixerDestroy()
261 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view, in vlVdpVideoMixerRender()
265 vl_compositor_clear_layers(&vmixer->cstate); in vlVdpVideoMixerRender()
292 …vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, surf->video_buffer, prect, NULL… in vlVdpVideoMixerRender()
293 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(destination_video_rect, &rec… in vlVdpVideoMixerRender()
304 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view, in vlVdpVideoMixerRender()
306 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &r… in vlVdpVideoMixerRender()
[all …]
Dvdpau_private.h318 struct vl_compositor_state *cstate; member
333 struct vl_compositor_state cstate; member
339 struct vl_compositor_state cstate; member
383 struct vl_compositor_state cstate; member
411 …e4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemSort.java336 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
337 java.util.Vector vnames = cstate.getVariableNames(); in compose()
339 m_caseorder_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
341 m_dataType_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
343 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
345 m_order_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
347 m_selectExpression.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DElemVariable.java337 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
341 java.util.Vector vnames = cstate.getVariableNames(); in compose()
343 m_selectPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
349 m_index = cstate.addVariableName(m_qname) - cstate.getGlobalsSize(); in compose()
356 cstate.resetStackFrameSize(); in compose()
374 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
375 m_frameSize = cstate.getFrameSize(); in endCompose()
376 cstate.resetStackFrameSize(); in endCompose()
DElemTemplate.java348 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
349 java.util.Vector vnames = cstate.getVariableNames(); in compose()
353 cstate.resetStackFrameSize(); in compose()
362 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
364 m_frameSize = cstate.getFrameSize(); in endCompose()
366 cstate.resetStackFrameSize(); in endCompose()
DElemElement.java132 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
133 java.util.Vector vnames = cstate.getVariableNames(); in compose()
135 m_name_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
137 m_namespace_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DElemCopyOf.java88 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
89 m_selectExpression.fixupVariables(cstate.getVariableNames(), cstate.getGlobalsSize()); in compose()
DElemNumber.java505 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
506 java.util.Vector vnames = cstate.getVariableNames(); in compose()
508 m_countMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
510 m_format_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
512 m_fromMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
514 m_groupingSeparator_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
516 m_groupingSize_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
518 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
520 m_lettervalue_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
522 m_valueExpr.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DElemTemplateElement.java199 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
200 cstate.pushStackMark(); in compose()
208 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
209 cstate.popStackMark(); in endCompose()
DElemLiteralResult.java101 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
102 java.util.Vector vnames = cstate.getVariableNames(); in compose()
110 avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
/external/ppp/pppd/include/net/
Dslcompress.h102 struct cstate { struct
103 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument
120 struct cstate *last_cs; /* most recently used tstate */ argument
134 struct cstate tstate[MAX_STATES]; /* xmit connection states */
135 struct cstate rstate[MAX_STATES]; /* receive connection states */
Dvjcompress.h102 struct cstate { struct
103 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
119 struct cstate *last_cs; /* most recently used tstate */ argument
126 struct cstate tstate[MAX_STATES]; /* xmit connection states */
127 struct cstate rstate[MAX_STATES]; /* receive connection states */
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
Dsysfs_power_monitor_unittest.py247 cstate = sysfsmon.GetCpuState()
249 cstate)
282 cstate = sysfsmon.GetCpuState()
284 cstate)
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c351 struct vl_compositor_state *cstate; in XvMCPutSurface() local
382 cstate = &context_priv->cstate; in XvMCPutSurface()
411 vl_compositor_clear_layers(cstate); in XvMCPutSurface()
412 vl_compositor_set_buffer_layer(cstate, compositor, 0, surface_priv->video_buffer, in XvMCPutSurface()
421 …vl_compositor_set_palette_layer(cstate, compositor, 1, subpicture_priv->sampler, subpicture_priv->… in XvMCPutSurface()
424 vl_compositor_set_rgba_layer(cstate, compositor, 1, subpicture_priv->sampler, in XvMCPutSurface()
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect); in XvMCPutSurface()
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect); in XvMCPutSurface()
436 vl_compositor_render(cstate, compositor, surf, dirty_area); in XvMCPutSurface()
Dcontext.c273 if (!vl_compositor_init_state(&context_priv->cstate, pipe)) { in XvMCCreateContext()
294 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc); in XvMCCreateContext()
330 vl_compositor_cleanup_state(&context_priv->cstate); in XvMCDestroyContext()
Dxvmc_private.h60 struct vl_compositor_state cstate; member
Dattributes.c113 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc); in XvMCSetAttribute()
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dandroid_platform_backend_unittest.py86 cstate = {
103 cstate)

12