Searched refs:ecmd (Results 1 – 6 of 6) sorted by relevance
17 # use native config.py to build required ecmd extensions31 # we don't need the target scripts or ecmd setup34 # ecmd installs to atypical places in the filesystem.50 # ecmd makefile assumes that dependencies are built from left to right.53 # ecmd doesn't have proper library versioning59 # This allows someone to easily use ecmd bins, even if you don’t want them.
12 SRC_URI = "git://git@github.com/open-power/ecmd-pdbg.git;branch=master;protocol=https"
413 def ecmd(option_string, **bsu_options): function
17134 + struct v4l2_encoder_cmd ecmd = {17138 + if (ioctl(ctx->fd, VIDIOC_TRY_ENCODER_CMD, &ecmd) == 0) {17176 + struct v4l2_encoder_cmd ecmd = {17179 + if (ioctl(s->fd, VIDIOC_ENCODER_CMD, &ecmd) == 0) {
[all...]