Searched defs:no_longer_used (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/java/jni/
H A Dnative_handle_impl.cc103 const rtc::Callback0<void>& no_longer_used)
107 no_longer_used_cb_(no_longer_used) {}
98 AndroidTextureBuffer( int width, int height, const NativeHandleImpl& native_handle, jobject surface_texture_helper, const rtc::Callback0<void>& no_longer_used) argument
/external/webrtc/webrtc/common_video/
H A Dvideo_frame_buffer.cc146 const rtc::Callback0<void>& no_longer_used)
155 no_longer_used_cb_(no_longer_used) {
138 WrappedI420Buffer(int width, int height, const uint8_t* y_plane, int y_stride, const uint8_t* u_plane, int u_stride, const uint8_t* v_plane, int v_stride, const rtc::Callback0<void>& no_longer_used) argument

Completed in 131 milliseconds