/external/opencore/protocols/sdp/parser/src/ |
h264mediainfoparser.cpp | 174 const char *temp = tmp_start_line; local 185 if (!oscl_strncmp(temp, 189 temp += oscl_strlen("profile-level-id="); 190 temp = skip_whitespace(temp, tmp_end_line); 191 if (temp > tmp_end_line) 197 if (PV_atoi(temp, 199 (tmp_end_line - temp), 206 if (!oscl_strncmp(temp, 210 temp += oscl_strlen("max-mbps=") [all...] |
rfc3640mediainfoparser.cpp | 73 const char *temp = tmp_start_line; local 83 if (!oscl_strncmp(temp, "config=", oscl_strlen("config="))) 86 temp += oscl_strlen("config="); 87 temp = skip_whitespace(temp, line_end_ptr); 88 if (temp >= line_end_ptr) 93 currentLength = (int)(tmp_end_line - temp) / 2; 100 if (!oscl_CIstrncmp(temp, "streamtype=", oscl_strlen("streamtype="))) 102 temp += oscl_strlen("streamtype="); 103 temp = skip_whitespace(temp, line_end_ptr) 278 const char *temp = tmp_start_line; local [all...] |
amrmediainfoparser.cpp | 186 const char *temp = tmp_start_line; local 196 if (!oscl_strncmp(temp, "maxptime=", oscl_strlen("maxptime="))) 198 temp += oscl_strlen("maxptime="); 199 temp = skip_whitespace(temp, tmp_end_line); 200 if (temp >= tmp_end_line) 206 if (PV_atoi(temp, 'd', (tmp_end_line - temp), maxPTime) == true) 209 if (!oscl_strncmp(temp, "crc", oscl_strlen("crc"))) 211 if (!oscl_strncmp(temp, "crc=0", oscl_strlen("crc=0")) [all...] |
evrcmediainfoparser.cpp | 159 const char *temp = tmp_start_line; local 170 if (!oscl_strncmp(temp, "maxframes=", oscl_strlen("maxframes="))) 172 temp += oscl_strlen("maxframes="); 173 temp = skip_whitespace(temp, tmp_end_line); 174 if (temp >= tmp_end_line) 180 if (PV_atoi(temp, 'd', (tmp_end_line - temp), maxFrames) == true) 183 if (!oscl_strncmp(temp, "maxbundles=", oscl_strlen("maxbundles="))) 185 temp += oscl_strlen("maxbundles=") [all...] |
aacmediainfoparser.cpp | 73 const char *temp = tmp_start_line; local 84 if (!oscl_strncmp(temp, "config=", oscl_strlen("config="))) 87 temp += oscl_strlen("config="); 88 temp = skip_whitespace(temp, line_end_ptr); 89 if (temp >= line_end_ptr) 94 currentLength = (int)(tmp_end_line - temp) / 2; 100 if (tmp_end_line != line_end_ptr) temp = tmp_end_line + 1; 101 temp = skip_whitespace(temp, line_end_ptr) 241 const char *temp = tmp_start_line; local [all...] |
h263mediainfoparser.cpp | 148 const char *temp = tmp_start_line; local 158 if (!oscl_strncmp(temp, "profile=", oscl_strlen("profile="))) 160 temp += oscl_strlen("profile="); 161 temp = skip_whitespace(temp, tmp_end_line); 162 if (temp > tmp_end_line) 168 if (PV_atoi(temp, 'd', (tmp_end_line - temp), cp) == true) 171 if (!oscl_strncmp(temp, "level=", oscl_strlen("level="))) 173 temp += oscl_strlen("level=") [all...] |
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
ccyuv422toyuv420.cpp | 119 uint32 *inyuv_4, temp; local 147 temp = *inyuv_4++; 149 *outcb++ = (uint8)(temp & 0xFF); 150 *outy++ = (uint8)((temp >> 8) & 0xFF); 151 *outcr++ = (uint8)((temp >> 16) & 0xFF); 152 *outy++ = (uint8)((temp >> 24) & 0xFF); 155 *outcb++ = (uint8)((temp >> 24) & 0xFF); 156 *outy++ = (uint8)((temp >> 16) & 0xFF); 157 *outcr++ = (uint8)((temp >> 8) & 0xFF); 158 *outy++ = (uint8)(temp & 0xFF) [all...] |
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
rijndael-alg-fst.c | 154 #define temp xtemp.x8 macro 158 *((word32*)temp[0]) = *((word32*)(a )) ^ *((word32*)rk[0][0]); 159 *((word32*)temp[1]) = *((word32*)(a+ 4)) ^ *((word32*)rk[0][1]); 160 *((word32*)temp[2]) = *((word32*)(a+ 8)) ^ *((word32*)rk[0][2]); 161 *((word32*)temp[3]) = *((word32*)(a+12)) ^ *((word32*)rk[0][3]); 162 *((word32*)(b )) = *((const word32*)T1[temp[0][0]]) 163 ^ *((const word32*)T2[temp[1][1]]) 164 ^ *((const word32*)T3[temp[2][2]]) 165 ^ *((const word32*)T4[temp[3][3]]); 166 *((word32*)(b + 4)) = *((const word32*)T1[temp[1][0]] 232 #undef temp macro 242 word8 temp[4][4]; local 319 #define temp macro 397 #undef temp macro 411 word8 temp[4], shift; local [all...] |
/external/opencore/fileformats/mp4/parser/include/ |
metadataatom.h | 40 OSCL_wHeapString<OsclMemAllocator> temp; local 44 return temp; 49 OSCL_wHeapString<OsclMemAllocator> temp; local 53 return temp; 59 OSCL_wHeapString<OsclMemAllocator> temp; local 63 return temp; 68 OSCL_wHeapString<OsclMemAllocator> temp; local 72 return temp; 77 OSCL_wHeapString<OsclMemAllocator> temp; local 81 return temp; 103 OSCL_wHeapString<OsclMemAllocator> temp; local 134 OSCL_wHeapString<OsclMemAllocator> temp; local 144 OSCL_wHeapString<OsclMemAllocator> temp; local 155 OSCL_wHeapString<OsclMemAllocator> temp; local 166 OSCL_wHeapString<OsclMemAllocator> temp; local 175 OSCL_wHeapString<OsclMemAllocator> temp; local 184 OSCL_wHeapString<OsclMemAllocator> temp; local 193 OSCL_wHeapString<OsclMemAllocator> temp; local 202 OSCL_wHeapString<OsclMemAllocator> temp; local 277 OSCL_wHeapString<OsclMemAllocator> temp; local 286 OSCL_wHeapString<OsclMemAllocator> temp; local 306 OSCL_wHeapString<OsclMemAllocator> temp; local 315 OSCL_wHeapString<OsclMemAllocator> temp; local 324 OSCL_wHeapString<OsclMemAllocator> temp; local [all...] |
userdataatom.h | 220 OSCL_wHeapString<OsclMemAllocator> temp; local 224 return temp; 229 OSCL_wHeapString<OsclMemAllocator> temp; local 233 return temp; 238 OSCL_wHeapString<OsclMemAllocator> temp; local 242 return temp; 247 OSCL_wHeapString<OsclMemAllocator> temp; local 251 return temp; 256 OSCL_wHeapString<OsclMemAllocator> temp; local 260 return temp; 282 OSCL_wHeapString<OsclMemAllocator> temp; local 313 OSCL_wHeapString<OsclMemAllocator> temp; local 323 OSCL_wHeapString<OsclMemAllocator> temp; local 334 OSCL_wHeapString<OsclMemAllocator> temp; local 345 OSCL_wHeapString<OsclMemAllocator> temp; local 354 OSCL_wHeapString<OsclMemAllocator> temp; local 363 OSCL_wHeapString<OsclMemAllocator> temp; local 372 OSCL_wHeapString<OsclMemAllocator> temp; local 381 OSCL_wHeapString<OsclMemAllocator> temp; local 456 OSCL_wHeapString<OsclMemAllocator> temp; local 465 OSCL_wHeapString<OsclMemAllocator> temp; local 483 OSCL_wHeapString<OsclMemAllocator> temp; local 492 OSCL_wHeapString<OsclMemAllocator> temp; local 501 OSCL_wHeapString<OsclMemAllocator> temp; local [all...] |
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
pred_intra.cpp | 21 #define CLIP_COMP *comp++ = (uint8)(((uint)temp>0xFF)? 0xFF&(~(temp>>31)): temp) 29 int component, SubBlock_indx, temp; local 86 temp = SubBlock_indx & 1; 87 if (temp) 715 uint32 temp; local 723 temp = S|(R<<8)|(Q<<16)|(P<<24);*/ 724 temp = *((uint32*)comp_ref); 726 *((uint32*)pred) = temp; /* write 4 at a time * 740 uint32 temp; local 775 uint32 temp; local 829 uint32 temp; local 906 uint32 temp; local 970 uint32 temp; local 1041 uint32 temp; local 1171 uint32 temp; local 1257 uint32 temp; local 1280 uint32 temp, temp2; local 1365 uint32 temp; local 1486 uint32 temp, temp2, pred_a, pred_b; local 1624 uint32 temp; local 1690 uint32 temp; local [all...] |
header.cpp | 28 uint temp; local 45 BitstreamReadBits(stream, 5, &temp); 177 uint temp; local 181 BitstreamRead1Bit(stream, &temp); 182 if (temp) 188 BitstreamReadBits(stream, 16, &temp); 190 BitstreamReadBits(stream, 16, &temp); 194 BitstreamRead1Bit(stream, &temp); 195 if (temp) 200 BitstreamRead1Bit(stream, &temp); 285 uint temp; local 526 int slice_type, temp, i; local 1164 uint temp; local 1202 uint temp, NumClockTs = 0, time_offset_length = 24, full_timestamp_flag; local 1325 uint temp; local 1339 uint temp; local 1364 uint temp, i, numBits; local [all...] |
/frameworks/base/media/libstagefright/codecs/avc/dec/src/ |
pred_intra.cpp | 20 #define CLIP_COMP *comp++ = (uint8)(((uint)temp>0xFF)? 0xFF&(~(temp>>31)): temp) 28 int component, SubBlock_indx, temp; local 85 temp = SubBlock_indx & 1; 86 if (temp) 714 uint32 temp; local 722 temp = S|(R<<8)|(Q<<16)|(P<<24);*/ 723 temp = *((uint32*)comp_ref); 725 *((uint32*)pred) = temp; /* write 4 at a time * 739 uint32 temp; local 774 uint32 temp; local 828 uint32 temp; local 905 uint32 temp; local 969 uint32 temp; local 1040 uint32 temp; local 1170 uint32 temp; local 1256 uint32 temp; local 1279 uint32 temp, temp2; local 1364 uint32 temp; local 1485 uint32 temp, temp2, pred_a, pred_b; local 1623 uint32 temp; local 1689 uint32 temp; local [all...] |
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
vlc_dequant.cpp | 77 int32 temp; local 148 temp = (int32)datablock[k] * qmat[k] * QP; 149 temp = (temp + (0x7 & (temp >> 31))) >> 3; 150 if (temp > 2047) temp = 2047; 151 else if (temp < -2048) temp = -2048; 152 datablock[k] = (int) temp; 402 int32 temp; local 507 int32 temp; local 809 int32 temp; local 1071 int32 temp; local [all...] |
get_pred_outside.cpp | 113 #define PAD_CORNER { temp = *prev; \ 114 temp |= (temp<<8); \ 115 temp |= (temp<<16); \ 116 *((uint32*)ptr) = temp; \ 117 *((uint32*)(ptr+4)) = temp; \ 118 *((uint32*)(ptr+=16)) = temp; \ 119 *((uint32*)(ptr+4)) = temp; \ 120 *((uint32*)(ptr+=16)) = temp; \ 259 uint32 temp, temp2; local 316 temp = *(prev += 16); local [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_dequant.cpp | 77 int32 temp; local 148 temp = (int32)datablock[k] * qmat[k] * QP; 149 temp = (temp + (0x7 & (temp >> 31))) >> 3; 150 if (temp > 2047) temp = 2047; 151 else if (temp < -2048) temp = -2048; 152 datablock[k] = (int) temp; 402 int32 temp; local 507 int32 temp; local 809 int32 temp; local 1071 int32 temp; local [all...] |
get_pred_outside.cpp | 113 #define PAD_CORNER { temp = *prev; \ 114 temp |= (temp<<8); \ 115 temp |= (temp<<16); \ 116 *((uint32*)ptr) = temp; \ 117 *((uint32*)(ptr+4)) = temp; \ 118 *((uint32*)(ptr+=16)) = temp; \ 119 *((uint32*)(ptr+4)) = temp; \ 120 *((uint32*)(ptr+=16)) = temp; \ 259 uint32 temp, temp2; local 316 temp = *(prev += 16); local [all...] |
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/ |
m4v_config_parser.cpp | 780 uint8* temp = (uint8 *)OSCL_MALLOC(sizeof(uint8) * length); local 784 if (temp) 786 sps = temp; // Make a copy of the original pointer to be freed later 798 OSCL_FREE(temp); 825 OSCL_FREE(temp); 834 OSCL_FREE(temp); 849 OSCL_FREE(temp); 866 OSCL_FREE(temp); 883 OSCL_FREE(temp); 891 uint32 temp; local 988 uint temp; local 1080 uint temp; local 1111 uint32 temp, pic_parameter_set_id, seq_parameter_set_id, entropy_coding_mode_flag; local 1131 uint32 temp; local 1156 uint32 temp; local [all...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_m4v_config_parser.cpp | 805 uint8* temp = (uint8 *)OSCL_MALLOC(sizeof(uint8) * length); local 809 if (temp) 811 sps = temp; // Make a copy of the original pointer to be freed later 823 OSCL_FREE(temp); 850 OSCL_FREE(temp); 859 OSCL_FREE(temp); 874 OSCL_FREE(temp); 891 OSCL_FREE(temp); 908 OSCL_FREE(temp); 932 uint32 temp; local 1096 uint temp; local 1188 uint temp; local 1219 uint32 temp, pic_parameter_set_id, seq_parameter_set_id; local 1235 uint32 temp; local 1260 uint32 temp; local [all...] |
/device/htc/dream-sapphire/recovery/images/ |
README | 7 convert -gravity center -extent 320x480 -background black -depth 8 icon_firmware_install.png temp.rgb 8 rgb2565 -w 320 < temp.rgb > firmware_install.565 10 convert -gravity center -extent 320x480 -background black -depth 8 icon_firmware_error.png temp.rgb 11 rgb2565 -w 320 < temp.rgb > firmware_error.565
|
/device/htc/passion-common/recovery/images/ |
README | 7 convert -gravity center -extent 480x800 -background black -depth 8 icon_firmware_install.png temp.rgb 8 rgb2565 -w 480 < temp.rgb > firmware_install.565 10 convert -gravity center -extent 480x800 -background black -depth 8 icon_firmware_error.png temp.rgb 11 rgb2565 -w 480 < temp.rgb > firmware_error.565
|
/external/opencore/fileformats/avi/parser/src/ |
pv_avifile_parser_utils.cpp | 75 uint8 temp[sz] = {0}; local 77 if (aFp->Read(temp, 1, sz) != sz) 84 big_endian_to_host((char*)temp, sz); 89 aBuff = (aBuff << 8 | temp[ii]); 99 uint8 temp = 0; local 100 if (aFp->Read(&temp, 1, 1) != 1) 106 aBuff[ii] = temp; 117 uint8 temp[sz] = {0}; local 119 if (aFp->Read(temp, 1, sz) != sz) 126 big_endian_to_host((char*)temp, sz) 138 uint8 temp[3] = {0}; local [all...] |
/external/qemu/android/ |
hw-lcd.c | 19 char temp[8]; local 29 snprintf(temp, sizeof temp, "%d", density); 30 boot_property_add("qemu.sf.lcd_density", temp);
|
/external/zlib/contrib/iostream2/ |
zstream_test.cpp | 9 ozstream out("temp.gz"); 13 izstream in("temp.gz"); // read it back 19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results
|
/external/zlib/examples/ |
gzlog.c | 135 unsigned char temp[20]; local 168 if (read(log->fd, temp, 12) != 12 || temp[0] != 0x1f || 169 temp[1] != 0x8b || temp[2] != 8 || (temp[3] & 4) == 0) { 175 xlen = temp[10] + (temp[11] << 8); 178 if (xlen < 4 || read(log->fd, temp, 4) != 4) 180 sub_len = temp[2] 229 unsigned char temp[5]; local 273 unsigned char temp[16]; local 367 unsigned char temp[8]; local [all...] |