OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_RGB24
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB888toRGB888.c
206
GET_RGB24
(i32_b00,i32_g00,i32_r00,pu8_src_top,0);
207
GET_RGB24
(i32_b01,i32_g01,i32_r01,pu8_src_top,0);
208
GET_RGB24
(i32_b02,i32_g02,i32_r02,pu8_src_top,0);
209
GET_RGB24
(i32_b03,i32_g03,i32_r03,pu8_src_top,0);
217
GET_RGB24
(i32_b00,i32_g00,i32_r00,pu8_src_top,0);
218
GET_RGB24
(i32_b01,i32_g01,i32_r01,pu8_src_top,0);
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);
229
GET_RGB24
(i32_b00,i32_g00,i32_r00,pu8_src_top,0);
230
GET_RGB24
(i32_b01,i32_g01,i32_r01,pu8_src_top,3)
[
all
...]
M4VIFI_RGB888toYUV420.c
108
GET_RGB24
(i32_r00, i32_g00, i32_b00, pu8_rgbn, 0);
109
GET_RGB24
(i32_r10, i32_g10, i32_b10, pu8_rgbn, CST_RGB_24_SIZE);
110
GET_RGB24
(i32_r01, i32_g01, i32_b01, pu8_rgbn, u32_stride_rgb);
111
GET_RGB24
(i32_r11, i32_g11, i32_b11, pu8_rgbn, u32_stride_rgb + CST_RGB_24_SIZE);
/frameworks/av/libvideoeditor/vss/common/inc/
M4VIFI_Defines.h
106
#define
GET_RGB24
(r,g,b,s,o) r = s[o]; g = s[o + 1]; b = s[o + 2];
/frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp
[
all
...]
Completed in 136 milliseconds