HomeSort by relevance Sort by last modified time
    Searched full:vstate (Results 1 - 20 of 20) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_vsync.cpp 39 if(!ctx->vstate.fakevsync &&
75 ctx->vstate.fakevsync = true;
93 ctx->vstate.fakevsync = true;
97 if (LIKELY(!ctx->vstate.fakevsync)) {
121 if(ctx->vstate.enable) {
hwc.cpp 256 if (ctx->vstate.enable == enable)
260 ctx->vstate.enable = !!enable;
hwc_utils.h 317 qhwc::VsyncState vstate; member in struct:hwc_context_t
hwc_utils.cpp 239 ctx->vstate.enable = false;
240 ctx->vstate.fakevsync = false;
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_vsync.cpp 39 if(!ctx->vstate.fakevsync &&
75 ctx->vstate.fakevsync = true;
93 ctx->vstate.fakevsync = true;
97 if (LIKELY(!ctx->vstate.fakevsync)) {
121 if(ctx->vstate.enable) {
hwc.cpp 257 if (ctx->vstate.enable == enable)
261 ctx->vstate.enable = !!enable;
hwc_utils.h 317 qhwc::VsyncState vstate; member in struct:hwc_context_t
hwc_utils.cpp 200 ctx->vstate.enable = false;
201 ctx->vstate.fakevsync = false;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_vsync.cpp 41 if(!ctx->vstate.fakevsync &&
72 ctx->vstate.fakevsync = true;
101 ctx->vstate.fakevsync = true;
113 if (LIKELY(!ctx->vstate.fakevsync)) {
hwc.cpp 304 if (ctx->vstate.enable == enable)
308 ctx->vstate.enable = !!enable;
hwc_utils.h 370 qhwc::VsyncState vstate; member in struct:hwc_context_t
hwc_utils.cpp 174 ctx->vstate.enable = false;
175 ctx->vstate.fakevsync = false;
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_EditVideo.c 173 pC); /**< This function change the pC->Vstate variable! */
185 switch( pC->Vstate )
248 if( ( pC->Vstate == M4VSS3GPP_kEditVideoState_AFTER_CUT)
386 pC->Vstate = M4VSS3GPP_kEditVideoState_READ_WRITE;
468 if( pC->Vstate == M4VSS3GPP_kEditVideoState_BEGIN_CUT )
529 if( M4VSS3GPP_kEditVideoState_DECODE_ENCODE == pC->Vstate )
706 pC->Vstate);
734 const M4VSS3GPP_EditVideoState previousVstate = pC->Vstate;
746 pC->Vstate = M4VSS3GPP_kEditVideoState_TRANSITION;
    [all...]
M4VSS3GPP_Edit.c 235 pC->Vstate = M4VSS3GPP_kEditVideoState_READ_WRITE;
    [all...]
  /external/chromium_org/third_party/libxml/src/
valid.c 297 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr];
331 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr - 1];
333 ctxt->vstate = NULL;
361 #define CONT ctxt->vstate->cont
362 #define NODE ctxt->vstate->node
363 #define DEPTH ctxt->vstate->depth
364 #define OCCURS ctxt->vstate->occurs
365 #define STATE ctxt->vstate->state
367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1)
    [all...]
  /external/libxml2/
valid.c 297 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr];
331 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr - 1];
333 ctxt->vstate = NULL;
361 #define CONT ctxt->vstate->cont
362 #define NODE ctxt->vstate->node
363 #define DEPTH ctxt->vstate->depth
364 #define OCCURS ctxt->vstate->occurs
365 #define STATE ctxt->vstate->state
367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1)
    [all...]
  /external/qemu/target-i386/
hax-all.c 99 struct hax_vcpu_state *vstate; local
101 vstate = env->hax_vcpu;
102 assert(vstate->emulation_state);
103 if (vstate->emulation_state == HAX_EMULATE_STATE_MMIO )
  /external/chromium_org/third_party/libxml/src/include/libxml/
valid.h 98 xmlValidState *vstate; /* current state */ member in struct:_xmlValidCtxt
  /external/libxml2/include/libxml/
valid.h 98 xmlValidState *vstate; /* current state */ member in struct:_xmlValidCtxt
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 526 M4VSS3GPP_EditVideoState Vstate;
    [all...]

Completed in 818 milliseconds