/external/opencv3/3rdparty/libjasper/ |
jpc_cs.c | 101 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) 217 jpc_cstate_t *cstate; local [all...] |
jpc_cs.h | 695 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);
|
jpc_enc.c | 314 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) { 820 enc->cstate = 0; 825 if (!(enc->cstate = jpc_cstate_create())) { 853 if (enc->cstate) { 854 jpc_cstate_destroy(enc->cstate); 921 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) { 951 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) { 968 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) { 981 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) { 1037 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) [all...] |
jpc_t2dec.c | 209 if (!(ms = jpc_getms(in, dec->cstate))) { 350 if (!(ms = jpc_getms(pkthdrstream, dec->cstate))) {
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
output.c | 122 vl_compositor_init_state(&vlsurface->cstate, pipe); 150 vl_compositor_cleanup_state(&vlsurface->cstate); 283 struct vl_compositor_state *cstate; local 301 cstate = &vlsurface->cstate; 390 vl_compositor_clear_layers(cstate); 391 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false); 392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); 393 vl_compositor_render(cstate, compositor, vlsurface->surface, NULL); 422 struct vl_compositor_state *cstate; local 636 struct vl_compositor_state *cstate; local 695 struct vl_compositor_state *cstate; local [all...] |
presentation.c | 69 if (!vl_compositor_init_state(&pq->cstate, dev->context)) { 103 vl_compositor_cleanup_state(&pq->cstate); 135 vl_compositor_set_clear_color(&pq->cstate, &color); 159 vl_compositor_get_clear_color(&pq->cstate, &color); 214 struct vl_compositor_state *cstate; local 226 cstate = &pq->cstate; 253 cstate = pq->device->delayed_rendering.cstate; 254 vl_compositor_set_dst_clip(cstate, &dst_clip) [all...] |
device.c | 264 struct vl_compositor_state *cstate; local 269 cstate = dev->delayed_rendering.cstate; 270 if (!cstate) 282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area); 285 dev->delayed_rendering.cstate = NULL; 301 vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate) 308 dev->delayed_rendering.cstate = cstate;
|
mixer.c | 68 vl_compositor_init_state(&vmixer->cstate, dev->context); 72 vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc); 157 vl_compositor_cleanup_state(&vmixer->cstate); 181 vl_compositor_cleanup_state(&vmixer->cstate); 261 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view, 265 vl_compositor_clear_layers(&vmixer->cstate); 292 vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, surf->video_buffer, prect, NULL, deinterlace); 293 vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(destination_video_rect, &rect)); 304 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view, 306 vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &rect)) [all...] |
vdpau_private.h | 318 struct vl_compositor_state *cstate; member in struct:__anon19449::__anon19450 333 struct vl_compositor_state cstate; member in struct:__anon19452 339 struct vl_compositor_state cstate; member in struct:__anon19453 383 struct vl_compositor_state cstate; member in struct:__anon19458 411 void vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate);
|
/system/core/libcutils/ |
config_utils.c | 120 } cstate; typedef in typeref:struct:__anon74322 122 static int _lex(cstate *cs, int value) 232 static int lex(cstate *cs, int value) 243 static int parse_expr(cstate *cs, cnode *node); 245 static int parse_block(cstate *cs, cnode *node) 262 static int parse_expr(cstate *cs, cnode *root) 295 cstate cs;
|
/external/ppp/pppd/include/net/ |
slcompress.h | 102 struct cstate { struct 103 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ 120 struct cstate *last_cs; /* most recently used tstate */ 134 struct cstate tstate[MAX_STATES]; /* xmit connection states */ 135 struct cstate rstate[MAX_STATES]; /* receive connection states */
|
vjcompress.h | 102 struct cstate { struct 103 struct cstate *cs_next; /* next most recently used state (xmit only) */ 119 struct cstate *last_cs; /* most recently used tstate */ 126 struct cstate tstate[MAX_STATES]; /* xmit connection states */ 127 struct cstate rstate[MAX_STATES]; /* receive connection states */
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
surface.c | 351 struct vl_compositor_state *cstate; local 382 cstate = &context_priv->cstate; 411 vl_compositor_clear_layers(cstate); 412 vl_compositor_set_buffer_layer(cstate, compositor, 0, surface_priv->video_buffer, 421 vl_compositor_set_palette_layer(cstate, compositor, 1, subpicture_priv->sampler, subpicture_priv->palette, 424 vl_compositor_set_rgba_layer(cstate, compositor, 1, subpicture_priv->sampler, 434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect); 435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect); 436 vl_compositor_render(cstate, compositor, surf, dirty_area) [all...] |
context.c | 273 if (!vl_compositor_init_state(&context_priv->cstate, pipe)) { 294 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc); 330 vl_compositor_cleanup_state(&context_priv->cstate);
|
xvmc_private.h | 60 struct vl_compositor_state cstate; member in struct:__anon19489
|
attributes.c | 113 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemVariable.java | 337 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 341 java.util.Vector vnames = cstate.getVariableNames(); 343 m_selectPattern.fixupVariables(vnames, cstate.getGlobalsSize()); 349 m_index = cstate.addVariableName(m_qname) - cstate.getGlobalsSize(); 356 cstate.resetStackFrameSize(); 374 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 375 m_frameSize = cstate.getFrameSize(); 376 cstate.resetStackFrameSize();
|
ElemTemplate.java | 348 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 349 java.util.Vector vnames = cstate.getVariableNames(); 353 cstate.resetStackFrameSize(); 362 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 364 m_frameSize = cstate.getFrameSize(); 366 cstate.resetStackFrameSize();
|
ElemCopyOf.java | 88 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 89 m_selectExpression.fixupVariables(cstate.getVariableNames(), cstate.getGlobalsSize());
|
ElemSort.java | 336 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 337 java.util.Vector vnames = cstate.getVariableNames(); 339 m_caseorder_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 341 m_dataType_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 343 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 345 m_order_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 347 m_selectExpression.fixupVariables(vnames, cstate.getGlobalsSize());
|
ElemElement.java | 132 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 133 java.util.Vector vnames = cstate.getVariableNames(); 135 m_name_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 137 m_namespace_avt.fixupVariables(vnames, cstate.getGlobalsSize());
|
ElemNumber.java | 505 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 506 java.util.Vector vnames = cstate.getVariableNames(); 508 m_countMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize()); 510 m_format_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 512 m_fromMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize()); 514 m_groupingSeparator_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 516 m_groupingSize_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 518 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 520 m_lettervalue_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 522 m_valueExpr.fixupVariables(vnames, cstate.getGlobalsSize()) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/ |
sysfs_power_monitor_unittest.py | 247 cstate = sysfsmon.GetCpuState() 249 cstate) 282 cstate = sysfsmon.GetCpuState() 284 cstate)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
android_platform_backend_unittest.py | 87 cstate = { 104 cstate)
|
/system/connectivity/shill/cellular/ |
cellular_capability_classic.cc | 58 ModemClassicState cstate = static_cast<ModemClassicState>(classic_state); local 59 switch (cstate) {
|