HomeSort by relevance Sort by last modified time
    Searched refs:entrypoint (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_decoder.h 46 enum pipe_video_entrypoint entrypoint,
vl_decoder.c 50 enum pipe_video_entrypoint entrypoint,
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
vl_mpeg12_decoder.h 109 enum pipe_video_entrypoint entrypoint,
vl_mpeg12_decoder.c 119 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
420 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) {
473 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
480 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM)
527 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) {
566 if (dec->base.entrypoint >= PIPE_VIDEO_ENTRYPOINT_IDCT) {
732 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
749 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
861 num_channels = dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT ? 4 : 1;
991 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_decoder.h 46 enum pipe_video_entrypoint entrypoint,
vl_decoder.c 50 enum pipe_video_entrypoint entrypoint,
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
vl_mpeg12_decoder.h 109 enum pipe_video_entrypoint entrypoint,
vl_mpeg12_decoder.c 119 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
420 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) {
473 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
480 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM)
527 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) {
566 if (dec->base.entrypoint >= PIPE_VIDEO_ENTRYPOINT_IDCT) {
732 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
749 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
861 num_channels = dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT ? 4 : 1;
991 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_config.c 85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
115 VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs)
  /external/mesa3d/src/gallium/state_trackers/va/
va_config.c 85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
115 VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs)
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_priv.h 65 /* entrypoint */
76 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset);
84 * Size (in bytes) of dispatch function (entrypoint).
glapi_entrypoint.c 87 * Generate a dispatch function (entrypoint) which jumps through
117 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset)
119 GLubyte * const code = (GLubyte *) entrypoint;
300 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset)
302 unsigned int *code = (unsigned int *) entrypoint;
327 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset)
330 (void) entrypoint;
  /external/mesa3d/src/mapi/glapi/
glapi_priv.h 65 /* entrypoint */
76 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset);
84 * Size (in bytes) of dispatch function (entrypoint).
glapi_entrypoint.c 87 * Generate a dispatch function (entrypoint) which jumps through
117 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset)
119 GLubyte * const code = (GLubyte *) entrypoint;
300 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset)
302 unsigned int *code = (unsigned int *) entrypoint;
327 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset)
330 (void) entrypoint;
  /external/libsepol/tests/policies/test-expander/
base-base-only.conf 14 entrypoint
  /external/chromium_org/third_party/libva/va/
va_fool.h 57 VAEntrypoint entrypoint,
  /external/chromium_org/third_party/mesa/src/src/gbm/main/
backend.c 58 const char *entrypoint = "gbm_backend"; local
80 init = dlsym(module, entrypoint);
  /external/mesa3d/src/gbm/main/
backend.c 58 const char *entrypoint = "gbm_backend"; local
80 init = dlsym(module, entrypoint);
  /external/chromium_org/third_party/icu/source/common/
icuplug.c 38 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member in struct:UPlugData
265 token = (*(plug->entrypoint))(plug, reason, status);
340 plug->entrypoint=NULL;
346 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName,
367 plug->entrypoint = entrypoint;
392 plug->entrypoint=0;
514 * Initialize a plugin fron an entrypoint and library - but don't load it.
516 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym
580 UPlugEntrypoint *entrypoint = NULL; local
    [all...]
  /external/icu4c/common/
icuplug.c 42 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member in struct:UPlugData
269 token = (*(plug->entrypoint))(plug, reason, status);
344 plug->entrypoint=NULL;
350 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName,
371 plug->entrypoint = entrypoint;
396 plug->entrypoint=0;
518 * Initialize a plugin fron an entrypoint and library - but don't load it.
520 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym
582 UPlugEntrypoint *entrypoint = NULL; local
    [all...]
  /external/chromium_org/chrome_frame/
test_utils.cc 54 L"--call-registration-entrypoint";
67 // executable with --call-registration-entrypoint. Loading the DLL into the
177 printf("Usage: %S %S <path to dll> <entrypoint>\n", argv[0],
185 char entrypoint[256]; local
188 if (entrypoint_len <= 0 || entrypoint_len >= arraysize(entrypoint)) {
191 // Convert wide to narrow. Since the entrypoint must be a narrow string
194 &entrypoint[0]);
202 entrypoint));
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_decoder.h 51 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_decoder
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 51 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_decoder
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-arm.c 148 Addr entrypoint; local
155 if (VG_(lookup_symbol_SLOW)( "*", fnname, &entrypoint, &ptoc )) {
157 fnname, C2v(entrypoint), C2v(pc),
158 (entrypoint & 1 ? "thumb" : "arm"));
159 if (entrypoint & 1)
  /external/chromium_org/third_party/icu/source/common/unicode/
icuplug.h 40 * LIBRARYNAME ENTRYPOINT [ CONFIGURATION .. ]</li>
47 * <li>ENTRYPOINT is the short (undecorated) symbol name of the plugin's
48 * entrypoint, as above.</li>
127 * from the entrypoint.
140 * Return value from a plugin entrypoint.
148 * Reason code for the entrypoint's call
175 * Entrypoint for an ICU plugin.
336 * @param entrypoint entrypoint to install
343 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status)
    [all...]

Completed in 1167 milliseconds

1 2 3