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

1 2

  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 54 unsigned int input_height; member in struct:Config
70 config->input_height = DEFAULT_INPUT_HEIGHT;
86 if (sscanf(argv[++i], "%u", &config->input_height) != 1)
168 config->output_height = config->input_height;
198 mbh = align(config.input_height, MACROBLOCK_HEIGHT) / MACROBLOCK_HEIGHT;
206 config.input_height,
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 45 unsigned long input_height; member in struct:video_encoder_context
video_encoder_device_copper.h 61 unsigned long input_height; member in struct:msm_venc_basecfg
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_test.h 44 unsigned long input_height; member in struct:video_encoder_context
video_encoder_device_v4l2.h 69 unsigned long input_height; 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);
120 float py = (phi / PI_F) * input_height;
124 py = wrap(py, input_height);
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 92 int input_width, int input_height,
95 ImageRGBA input(input_image, input_width, input_height);
119 float py = (phi / PI_F) * input_height;
123 py = wrap(py, input_height);
  /external/libvpx/libvpx/test/
pp_filter_test.cc 46 const int input_height = block_height + 4; local
48 const int input_size = input_width * input_height;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
pp_filter_test.cc 46 const int input_height = block_height + 4; local
48 const int input_size = input_width * input_height;
  /device/asus/flo/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 153 * @input_height - Heighr of the input thumbnail buffer
169 OMX_U32 input_height; member in struct:__anon3061
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 153 * @input_height - Heighr of the input thumbnail buffer
173 OMX_U32 input_height; 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 ) \
228 const int img_height = first_layer->input_height;
341 img_height = first_layer->input_height;
514 if( layer->input_height != 1 || layer->output_height != 1 ||
521 prev_layer->output_height != layer->input_height ||
575 int n_input_planes, int input_height, int input_width,
589 input_height < 1 || input_width < 1 ||
591 input_height < output_height ||
608 layer->input_height = input_height
    [all...]
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 169 * @input_height - Heighr of the input thumbnail buffer
189 OMX_U32 input_height; member in struct:__anon4342
  /hardware/qcom/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 169 * @input_height - Heighr of the input thumbnail buffer
189 OMX_U32 input_height; 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);
248 m_sVenc_cfg.input_height, this);
267 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height;
343 m_sVenc_cfg.input_height= OMX_CORE_QCIF_HEIGHT;
704 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
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/src/
video_encoder_device_copper.cpp 271 m_sVenc_cfg.input_height= OMX_CORE_QCIF_HEIGHT;
360 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
370 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
547 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
582 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
590 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
624 if(m_sVenc_cfg.input_height != portDefn->format.video.nFrameHeight ||
628 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
    [all...]
video_encoder_device.cpp 240 m_sVenc_cfg.input_height= OMX_CORE_QCIF_HEIGHT;
574 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 98 encoder_context->input_height = 144;
149 encoder_context->input_height = temp2;
253 basecfg.input_height = init_decode->input_height;
686 enc_buffer.len = (encoder_context->input_height *
849 tempbuffer->filled_len = (encoder_context->input_height *
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_enc.h 305 unsigned long input_height; member in struct:venc_basecfg
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_enc.h 506 unsigned long input_height; member in struct:venc_basecfg
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_vidc_enc.h 331 unsigned long input_height; member in struct:venc_basecfg
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_enc.h 557 unsigned long input_height; member in struct:venc_basecfg
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_vidc_enc.h 331 unsigned long input_height; member in struct:venc_basecfg
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_enc.h 557 unsigned long input_height; member in struct:venc_basecfg

Completed in 2922 milliseconds

1 2