Home
last modified time | relevance | path

Searched refs:IsUpdated (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_channel.h35 bool IsUpdated();
Dvideo_render_ios_channel.mm44 bool VideoRenderIosChannel::IsUpdated() { return buffer_is_updated_; } function
Dvideo_render_ios_gles20.mm195 updated = agl_channel->IsUpdated();
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.h52 int IsUpdated(bool& isUpdated);
Dvideo_render_nsopengl.h64 int IsUpdated(bool& isUpdated);
Dvideo_render_agl.cc324 int VideoChannelAGL::IsUpdated(bool& isUpdated) in IsUpdated() function in webrtc::VideoChannelAGL
1152 aglChannel->IsUpdated(updated); in ScreenUpdateProcess()
Dvideo_render_nsopengl.mm320 int VideoChannelNSOpenGL::IsUpdated(bool& isUpdated)
1017 aglChannel->IsUpdated(updated);
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.h50 int IsUpdated(bool& isUpdated);
Dvideo_render_direct3d9.cc216 int D3D9Channel::IsUpdated(bool& isUpdated) in IsUpdated() function in webrtc::D3D9Channel
584 channel->IsUpdated(updated); in UpdateRenderSurface()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h655 FX_BOOL IsUpdated() { return m_bUpdated; } in IsUpdated() function