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

1 2

  /external/libvpx/libvpx/test/
pp_filter_test.cc 47 const int input_width = block_width; local
49 const int input_stride = input_width;
50 const int input_size = input_width * input_height;
  /external/chromium_org/third_party/mesa/src/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);
  /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 60 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:__anon1942
  /hardware/qcom/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:__anon31570
  /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...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 548 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH;
645 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
661 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
833 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
866 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
873 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
    [all...]
video_encoder_device.cpp 226 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH;
601 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
612 "color_format (%d)", m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
    [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-v4l2/vidc/venc/test/
video_encoder_test.c 97 encoder_context->input_width = 176;
144 encoder_context->input_width = temp1;
243 basecfg.input_width = init_decode->input_width;
292 if (basecfg.input_width > 720) {
643 encoder_context->input_width *3)/2;
796 encoder_context->input_width *3)/2;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 272 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH;
363 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
373 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
550 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
585 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
593 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
627 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth)
631 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
    [all...]
video_encoder_device.cpp 241 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH;
577 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
    [all...]
  /external/chromium_org/media/cast/test/
sender.cc 149 test::InputBuilder input_width("Choose video width.",
151 video_config->width = input_width.GetIntInput();
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c 548 jpege_config.main_cfg.scale_cfg.input_width = CEILING2(scaling_params->in2_w);
569 jpege_config.thumbnail_cfg.scale_cfg.input_width = CEILING2(scaling_params->in1_w);
  /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 326 unsigned long input_width; member in struct:venc_basecfg
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_enc.h 553 unsigned long input_width; member in struct:venc_basecfg
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 2007 static int input_width = 0, input_height = 0; local
    [all...]

Completed in 472 milliseconds

1 2