Searched defs:buff (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_half.s36 buff RN 1 label
119 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
H A Dh264bsd_interpolate_hor_quarter.s36 buff RN 1 label
121 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
H A Dh264bsd_interpolate_ver_half.s36 buff RN 1 label
120 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
H A Dh264bsd_interpolate_ver_quarter.s35 buff RN 1 label
119 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
H A Dh264bsd_interpolate_hor_ver_quarter.s37 buff RN 1 label
128 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
H A DShadowBuffer.java65 private void triangleZBuffMin(@NonNull int[] buff, int w, int h, float fx3, float fy3, argument
157 buff[point] |= ((int) (zVal * 255)) << 24;
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp133 static bool GenerateSegmentMethod(const char *buff, int blen, int bitwidth, argument
151 out << std::setw(4) << static_cast<int>(buff[written]) << ",";
185 char *buff = new char[SEG_SIZE]; local
189 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) {
190 GenerateSegmentMethod(buff, read_length, bitwidth, seg_num, out);
194 delete[] buff;
/frameworks/av/media/vndk/xmlparser/1.0/
H A DMediaCodecsXmlParser.cpp152 void *buff = ::XML_GetBuffer(parser, BUFF_SIZE); local
153 if (buff == NULL) {
159 int bytes_read = ::fread(buff, 1, BUFF_SIZE, file);
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp880 void *buff = ::XML_GetBuffer(parser, BUFF_SIZE); local
881 if (buff == NULL) {
888 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp368 void *buff = ::XML_GetBuffer(parser, BUFF_SIZE); local
369 if (buff == NULL) {
375 int bytes_read = ::fread(buff, 1, BUFF_SIZE, file);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1163 char buff[BUFF_LEN] __attribute__ ((aligned(__alignof__(struct inotify_event))));; local
1164 ssize_t length = read(mInotifyFd, buff, BUFF_LEN);
1173 for (char* ptr = buff; ptr < buff + length; ptr += sizeof(struct inotify_event) + event->len) {
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jar ... h java.io.BufferedReader br String s char[] buff boolean instag public void startCDATA () public static void main (java ...
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6968 char buff[2]; local
6969 buff[1] = '\0';
6985 buff[0] = *input;
6986 ret += buff;

Completed in 498 milliseconds