Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dtestutils.h139 uint32_t frame_fourcc() const { return frame_fourcc_; } in frame_fourcc()
151 uint32_t frame_fourcc_; variable
Dtestutils.cc232 frame_fourcc_(0), in VideoCapturerListener()
252 frame_fourcc_ = frame->fourcc; in OnFrameCaptured()