OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPEG4
(Results
1 - 7
of
7
) sorted by null
/frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp
116
},
MPEG4
[] = {
151
{XA_VIDEOCODEC_MPEG4,
MPEG4
, sizeof(
MPEG4
) / sizeof(
MPEG4
[0])},
175
},
MPEG4
[] = {
215
{XA_VIDEOCODEC_MPEG4,
MPEG4
, sizeof(
MPEG4
) / sizeof(
MPEG4
[0])},
/cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java
74
private static final String
MPEG4
= MediaFormat.MIMETYPE_VIDEO_MPEG4;
387
//
MPEG4
tests
388
public void testMpeg4Count0176x0144() throws Exception { count(
MPEG4
, 176, 144, 1, 4); }
389
public void testMpeg4Goog0Qual0176x0144() throws Exception { qual(
MPEG4
, 176, 144, GOOG, 0); }
390
public void testMpeg4Goog0Perf0176x0144() throws Exception { perf(
MPEG4
, 176, 144, GOOG, 0); }
391
public void testMpeg4Other0Qual0176x0144() throws Exception { qual(
MPEG4
, 176, 144, OTHER, 0); }
392
public void testMpeg4Other0Perf0176x0144() throws Exception { perf(
MPEG4
, 176, 144, OTHER, 0); }
393
public void testMpeg4Other1Qual0176x0144() throws Exception { qual(
MPEG4
, 176, 144, OTHER, 1); }
394
public void testMpeg4Other1Perf0176x0144() throws Exception { perf(
MPEG4
, 176, 144, OTHER, 1); }
395
public void testMpeg4Other2Qual0176x0144() throws Exception { qual(
MPEG4
, 176, 144, OTHER, 2);
[
all
...]
/external/opencv3/modules/cudacodec/include/opencv2/
cudacodec.hpp
247
MPEG4
,
/frameworks/av/media/libstagefright/codecs/common/include/
voIndex.h
95
_MAKE_CODEC_ID (0x020000,
MPEG4
)
/frameworks/av/cmds/stagefright/
stagefright.cpp
416
MPEG4
,
438
mStreamType =
MPEG4
;
439
CHECK(!"sync frame detection not implemented yet for
MPEG4
");
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
VideoDecoderPerfTest.java
55
private static final String
MPEG4
= MediaFormat.MIMETYPE_VIDEO_MPEG4;
463
//
MPEG4
tests
487
// No media for
MPEG4
640x480
/external/opencv3/modules/cudacodec/src/
video_writer.cpp
107
MPEG4
, // not supported yet
[
all
...]
Completed in 744 milliseconds