OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetChannelProperties
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_nsopengl.h
71
int32_t
GetChannelProperties
(float& left,
130
int32_t
GetChannelProperties
(const uint16_t streamId,
video_render_agl.h
117
int32_t
GetChannelProperties
(const uint16_t streamId, uint32_t& zOrder,
video_render_mac_carbon_impl.cc
181
return _ptrCarbonRender->
GetChannelProperties
(streamId, zOrder, left, top, right, bottom);
video_render_mac_cocoa_impl.mm
149
return _ptrCocoaRender->
GetChannelProperties
(streamId, zOrder, left, top, right, bottom);
video_render_nsopengl.mm
77
int32_t VideoChannelNSOpenGL::
GetChannelProperties
(float& left, float& top,
822
int32_t VideoRenderNSOpenGL::
GetChannelProperties
(const uint16_t streamId,
850
if(-1 == tempChannel->
GetChannelProperties
(left, top, right, bottom) )
video_render_agl.cc
[
all
...]
Completed in 49 milliseconds