HomeSort by relevance Sort by last modified time
    Searched refs:VideoSource (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/libvpx/libvpx/test/
encode_test_driver.cc 23 void Encoder::InitEncoder(VideoSource *video) {
64 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) {
81 void Encoder::EncodeFrameInternal(const VideoSource &video,
175 void EncoderTest::RunLoop(VideoSource *video) {
vp9_end_to_end_test.cc 123 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
167 libvpx_test::VideoSource *video;
aq_segment_test.cc 32 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
tile_independence_test.cc 51 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
y4m_video_source.h 20 // This class extends VideoSource to allow parsing of raw yv12
22 class Y4mVideoSource : public VideoSource {
cpu_speed_test.cc 48 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
cq_test.cc 68 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
keyframe_test.cc 35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
superframe_test.cc 46 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
vp9_ethread_test.cc 65 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
  /external/opencv3/modules/cudacodec/src/
video_source.cpp 52 bool cv::cudacodec::detail::VideoSource::parseVideoData(const unsigned char* data, size_t size, bool endOfStream)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
active_map_test.cc 36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
borders_test.cc 31 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
y4m_video_source.h 19 // This class extends VideoSource to allow parsing of raw yv12
21 class Y4mVideoSource : public VideoSource {
aq_segment_test.cc 33 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
cpu_speed_test.cc 33 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
cq_test.cc 45 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
i420_video_source.h 20 // This class extends VideoSource to allow parsing of raw yv12
22 class I420VideoSource : public VideoSource {
superframe_test.cc 37 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
tile_independence_test.cc 51 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
encode_test_driver.cc 20 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) {
37 void Encoder::EncodeFrameInternal(const VideoSource &video,
138 void EncoderTest::RunLoop(VideoSource *video) {
  /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 {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 89 mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
137 int videoSource = useSurface ?
138 MediaRecorder.VideoSource.SURFACE :
139 MediaRecorder.VideoSource.CAMERA;
140 recorder.setVideoSource(videoSource);
239 recorder.setVideoSource(MediaRecorder.VideoSource.SURFACE);
349 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
381 mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
MediaRecorderTest.java 175 assertThat(shadowMediaRecorder.getVideoSource(), not(equalTo(MediaRecorder.VideoSource.CAMERA)));
177 mediaRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
178 assertThat(shadowMediaRecorder.getVideoSource(), equalTo(MediaRecorder.VideoSource.CAMERA));
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
MediaRecorderCameraActivity.java 122 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);

Completed in 588 milliseconds

12 3 4 5