HomeSort by relevance Sort by last modified time
    Searched refs:i32_y00 (Results 1 - 5 of 5) sorted by null

  /frameworks/av/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c 65 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
171 i32_y00 = Y16(i32_r00, i32_g00, i32_b00);
189 pu8_yn[0] = (M4VIFI_UInt8)i32_y00;
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_BGR565toYUV420.c 64 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
147 i32_y00 = Y16(i32_r00, i32_g00, i32_b00);
165 pu8_yn[0] = (M4VIFI_UInt8)i32_y00;
M4VIFI_RGB565toYUV420.c 65 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
150 i32_y00 = Y16(i32_r00, i32_g00, i32_b00);
168 pu8_yn[0] = (M4VIFI_UInt8)i32_y00;
M4VIFI_RGB888toYUV420.c 50 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
115 i32_y00 = Y24(i32_r00, i32_g00, i32_b00); /* matrix luminance */
116 pu8_yn[0]= (M4VIFI_UInt8)i32_y00;
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp 1093 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
1273 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
    [all...]

Completed in 208 milliseconds