/external/webrtc/webrtc/modules/utility/source/ |
D | audio_frame_operations.cc | 66 int16_t temp_data = frame->data_[i]; in SwapStereoChannels() local 68 frame->data_[i + 1] = temp_data; in SwapStereoChannels() 92 int32_t temp_data = 0; in ScaleWithSat() local 97 temp_data = static_cast<int32_t>(scale * frame.data_[i]); in ScaleWithSat() 98 if (temp_data < -32768) { in ScaleWithSat() 100 } else if (temp_data > 32767) { in ScaleWithSat() 103 frame.data_[i] = static_cast<int16_t>(temp_data); in ScaleWithSat()
|
/external/elfutils/libelf/ |
D | elf_getarsym.c | 108 void *temp_data = NULL; in elf_getarsym() local 210 temp_data = malloc (sz); in elf_getarsym() 211 if (unlikely (temp_data == NULL)) in elf_getarsym() 216 file_data = temp_data; in elf_getarsym() 253 temp_data = malloc (sz); in elf_getarsym() 254 if (unlikely (temp_data == NULL)) in elf_getarsym() 259 file_data = memcpy (temp_data, elf->map_address + off, sz); in elf_getarsym() 323 free (temp_data); in elf_getarsym()
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_neon_32x32.c | 1135 int32x4_t temp_data[8]; in ihevc_resi_trans_32x32_neon() local 1137 temp_data[0] = vld1q_s32(pi4_temp); in ihevc_resi_trans_32x32_neon() 1138 temp_data[1] = vld1q_s32(pi4_temp + 4); in ihevc_resi_trans_32x32_neon() 1139 temp_data[2] = vld1q_s32(pi4_temp + 8); in ihevc_resi_trans_32x32_neon() 1140 temp_data[3] = vld1q_s32(pi4_temp + 12); in ihevc_resi_trans_32x32_neon() 1142 temp_data[4] = vrev64q_s32(vld1q_s32(pi4_temp + 16)); in ihevc_resi_trans_32x32_neon() 1143 temp_data[4] = vcombine_s32( in ihevc_resi_trans_32x32_neon() 1144 vget_high_s32(temp_data[4]), vget_low_s32(temp_data[4])); in ihevc_resi_trans_32x32_neon() 1146 temp_data[5] = vrev64q_s32(vld1q_s32(pi4_temp + 20)); in ihevc_resi_trans_32x32_neon() 1147 temp_data[5] = vcombine_s32( in ihevc_resi_trans_32x32_neon() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | expand.cc | 72 int16_t temp_data[kTempDataSize]; // TODO(hlundin) Remove this. in Process() local 73 int16_t* voiced_vector_storage = temp_data; in Process() 229 mix_factor_increment, temp_data); in Process() 241 temp_data + temp_length, current_lag - temp_length); in Process() 260 WebRtcSpl_AffineTransformVector(temp_data, temp_data, in Process() 265 DspHelper::MuteSignal(temp_data, parameters.mute_slope, current_lag); in Process() 294 temp_data[i] = temp_data[i] + noise_vector[i]; in Process() 301 memcpy(&(*output)[channel_ix][0], temp_data, in Process() 302 sizeof(temp_data[0]) * current_lag); in Process()
|
D | merge.cc | 97 int16_t temp_data[kTempDataSize]; // TODO(hlundin) Remove this. in Process() local 98 int16_t* decoded_output = temp_data + best_correlation_index; in Process() 132 memmove(temp_data, expanded_channel, in Process() 145 memcpy(&(*output)[channel][0], temp_data, in Process() 146 sizeof(temp_data[0]) * output_length); in Process()
|
/external/webrtc/webrtc/p2p/base/ |
D | stun.cc | 175 rtc::scoped_ptr<char[]> temp_data(new char[current_pos]); in ValidateMessageIntegrity() local 176 memcpy(temp_data.get(), data, current_pos); in ValidateMessageIntegrity() 190 rtc::SetBE16(temp_data.get() + 2, static_cast<uint16_t>(new_adjusted_len)); in ValidateMessageIntegrity() 196 temp_data.get(), mi_pos, in ValidateMessageIntegrity()
|
/external/u-boot/drivers/video/tegra124/ |
D | dp.c | 98 u32 temp_data; in tegra_dc_dpaux_write_chunk() local 116 memcpy(&temp_data, data, 4); in tegra_dc_dpaux_write_chunk() 117 tegra_dpaux_writel(dp, DPAUX_DP_AUXDATA_WRITE_W(i), temp_data); in tegra_dc_dpaux_write_chunk() 275 u32 temp_data[4]; in tegra_dc_dpaux_read_chunk() local 278 temp_data[i] = tegra_dpaux_readl(dp, in tegra_dc_dpaux_read_chunk() 282 memcpy(data, temp_data, *size); in tegra_dc_dpaux_read_chunk()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cBufferStorageTests.cpp | 2200 GLubyte temp_data[data_size]; in iterate() local 2207 temp_data[i] = 0; in iterate() 2233 Buffer::GetSubData(gl, GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, temp_data); in iterate() 2235 if (0 != memcmp(temp_data, write_data, data_size)) in iterate() 2250 Buffer::GetSubData(gl, GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, temp_data); in iterate() 2252 if (0 != memcmp(temp_data, read_data, data_size)) in iterate() 2271 GLubyte temp_data[data_size]; in iterate() local 2277 temp_data[i] = 0; in iterate() 2291 Buffer::GetSubData(gl, GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, temp_data); in iterate() 2293 if (0 != memcmp(temp_data, update_data, data_size)) in iterate()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_texture.h | 46 GLubyte *temp_data; /**< Temporary ETC texture storage. */ member
|
D | st_cb_texture.c | 286 *mapOut = itransfer->temp_data = in st_MapTextureImage() 324 itransfer->temp_data, in st_UnmapTextureImage() 330 itransfer->temp_data, itransfer->temp_stride, in st_UnmapTextureImage() 336 itransfer->temp_data = NULL; in st_UnmapTextureImage()
|