HomeSort by relevance Sort by last modified time
    Searched defs:input_width (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/libvpx/source/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/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;
  /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 64 unsigned long input_width; member in struct:msm_venc_basecfg
  /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:__anon2955
  /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:__anon3462
  /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);
  /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:__anon4609
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 2007 static int input_width = 0, input_height = 0; local
    [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 327 unsigned long input_width; member in struct:venc_basecfg
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_enc.h 554 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 708 milliseconds