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

  /external/libyuv/files/source/
general.cc 134 int pad_height = dst_height - src_height; local
147 if (pad_height) {
148 memset(dst_frame, 0, dst_width * (pad_height >> 1));
149 dst_frame += dst_width * (pad_height >> 1);
166 if (pad_height) {
167 memset(dst_frame, 0, dst_width * (pad_height >> 1));
168 dst_frame += dst_width * (pad_height >> 1);
170 if (pad_height) {
171 memset(dst_frame, 127, (dst_width >> 2) * (pad_height >> 1));
172 dst_frame += (dst_width >> 2) * (pad_height >> 1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 1699 int pad_height; local
    [all...]

Completed in 473 milliseconds