OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPreferredFourccs
(Results
1 - 15
of
15
) sorted by null
/external/webrtc/talk/app/webrtc/
remotevideocapturer.h
54
bool
GetPreferredFourccs
(std::vector<uint32_t>* fourccs) override;
remotevideocapturer_unittest.cc
104
TEST_F(RemoteVideoCapturerTest,
GetPreferredFourccs
) {
105
EXPECT_FALSE(capturer_.
GetPreferredFourccs
(NULL));
108
EXPECT_TRUE(capturer_.
GetPreferredFourccs
(&fourccs));
remotevideocapturer.cc
68
bool RemoteVideoCapturer::
GetPreferredFourccs
(std::vector<uint32_t>* fourccs) {
androidvideocapturer.h
93
bool
GetPreferredFourccs
(std::vector<uint32_t>* fourccs) override;
androidvideocapturer.cc
203
bool AndroidVideoCapturer::
GetPreferredFourccs
(std::vector<uint32_t>* fourccs) {
/external/webrtc/talk/app/webrtc/objc/
avfoundationvideocapturer.h
52
bool
GetPreferredFourccs
(std::vector<uint32_t>* fourccs) override {
/external/webrtc/talk/media/devices/
yuvframescapturer.h
73
virtual bool
GetPreferredFourccs
(std::vector<uint32_t>* fourccs);
filevideocapturer.h
125
virtual bool
GetPreferredFourccs
(std::vector<uint32_t>* fourccs);
yuvframescapturer.cc
169
bool YuvFramesCapturer::
GetPreferredFourccs
(std::vector<uint32_t>* fourccs) {
filevideocapturer.cc
270
bool FileVideoCapturer::
GetPreferredFourccs
(std::vector<uint32_t>* fourccs) {
/external/webrtc/talk/media/webrtc/
webrtcvideocapturer.h
80
virtual bool
GetPreferredFourccs
(std::vector<uint32_t>* fourccs);
webrtcvideocapturer.cc
360
bool WebRtcVideoCapturer::
GetPreferredFourccs
(std::vector<uint32_t>* fourccs) {
/external/webrtc/talk/media/base/
fakevideocapturer.h
160
bool
GetPreferredFourccs
(std::vector<uint32_t>* fourccs) {
videocapturer.h
157
// the best capture format uses a fourcc in
GetPreferredFourccs
().
300
virtual bool
GetPreferredFourccs
(std::vector<uint32_t>* fourccs) = 0;
videocapturer.cc
590
if (!
GetPreferredFourccs
(&preferred_fourccs)) {
Completed in 251 milliseconds