HomeSort by relevance Sort by last modified time
    Searched refs:vret (Results 1 - 8 of 8) sorted by null

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 172 VAStatus vret = VA_STATUS_SUCCESS; local
284 vret = vaQueryConfigProfiles(vadisplay, profiles,
286 if (!(vret == VA_STATUS_SUCCESS))
381 vret = vaQueryConfigEntrypoints(vadisplay, profiles[vaprof],
383 if (!(vret == VA_STATUS_SUCCESS))
407 vret = vaGetConfigAttributes(vadisplay, profiles[vaprof],
415 vret != VA_STATUS_SUCCESS)
423 vret = vaCreateConfig(vadisplay, profiles[vaprof],
426 if (!(vret == VA_STATUS_SUCCESS))
473 vret = vaCreateSurfaces(vadisplay, (data->pic_data[0].pic_parms->picture_width_in_mbs_minus1 + 1) * 16,
1025 VAStatus vret = VA_STATUS_SUCCESS; local
    [all...]
mixvideoformat_vc1.c 262 VAStatus vret = VA_STATUS_SUCCESS; local
383 vret = vaQueryConfigProfiles(vadisplay, profiles,
385 if (!(vret == VA_STATUS_SUCCESS))
434 vret = vaQueryConfigEntrypoints(vadisplay, profiles[vaprof],
436 if (!(vret == VA_STATUS_SUCCESS))
460 vret = vaGetConfigAttributes(vadisplay, profiles[vaprof],
468 vret != VA_STATUS_SUCCESS)
476 vret = vaCreateConfig(vadisplay, profiles[vaprof],
479 if (!(vret == VA_STATUS_SUCCESS))
527 vret = vaCreateSurfaces(vadisplay, parent->picture_width
924 VAStatus vret = VA_STATUS_SUCCESS; local
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/include/
cext.h 171 int vret = visit((op), arg); \
172 if (vret) return vret; \
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/include/
cext.h 171 int vret = visit((op), arg); \
172 if (vret) return vret; \
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 186 int vret = visit((op), arg); \
187 if (vret) \
188 return vret; \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 333 int vret = visit((PyObject *)(op), arg); \
334 if (vret) \
335 return vret; \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 333 int vret = visit((PyObject *)(op), arg); \
334 if (vret) \
335 return vret; \
  /external/libvncserver/x11vnc/
userinput.c 8782 int vret = 0; local
    [all...]

Completed in 175 milliseconds