OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pu8_src_bottom
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/vss/src/
M4AIR_API.c
440
M4OSA_UInt8 *
pu8_src_bottom
;
local
631
pu8_src_bottom
= pu8_src_top + i32_tmp_offset;
636
(
pu8_src_bottom
[1]*(16-u32_x_frac) +
637
pu8_src_bottom
[0]*u32_x_frac)*u32_y_frac )>>8);
656
pu8_src_bottom
= pu8_src_top + i32_tmp_offset;
661
(
pu8_src_bottom
[0]*(16-u32_x_frac) +
662
pu8_src_bottom
[1]*u32_x_frac)*u32_y_frac )>>8);
709
pu8_src_bottom
= pu8_src_top + i32_tmp_offset;
714
(
pu8_src_bottom
[1]*(16-u32_x_frac) +
715
pu8_src_bottom
[0]*u32_x_frac)*u32_y_frac )>>8)
[
all
...]
/frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB888toRGB888.c
73
M4VIFI_UInt8 *
pu8_src_bottom
;
local
196
pu8_src_bottom
= pu8_src_top + (u32_stride_in);
219
GET_RGB24(i32_b02,i32_g02,i32_r02,
pu8_src_bottom
,0);
220
GET_RGB24(i32_b03,i32_g03,i32_r03,
pu8_src_bottom
,0);
236
GET_RGB24(i32_b02,i32_g02,i32_r02,
pu8_src_bottom
,0);
237
GET_RGB24(i32_b03,i32_g03,i32_r03,
pu8_src_bottom
,3);
/frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp
1456
M4VIFI_UInt8 *
pu8_src_bottom
;
local
2322
M4OSA_UInt8 *
pu8_src_bottom
;
local
[
all
...]
Completed in 109 milliseconds