OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ctrl_id
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/vpx/src/
vpx_codec.c
120
int
ctrl_id
,
125
if (!ctx || !
ctrl_id
)
137
if (!entry->
ctrl_id
|| entry->
ctrl_id
==
ctrl_id
)
141
va_start(ap,
ctrl_id
);
142
res = entry->fn(ctx->priv->alg_priv,
ctrl_id
, ap);
vpx_decoder_compat.c
87
int
ctrl_id
,
90
return vpx_codec_control_((vpx_codec_ctx_t *)ctx,
ctrl_id
, data);
/external/libvpx/vpx/
vpx_codec.h
356
* associated with the given
ctrl_id
. It tries to call this function
364
* \param[in]
ctrl_id
Algorithm specific control identifier
374
int
ctrl_id
,
412
vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int
ctrl_id
, typ data) {\
413
return vpx_codec_control_(ctx,
ctrl_id
, data);\
432
vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int
ctrl_id
, typ data) {\
433
return vpx_codec_control_(ctx,
ctrl_id
, data);\
452
vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int
ctrl_id
) {\
453
return vpx_codec_control_(ctx,
ctrl_id
);\
vpx_decoder_compat.h
311
* associated with the given
ctrl_id
. It tries to call this function
316
* \param[in]
ctrl_id
Algorithm specific control identifier
327
int
ctrl_id
,
/external/libvpx/vpx/internal/
vpx_codec_internal.h
140
* header file. In particular, the
ctrl_id
parameter is guaranteed to exist
145
* \param[in]
ctrl_id
Algorithm specific control identifier
152
int
ctrl_id
,
163
* mapping. This implies that
ctrl_id
values chosen by the algorithm
168
int
ctrl_id
;
member in struct:__anon7485
/external/libvpx/vp8/
vp8_cx_iface.c
422
int
ctrl_id
,
432
switch (
ctrl_id
)
444
int
ctrl_id
,
452
switch (
ctrl_id
)
[
all
...]
vp8_dx_iface.c
639
int
ctrl_id
,
647
switch (
ctrl_id
)
662
int
ctrl_id
,
682
int
ctrl_id
,
Completed in 841 milliseconds