Searched refs:entrypoint (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_decoder.h46 enum pipe_video_entrypoint entrypoint,
H A Dvl_decoder.c50 enum pipe_video_entrypoint entrypoint,
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
48 vl_create_decoder(struct pipe_context *pipe, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
H A Dvl_mpeg12_decoder.h109 enum pipe_video_entrypoint entrypoint,
H A Dvl_mpeg12_decoder.c119 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 <
1023 vl_create_mpeg12_decoder(struct pipe_context *context, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.h46 enum pipe_video_entrypoint entrypoint,
H A Dvl_decoder.c50 enum pipe_video_entrypoint entrypoint,
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
48 vl_create_decoder(struct pipe_context *pipe, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
H A Dvl_mpeg12_decoder.h109 enum pipe_video_entrypoint entrypoint,
H A Dvl_mpeg12_decoder.c119 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 <
1023 vl_create_mpeg12_decoder(struct pipe_context *context, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
H A Dva_config.c85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
115 VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs)
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) argument
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_config.c85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
115 VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs)
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) argument
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_priv.h65 /* entrypoint */
76 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset);
84 * Size (in bytes) of dispatch function (entrypoint).
H A Dglapi_entrypoint.c87 * Generate a dispatch function (entrypoint) which jumps through
117 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) argument
119 GLubyte * const code = (GLubyte *) entrypoint;
300 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
302 unsigned int *code = (unsigned int *) entrypoint;
327 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
330 (void) entrypoint;
/external/mesa3d/src/mapi/glapi/
H A Dglapi_priv.h65 /* entrypoint */
76 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset);
84 * Size (in bytes) of dispatch function (entrypoint).
H A Dglapi_entrypoint.c87 * Generate a dispatch function (entrypoint) which jumps through
117 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) argument
119 GLubyte * const code = (GLubyte *) entrypoint;
300 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
302 unsigned int *code = (unsigned int *) entrypoint;
327 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
330 (void) entrypoint;
/external/libsepol/tests/policies/test-expander/
H A Dbase-base-only.conf14 entrypoint
/external/chromium_org/third_party/libva/va/
H A Dva_fool.h57 VAEntrypoint entrypoint,
/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dbackend.c58 const char *entrypoint = "gbm_backend"; local
80 init = dlsym(module, entrypoint);
/external/mesa3d/src/gbm/main/
H A Dbackend.c58 const char *entrypoint = "gbm_backend"; local
80 init = dlsym(module, entrypoint);
/external/sepolicy/
H A Dunconfined.te72 }:{ chr_file file } ~{entrypoint execute_no_trans execmod execute relabelto};
73 allow unconfineddomain {dev_type -kmem_device}:{ chr_file file } ~{entrypoint execute_no_trans execmod execute relabelto};
83 }:{ chr_file file } ~{entrypoint execute_no_trans execmod execute relabelto};
/external/chromium_org/third_party/icu/source/common/
H A Dicuplug.c42 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, argument
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, cons argument
535 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) argument
582 UPlugEntrypoint *entrypoint = NULL; local
[all...]
/external/icu/icu4c/source/common/
H A Dicuplug.c42 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, argument
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, cons argument
535 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) argument
582 UPlugEntrypoint *entrypoint = NULL; local
[all...]
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_wrapper.h153 bool IsEntrypointSupported(VAProfile va_profile, VAEntrypoint entrypoint);
155 VAEntrypoint entrypoint,
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_decoder.h51 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_decoder
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_decoder.h51 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_decoder
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-arm.c148 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)

Completed in 625 milliseconds

123