OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crop_right
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
decode_vp8.h
98
int crop_left,
crop_right
, crop_top, crop_bottom;
member in struct:VP8Io
frame.c
323
io->mb_w = io->
crop_right
- io->crop_left;
435
dec->br_mb_x_ = (io->
crop_right
+ 15 + extra_pixels) >> 4;
vp8.c
314
io->
crop_right
= io->width;
vp8l.c
595
assert(io->crop_left < io->
crop_right
);
609
io->mb_w = io->
crop_right
- io->crop_left;
[
all
...]
webp.c
791
io->
crop_right
= x + w;
/external/chromium_org/remoting/client/plugin/
media_source_video_renderer.cc
73
uint64
crop_right
= 0;
local
77
crop_right
= 1;
91
video_track->set_crop_right(
crop_right
);
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h
135
unsigned int
crop_right
; /**< Pixels to crop from the right of the frame. */
member in struct:__anon4379
/external/libvpx/libvpx/third_party/nestegg/test/
test.c
136
vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.
crop_right
);
/external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c
[
all
...]
Completed in 42 milliseconds