OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ivf
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vpxenc.sh
48
"${YUV_RAW_INPUT}" vp8.
ivf
55
"${YUV_RAW_INPUT}" vp8.
ivf
-
70
"${YUV_RAW_INPUT}" vp9.
ivf
85
"${YUV_RAW_INPUT}" vp9_lossless.
ivf
--lossless
tools_common.sh
216
# Note: The output file path must end in .
ivf
to output an
IVF
file.
234
# Because --
ivf
must be within the command line to get
IVF
from vpxenc.
235
if echo "${output}" | egrep -q '
ivf
$'; then
236
use_ivf=--
ivf
/external/libvpx/libvpx/test/
test-data.mk
27
LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-001.
ivf
28
LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-001.
ivf
.md5
29
LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-002.
ivf
30
LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-002.
ivf
.md5
31
LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-003.
ivf
32
LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-003.
ivf
.md5
33
LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-004.
ivf
34
LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-004.
ivf
.md5
35
LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-005.
ivf
36
LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-005.
ivf
.md
[
all
...]
vpxenc.sh
120
local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.
ivf
"
124
--
ivf
\
204
local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8_piped_input.
ivf
"
208
--
ivf
\
220
local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9.
ivf
"
224
--
ivf
\
341
local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_lossless.
ivf
"
345
--
ivf
\
358
local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_lossless_minq0_maxq0.
ivf
"
362
--
ivf
\
[
all
...]
/external/libevent/
autogen.sh
3
exec autoreconf -
ivf
/cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java
48
* A raw yv12 stream is encoded at various settings and written to an
IVF
198
// Name of the
IVF
file to write encoded bitsream
262
outputIvfBaseName + resolutionScales[i] + ".
ivf
";
506
* @param inputIvfFilename The name of the
IVF
file containing encoded bitsream.
519
IvfReader
ivf
= new IvfReader(inputIvfFilename);
local
520
int frameWidth =
ivf
.getWidth();
521
int frameHeight =
ivf
.getHeight();
522
int frameCount =
ivf
.getFrameCount();
531
VP8_MIME,
ivf
.getWidth(),
ivf
.getHeight())
1282
IvfWriter
ivf
= new IvfWriter(
local
1455
IvfWriter
ivf
= new IvfWriter(
local
1526
IvfWriter[]
ivf
= new IvfWriter[numEncoders];
local
[
all
...]
Completed in 478 milliseconds