Home
last modified time | relevance | path

Searched refs:u_temp (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dhttpclient.cc92 time_t u_temp; in HttpGetCacheState() local
121 u_temp = static_cast<time_t>(i_temp); in HttpGetCacheState()
122 corrected_received_age = stdmax(apparent_age, u_temp); in HttpGetCacheState()
135 && HttpDateToSeconds(s_temp, &u_temp)) { in HttpGetCacheState()
136 lifetime = u_temp - date; in HttpGetCacheState()
138 && HttpDateToSeconds(s_temp, &u_temp)) { in HttpGetCacheState()
140 lifetime = static_cast<size_t>(now - u_temp) / 10; in HttpGetCacheState()
/external/chromium_org/media/base/
Dyuv_convert.cc483 uint8* u_temp = y_temp + kFilterBufferSize; in ScaleYUVToRGB32WithRect() local
484 uint8* v_temp = u_temp + kFilterBufferSize; in ScaleYUVToRGB32WithRect()
526 u_temp + source_uv_left, u0_ptr, u1_ptr, source_uv_width, fraction); in ScaleYUVToRGB32WithRect()
533 u_temp, in ScaleYUVToRGB32WithRect()