OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VideoSource
(Results
1 - 25
of
33
) sorted by null
1
2
/external/opencv3/modules/cudacodec/src/
video_source.hpp
56
class
VideoSource
59
virtual ~
VideoSource
() {}
76
class RawVideoSourceWrapper : public
VideoSource
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
VideoSource.java
38
public class
VideoSource
extends MediaSource {
40
public
VideoSource
(long nativeSource) {
/frameworks/av/media/libstagefright/rtsp/
VideoSource.h
28
class
VideoSource
: public MediaSource {
32
VideoSource
(int width, int height)
64
// printf("
VideoSource
::read\n");
78
// printf("
VideoSource
::read - returning buffer\n");
79
// LOG(INFO)("
VideoSource
::read - returning buffer");
84
virtual ~
VideoSource
() {}
92
VideoSource
(const
VideoSource
&);
93
VideoSource
&operator=(const
VideoSource
&)
[
all
...]
/external/webrtc/talk/app/webrtc/
videosource.h
42
//
VideoSource
implements VideoSourceInterface. It owns a
59
class
VideoSource
: public Notifier<VideoSourceInterface>,
62
// Creates an instance of
VideoSource
.
63
//
VideoSource
take ownership of |capturer|.
66
static rtc::scoped_refptr<
VideoSource
> Create(
91
VideoSource
(cricket::ChannelManager* channel_manager,
94
virtual ~
VideoSource
();
videosource.cc
28
#include "talk/app/webrtc/
videosource
.h"
329
rtc::scoped_refptr<
VideoSource
>
VideoSource
::Create(
336
rtc::scoped_refptr<
VideoSource
> source(new rtc::RefCountedObject<
VideoSource
>(
342
VideoSource
::
VideoSource
(cricket::ChannelManager* channel_manager,
350
this, &
VideoSource
::OnStateChange);
353
VideoSource
::~
VideoSource
() {
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
video_source.h
55
class
VideoSource
{
57
virtual ~
VideoSource
() {}
85
class DummyVideoSource : public
VideoSource
{
/external/libvpx/libvpx/test/
video_source.h
108
class
VideoSource
{
110
virtual ~
VideoSource
() {}
138
class DummyVideoSource : public
VideoSource
{
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h
391
class
VideoSource
{
393
VideoSource
(int flow_id,
398
virtual ~
VideoSource
() {}
427
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(
VideoSource
);
430
class AdaptiveVideoSource : public
VideoSource
{
bwe_test_framework.cc
673
VideoSource
::
VideoSource
(int flow_id,
694
uint32_t
VideoSource
::NextFrameSize() {
698
int64_t
VideoSource
::GetTimeUntilNextFrameMs() const {
702
uint32_t
VideoSource
::NextPacketSize(uint32_t frame_size,
707
void
VideoSource
::RunFor(int64_t time_ms, Packets* in_out) {
759
:
VideoSource
(flow_id, fps, kbps, ssrc, first_frame_offset_ms) {
/external/webrtc/webrtc/modules/video_coding/test/
video_source.h
52
class
VideoSource
{
54
VideoSource
();
55
VideoSource
(std::string fileName,
59
VideoSource
(std::string fileName,
/frameworks/base/media/java/android/media/
MediaRecorder.java
139
* {@link #stop}, or is called when
VideoSource
is not set to SURFACE.
140
* @see android.media.MediaRecorder.
VideoSource
157
* @see MediaRecorder.
VideoSource
329
public final class
VideoSource
{
333
private
VideoSource
() {}
469
* @see android.media.MediaRecorder.
VideoSource
[
all
...]
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/24/
android.jar
Completed in 499 milliseconds
1
2