OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:source_height
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/media/base/
yuv_convert.cc
218
int
source_height
,
228
if ((yuv_type == YV12 && (source_width < 2 ||
source_height
< 2)) ||
229
(yuv_type == YV16 && (source_width < 2 ||
source_height
< 1)) ||
262
y_buf += (
source_height
- 1) * y_pitch;
263
u_buf += ((
source_height
>> y_shift) - 1) * uv_pitch;
264
v_buf += ((
source_height
>> y_shift) - 1) * uv_pitch;
265
source_height
= -
source_height
;
274
tmp =
source_height
;
275
source_height
= source_width
[
all
...]
yuv_convert.h
96
int
source_height
,
114
int
source_height
,
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
vpx_scale.c
211
* unsigned int
source_height
: Height of input image.
241
unsigned int
source_height
,
272
unsigned char *source_base; /* = (unsigned char *) ((source_pitch >= 0) ? source : (source + ((
source_height
-1) * source_pitch))); */
281
offset = (
source_height
- 1);
346
if (
source_height
== dest_height) {
402
if (
source_height
== dest_height) {
413
if (dest_height >
source_height
) {
415
source_band_height = dest_band_height *
source_height
/ dest_height;
430
if (k * source_band_height + i < (int)
source_height
) {
/external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c
211
* unsigned int
source_height
: Height of input image.
241
unsigned int
source_height
,
272
unsigned char *source_base; /* = (unsigned char *) ((source_pitch >= 0) ? source : (source + ((
source_height
-1) * source_pitch))); */
281
offset = (
source_height
- 1);
346
if (
source_height
== dest_height) {
402
if (
source_height
== dest_height) {
413
if (dest_height >
source_height
) {
415
source_band_height = dest_band_height *
source_height
/ dest_height;
430
if (k * source_band_height + i < (int)
source_height
) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c
211
* unsigned int
source_height
: Height of input image.
241
unsigned int
source_height
,
272
unsigned char *source_base; /* = (unsigned char *) ((source_pitch >= 0) ? source : (source + ((
source_height
-1) * source_pitch))); */
281
offset = (
source_height
- 1);
346
if (
source_height
== dest_height) {
402
if (
source_height
== dest_height) {
413
if (dest_height >
source_height
) {
415
source_band_height = dest_band_height *
source_height
/ dest_height;
430
if (k * source_band_height + i < (int)
source_height
) {
/external/chromium_org/printing/
pdf_metafile_cg_mac.cc
193
const float
source_height
=
local
199
(
source_height
> rect.size.height))) ||
201
(
source_height
< rect.size.height)));
204
float y_scaling_factor = rect.size.height /
source_height
;
219
((rect.size.height - (
source_height
* scaling_factor)) / 2) : 0;
/external/chromium_org/skia/ext/
convolver_unittest.cc
216
unsigned int
source_height
,
231
unsigned int offset =
source_height
* p / dest_height;
234
source_height
- offset));
240
source.allocN32Pixels(source_width,
source_height
);
286
VLOG(1) << "from:" << source_width << "x" <<
source_height
323
unsigned int
source_height
= source_sizes[i][1];
local
327
VerifySIMD(source_width,
source_height
, dest_width, dest_height);
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc
10263
int source_width,
source_height
, dest_width, dest_height;
local
[
all
...]
Completed in 294 milliseconds