OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CapturedFrame
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h
64
struct
CapturedFrame
{
68
CapturedFrame
();
93
DISALLOW_COPY_AND_ASSIGN(
CapturedFrame
);
256
sigslot::signal2<VideoCapturer*, const
CapturedFrame
*,
283
const
CapturedFrame
* captured_frame);
313
std::string ToString(const
CapturedFrame
* frame) const;
videocapturer.cc
69
// Implementation of struct
CapturedFrame
71
CapturedFrame
::
CapturedFrame
()
84
bool
CapturedFrame
::GetDataSize(uint32* size) const {
85
if (!size || data_size ==
CapturedFrame
::kUnknownDataSize) {
291
std::string VideoCapturer::ToString(const
CapturedFrame
* captured_frame) const {
309
const
CapturedFrame
* captured_frame) {
350
CapturedFrame
* modified_frame =
351
const_cast<
CapturedFrame
*>(captured_frame);
391
CapturedFrame
* modified_frame = const_cast<CapturedFrame*>(captured_frame)
[
all
...]
Completed in 25 milliseconds