/external/libvpx/libvpx/test/ |
pp_filter_test.cc | 45 const int input_width = block_width; local 47 const int input_stride = input_width; 48 const int input_size = input_width * input_height;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
pp_filter_test.cc | 45 const int input_width = block_width; local 47 const int input_stride = input_width; 48 const int input_size = input_width * input_height;
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
xvmc_bench.c | 53 unsigned int input_width; member in struct:Config 69 config->input_width = DEFAULT_INPUT_WIDTH; 81 if (sscanf(argv[++i], "%u", &config->input_width) != 1) 166 config->output_width = config->input_width; 197 mbw = align(config.input_width, MACROBLOCK_WIDTH) / MACROBLOCK_WIDTH; 205 config.input_width, 229 assert(XvMCCreateContext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Success); 269 assert(XvMCPutSurface(display, &surface, window, 0, 0, config.input_width, config.input_height, 0, 0, config.output_width, config.output_height, XVMC_FRAME_PICTURE) == Success); 278 printf("Input: %u,%u\nOutput: %u,%u\n", config.input_width, config.input_height, config.output_width, config.output_height);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
video_encoder_test.h | 44 unsigned long input_width; member in struct:video_encoder_context
|
video_encoder_device_copper.h | 60 unsigned long input_width; member in struct:msm_venc_basecfg
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
video_encoder_test.h | 43 unsigned long input_width; member in struct:video_encoder_context
|
video_encoder_device_v4l2.h | 68 unsigned long input_width; member in struct:msm_venc_basecfg
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
video_encoder_test.h | 43 unsigned long input_width; member in struct:video_encoder_context
|
/packages/apps/Camera2/jni/ |
tinyplanet.cc | 93 int input_width, int input_height, 96 ImageRGBA input(input_image, input_width, input_height); 119 float px = (theta / (2 * PI_F)) * input_width; 123 px = wrap(px, input_width);
|
/packages/apps/Gallery2/jni/filters/ |
tinyplanet.cc | 92 int input_width, int input_height, 95 ImageRGBA input(input_image, input_width, input_height); 118 float px = (theta / (2 * PI_F)) * input_width; 122 px = wrap(px, input_width);
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
quality_scaler_unittest.cc | 106 void DownscaleEndsAt(int input_width, 367 void QualityScalerTest::DownscaleEndsAt(int input_width, 373 input_frame_.CreateEmptyFrame(input_width, input_height, input_width, 374 (input_width + 1) / 2, (input_width + 1) / 2); 376 int last_width = input_width;
|
/external/opencv/ml/src/ |
mlcnn.cpp | 75 length(X)==<n_input_planes>*<input_height>*<input_width>, 129 if( img_size != first_layer->input_height*first_layer->input_width ) \ 229 const int img_width = first_layer->input_width; 342 img_width = first_layer->input_width; 515 layer->input_width != 1 || layer->output_width != 1 ) 522 prev_layer->output_width != layer->input_width ) 575 int n_input_planes, int input_height, int input_width, 589 input_height < 1 || input_width < 1 || 592 input_width < output_width ) 609 layer->input_width = input_width [all...] |
/device/huawei/angler/camera/mm-image-codec/qomx_core/ |
QOMX_JpegExtensions.h | 179 * @input_width - Width of the input thumbnail buffer 199 OMX_U32 input_width; member in struct:__anon3768
|
/device/lge/bullhead/camera/mm-image-codec/qomx_core/ |
QOMX_JpegExtensions.h | 179 * @input_width - Width of the input thumbnail buffer 199 OMX_U32 input_width; member in struct:__anon4679
|
/device/moto/shamu/camera/mm-image-codec/qomx_core/ |
QOMX_JpegExtensions.h | 168 * @input_width - Width of the input thumbnail buffer 188 OMX_U32 input_width; member in struct:__anon5815
|
/hardware/qcom/camera/mm-image-codec/qomx_core/ |
QOMX_JpegExtensions.h | 183 * @input_width - Width of the input thumbnail buffer 203 OMX_U32 input_width; member in struct:__anon32343
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
video_encoder_device.cpp | 208 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 211 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 214 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 217 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 247 m_debug.log_loc, m_sVenc_cfg.input_width, 267 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height; 342 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH; 705 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth; 716 "color_format (%d)", m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, [all...] |
video_encoder_device_v4l2.cpp | 693 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 696 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 699 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 702 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 705 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 732 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 735 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
video_encoder_device.cpp | 209 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 212 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 215 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 218 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 248 m_debug.log_loc, m_sVenc_cfg.input_width, 268 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height; 343 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH; 706 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth; 717 "color_format (%d)", m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, [all...] |
video_encoder_device_v4l2.cpp | 634 width = ALIGN(m_sVenc_cfg.input_width, 32); [all...] |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
video_encoder_test.c | 97 encoder_context->input_width = 176; 148 encoder_context->input_width = temp1; 254 basecfg.input_width = init_decode->input_width; 305 if (basecfg.input_width > 720) 687 encoder_context->input_width *3)/2; 850 encoder_context->input_width *3)/2;
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
video_encoder_device_copper.cpp | 270 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH; 361 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; 371 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; 548 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; 583 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; 591 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; 625 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth) 629 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth; [all...] |
video_encoder_device.cpp | 239 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH; 575 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth; [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_vidc_enc.h | 304 unsigned long input_width; member in struct:venc_basecfg
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_vidc_enc.h | 505 unsigned long input_width; member in struct:venc_basecfg
|