OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MPEG2
(Results
1 - 5
of
5
) sorted by null
/external/tinycompress/include/tinycompress/
tinymp3.h
95
MPEG2
= 1,
/frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp
99
static const id_to_string_t
MPEG2
[] = {
149
{XA_VIDEOCODEC_MPEG2,
MPEG2
, sizeof(
MPEG2
) / sizeof(
MPEG2
[0])},
161
static const id_to_string_t
MPEG2
[] = {
213
{XA_VIDEOCODEC_MPEG2,
MPEG2
, sizeof(
MPEG2
) / sizeof(
MPEG2
[0])},
/external/opencv3/modules/cudacodec/include/opencv2/
cudacodec.hpp
246
MPEG2
,
/cts/tests/tests/media/src/android/media/cts/
VideoDecoderPerfTest.java
54
private static final String
MPEG2
= MediaFormat.MIMETYPE_VIDEO_MPEG2;
451
//
MPEG2
tests
453
// No media for
MPEG2
176x144
455
// No media for
MPEG2
352x288
457
// No media for
MPEG2
640x480
459
// No media for
MPEG2
1280x720
461
// No media for
MPEG2
1920x1080
/cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java
73
private static final String
MPEG2
= MediaFormat.MIMETYPE_VIDEO_MPEG2;
330
//
MPEG2
tests
331
public void testMpeg2Count0176x0144() throws Exception { count(
MPEG2
, 176, 144, 1, 4); }
332
public void testMpeg2Goog0Qual0176x0144() throws Exception { qual(
MPEG2
, 176, 144, GOOG, 0); }
333
public void testMpeg2Goog0Perf0176x0144() throws Exception { perf(
MPEG2
, 176, 144, GOOG, 0); }
334
public void testMpeg2Other0Qual0176x0144() throws Exception { qual(
MPEG2
, 176, 144, OTHER, 0); }
335
public void testMpeg2Other0Perf0176x0144() throws Exception { perf(
MPEG2
, 176, 144, OTHER, 0); }
336
public void testMpeg2Other1Qual0176x0144() throws Exception { qual(
MPEG2
, 176, 144, OTHER, 1); }
337
public void testMpeg2Other1Perf0176x0144() throws Exception { perf(
MPEG2
, 176, 144, OTHER, 1); }
338
public void testMpeg2Other2Qual0176x0144() throws Exception { qual(
MPEG2
, 176, 144, OTHER, 2);
[
all
...]
Completed in 1115 milliseconds