/external/libvpx/libvpx/test/ |
postproc.sh | 11 ## This file tests the libvpx postproc example code. To add new tests to this 27 # Runs postproc using $1 as input file. $2 is the codec name, and is used 29 postproc() { function 30 local decoder="${LIBVPX_BIN_PATH}/postproc${VPX_TEST_EXE_SUFFIX}" 48 postproc "${VP8_IVF_FILE}" vp8 || return 1 55 postproc "${VP9_IVF_FILE}" vp9 || return 1
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
postproc_x86.c | 11 /* On Android NDK, rand is inlined function, but postproc needs rand symbol */
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraPostProc.h | 152 QCameraQueue m_inputPPQ; // input queue for postproc 153 QCameraQueue m_ongoingPPQ; // ongoing postproc queue
|
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3PostProc.h | 146 QCameraQueue m_inputPPQ; // input queue for postproc 147 QCameraQueue m_ongoingPPQ; // ongoing postproc queue
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
QCameraPostProc.h | 152 QCameraQueue m_inputPPQ; // input queue for postproc 153 QCameraQueue m_ongoingPPQ; // ongoing postproc queue
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
QCamera3PostProc.h | 150 QCameraQueue m_inputPPQ; // input queue for postproc 151 QCameraQueue m_ongoingPPQ; // ongoing postproc queue
|
/external/libvpx/libvpx/test/android/ |
README | 4 --enable-postproc --disable-install-srcs --enable-multi-res-encoding \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
README | 4 --enable-postproc --disable-install-srcs --enable-multi-res-encoding \
|
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraPostProc.h | 182 int8_t m_bInited; // if postproc is inited 184 QCameraQueue m_inputPPQ; // input queue for postproc 185 QCameraQueue m_ongoingPPQ; // ongoing postproc queue
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3PostProc.h | 162 QCameraQueue m_inputPPQ; // input queue for postproc 163 QCameraQueue m_inputFWKPPQ; // framework input queue for postproc 164 QCameraQueue m_ongoingPPQ; // ongoing postproc queue
|
/external/libvpx/libvpx/examples/ |
postproc.c | 94 die_codec(&codec, "Postproc not supported by this decoder."); 112 die_codec(&codec, "Failed to turn off postproc."); 117 die_codec(&codec, "Failed to turn on postproc.");
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
postproc.c | 94 die_codec(&codec, "Postproc not supported by this decoder."); 112 die_codec(&codec, "Failed to turn off postproc."); 117 die_codec(&codec, "Failed to turn on postproc.");
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraPostProc.h | 200 int8_t m_bInited; // if postproc is inited 202 QCameraQueue m_inputPPQ; // input queue for postproc 203 QCameraQueue m_ongoingPPQ; // ongoing postproc queue
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3PostProc.h | 167 QCameraQueue m_inputPPQ; // input queue for postproc 168 QCameraQueue m_inputFWKPPQ; // framework input queue for postproc 169 QCameraQueue m_ongoingPPQ; // ongoing postproc queue
|
/external/libvpx/libvpx/ |
vpxdec.c | 68 static const arg_def_t postprocarg = ARG_DEF(NULL, "postproc", 0, 101 "Enable VP8 postproc add noise"); 501 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local 583 postproc = 1; 599 postproc = 1; 603 postproc = 1; 607 postproc = 1; 610 postproc = 1; 615 postproc = 1; 623 postproc = 1 [all...] |
examples.mk | 125 EXAMPLES-$(CONFIG_VP8_DECODER) += postproc.c 126 postproc.SRCS += ivfdec.h ivfdec.c 127 postproc.SRCS += tools_common.h tools_common.c 128 postproc.SRCS += video_common.h 129 postproc.SRCS += video_reader.h video_reader.c 130 postproc.SRCS += vpx_ports/mem_ops.h 131 postproc.SRCS += vpx_ports/mem_ops_aligned.h 132 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7 133 postproc.DESCRIPTION = Decoder postprocessor control
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxdec.c | 64 static const arg_def_t postprocarg = ARG_DEF(NULL, "postproc", 0, 96 "Enable VP8 postproc add noise"); 495 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local 568 postproc = 1; 584 postproc = 1; 588 postproc = 1; 592 postproc = 1; 595 postproc = 1; 600 postproc = 1; 608 postproc = 1 [all...] |
examples.mk | 98 EXAMPLES-$(CONFIG_VP8_DECODER) += postproc.c 99 postproc.SRCS += ivfdec.h ivfdec.c 100 postproc.SRCS += tools_common.h tools_common.c 101 postproc.SRCS += video_common.h 102 postproc.SRCS += video_reader.h video_reader.c 103 postproc.SRCS += vpx_ports/mem_ops.h 104 postproc.SRCS += vpx_ports/mem_ops_aligned.h 105 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7 106 postproc.DESCRIPTION = Decoder postprocessor control
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_bpic_adv.c | 20 * Table 22 of SMPTE 421M after processing up to POSTPROC by
83 * Table 84 of SMPTE 421M after processing up to POSTPROC by
192 VC1_GET_BITS9(2, picLayerHeader->POSTPROC);
|
vc1parse_ipic_adv.c | 19 * Table 18 of SMPTE 421M after processing up to POSTPROC by
86 * Table 82 of SMPTE 421M after processing up to POSTPROC by
196 VC1_GET_BITS9(2, tempValue); /* POSTPROC. */
|
vc1parse_ppic_adv.c | 19 * Table 20 of SMPTE 421M after processing up to POSTPROC by
127 * Table 83 of SMPTE 421M after processing up to POSTPROC by
238 VC1_GET_BITS9(2, picLayerHeader->POSTPROC);
|
/external/libvpx/libvpx/vp8/ |
vp8cx.mk | 73 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.h 74 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8cx.mk | 73 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.h 74 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.c
|
/external/libvpx/libvpx/vp8/common/ |
onyxc_int.h | 22 #include "postproc.h"
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
onyxc_int.h | 22 #include "postproc.h"
|