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

  /external/libvpx/libvpx/test/
encode_test_driver.h 111 void Control(int ctrl_id, int arg) {
112 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
116 void Control(int ctrl_id, int *arg) {
117 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
121 void Control(int ctrl_id, struct vpx_scaling_mode *arg) {
122 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
126 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) {
127 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
131 void Control(int ctrl_id, struct vpx_svc_ref_frame_config *arg) {
132 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg)
    [all...]
decode_test_driver.h 63 void Control(int ctrl_id, int arg) { Control(ctrl_id, arg, VPX_CODEC_OK); }
65 void Control(int ctrl_id, const void *arg) {
67 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
71 void Control(int ctrl_id, int arg, vpx_codec_err_t expected_value) {
73 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
  /external/libvpx/libvpx/vpx/
vpx_codec.h 367 * associated with the given ctrl_id. It tries to call this function
375 * \param[in] ctrl_id Algorithm specific control identifier
384 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...);
420 int ctrl_id, typ data) { \
421 return vpx_codec_control_(ctx, ctrl_id, data); \
439 vpx_codec_ctx_t *ctx, int ctrl_id, typ data) { \
440 return vpx_codec_control_(ctx, ctrl_id, data); \
458 int ctrl_id) { \
459 return vpx_codec_control_(ctx, ctrl_id); \
  /external/libaom/libaom/aom/src/
aom_codec.c 92 aom_codec_err_t aom_codec_control_(aom_codec_ctx_t *ctx, int ctrl_id, ...) {
95 if (!ctx || !ctrl_id)
105 if (!entry->ctrl_id || entry->ctrl_id == ctrl_id) {
108 va_start(ap, ctrl_id);
  /external/libaom/libaom/test/
decode_test_driver.h 66 void Control(int ctrl_id, int arg) { Control(ctrl_id, arg, AOM_CODEC_OK); }
68 void Control(int ctrl_id, const void *arg) {
70 const aom_codec_err_t res = aom_codec_control_(&decoder_, ctrl_id, arg);
74 void Control(int ctrl_id, int arg, aom_codec_err_t expected_value) {
76 const aom_codec_err_t res = aom_codec_control_(&decoder_, ctrl_id, arg);
encode_test_driver.h 107 void Control(int ctrl_id, int arg) {
108 const aom_codec_err_t res = aom_codec_control_(&encoder_, ctrl_id, arg);
112 void Control(int ctrl_id, int *arg) {
113 const aom_codec_err_t res = aom_codec_control_(&encoder_, ctrl_id, arg);
117 void Control(int ctrl_id, struct aom_scaling_mode *arg) {
118 const aom_codec_err_t res = aom_codec_control_(&encoder_, ctrl_id, arg);
123 void Control(int ctrl_id, aom_active_map_t *arg) {
124 const aom_codec_err_t res = aom_codec_control_(&encoder_, ctrl_id, arg);
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 88 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...) {
91 if (!ctx || !ctrl_id)
101 if (!entry->ctrl_id || entry->ctrl_id == ctrl_id) {
104 va_start(ap, ctrl_id);
  /external/u-boot/arch/arm/mach-mvebu/serdes/a38x/
sys_env_lib.c 191 u32 default_ctrl_id, ctrl_id = reg_read(DEV_ID_REG); local
192 ctrl_id = (ctrl_id & (DEV_ID_REG_DEVICE_ID_MASK)) >>
195 switch (ctrl_id) {
202 return ctrl_id;
211 __func__, ctrl_id, default_ctrl_id);
  /external/libaom/libaom/aom/
aom_codec.h 380 * associated with the given ctrl_id. It tries to call this function
388 * \param[in] ctrl_id Algorithm specific control identifier
397 aom_codec_err_t aom_codec_control_(aom_codec_ctx_t *ctx, int ctrl_id, ...);
433 int ctrl_id, typ data) { \
434 return aom_codec_control_(ctx, ctrl_id, data); \
452 aom_codec_ctx_t *ctx, int ctrl_id, typ data) { \
453 return aom_codec_control_(ctx, ctrl_id, data); \
471 int ctrl_id) { \
472 return aom_codec_control_(ctx, ctrl_id); \
  /external/u-boot/arch/arm/mach-omap2/omap3/
sys_info.c 47 struct ctrl_id *id_base = (struct ctrl_id *)OMAP34XX_ID_L4_IO_BASE;
69 struct ctrl_id *id_base;
81 id_base = (struct ctrl_id *) OMAP34XX_ID_L4_IO_BASE;
137 struct ctrl_id *id_base = (struct ctrl_id *)OMAP34XX_ID_L4_IO_BASE;
  /external/u-boot/board/timll/devkit8000/
devkit8000.c 88 struct ctrl_id *id_base = (struct ctrl_id *)OMAP34XX_ID_L4_IO_BASE;
  /external/libaom/libaom/aom/internal/
aom_codec_internal.h 142 * header file. In particular, the ctrl_id parameter is guaranteed to exist
147 * \param[in] ctrl_id Algorithm specific control identifier
164 * mapping. This implies that ctrl_id values chosen by the algorithm
168 int ctrl_id; member in struct:aom_codec_ctrl_fn_map
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 145 * header file. In particular, the ctrl_id parameter is guaranteed to exist
150 * \param[in] ctrl_id Algorithm specific control identifier
167 * mapping. This implies that ctrl_id values chosen by the algorithm
171 int ctrl_id; member in struct:vpx_codec_ctrl_fn_map
  /external/tensorflow/tensorflow/python/grappler/
hierarchical_controller.py 163 self.ctrl_id = controller_id
296 with tf_ops.name_scope("controller_{}".format(self.ctrl_id)):
297 with variable_scope.variable_scope("controller_{}".format(self.ctrl_id)):
343 with variable_scope.variable_scope("controller_{}".format(self.ctrl_id)):
518 with variable_scope.variable_scope("controller_{}".format(self.ctrl_id)):
690 with variable_scope.variable_scope("controller_{}".format(self.ctrl_id)):
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-omap3/
cpu.h 47 struct ctrl_id { struct

Completed in 457 milliseconds