OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:videoFrame
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc
30
static void PreprocessFrameAndVerify(const
VideoFrame
& source,
34
const
VideoFrame
* out_frame);
42
VideoFrame
* cropped_frame);
47
static void TestSize(const
VideoFrame
& source_frame,
48
const
VideoFrame
& cropped_source_frame,
53
static bool CompareFrames(const webrtc::
VideoFrame
& frame1,
54
const webrtc::
VideoFrame
& frame2);
55
static void WriteProcessedFrameForVisualInspection(const
VideoFrame
& source,
56
const
VideoFrame
& processed);
102
VideoFrame
videoFrame
[
all
...]
/frameworks/av/media/libstagefright/webm/
WebmFrameThread.cpp
209
const sp<WebmFrame>
videoFrame
= mVideoFrames.peek();
210
ALOGV("v frame: %p",
videoFrame
.get());
216
if (
videoFrame
->mEos && audioFrame->mEos) {
220
if (*audioFrame < *
videoFrame
) {
227
outstandingFrames.push_back(
videoFrame
);
228
if (
videoFrame
->mKey)
/frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp
28
#include <private/media/
VideoFrame
.h>
257
VideoFrame
*
videoFrame
= NULL;
259
if (frameMemory != 0) { // cast the shared structure to a
VideoFrame
object
260
videoFrame
= static_cast<
VideoFrame
*>(frameMemory->pointer());
262
if (
videoFrame
== NULL) {
263
ALOGE("getFrameAtTime:
videoFrame
is a NULL pointer");
268
videoFrame
->mDisplayWidth,
269
videoFrame
->mDisplayHeight
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java
[
all
...]
Completed in 166 milliseconds