HomeSort by relevance Sort by last modified time
    Searched refs:input_width (Results 1 - 25 of 30) sorted by null

1 2

  /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/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/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
  /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);
  /device/asus/flo/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 152 * @input_width - Width of the input thumbnail buffer
168 OMX_U32 input_width; member in struct:__anon3061
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 152 * @input_width - Width of the input thumbnail buffer
172 OMX_U32 input_width; member in struct:__anon3566
  /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/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:__anon4342
  /hardware/qcom/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:__anon25633
  /hardware/qcom/media/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 688 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
691 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
694 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
697 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
700 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
727 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
730 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
733 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
    [all...]
  /hardware/qcom/media/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/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
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_vidc_enc.h 330 unsigned long input_width; member in struct:venc_basecfg
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_enc.h 556 unsigned long input_width; member in struct:venc_basecfg
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_vidc_enc.h 330 unsigned long input_width; member in struct:venc_basecfg
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_enc.h 556 unsigned long input_width; member in struct:venc_basecfg

Completed in 9834 milliseconds

1 2