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

1 2 3

  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 56 unsigned int input_height; member in struct:Config
72 config->input_height = DEFAULT_INPUT_HEIGHT;
88 if (sscanf(argv[++i], "%u", &config->input_height) != 1)
172 config->output_height = config->input_height;
202 mbh = align(config.input_height, MACROBLOCK_HEIGHT) / MACROBLOCK_HEIGHT;
210 config.input_height,
238 assert(XvMCCreateContext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Success);
278 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);
287 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 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/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_test.h 44 unsigned long input_height; member in struct:video_encoder_context
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_test.h 44 unsigned long input_height; member in struct:video_encoder_context
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
video_encoder_test.h 44 unsigned long input_height; 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);
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);
  /frameworks/ml/nn/common/operations/internal/reference/
depthwiseconv_float.h 36 const int input_height = ArraySize(input_dims, 2); local
61 (in_y < input_height)) {
depthwiseconv_uint8.h 52 const int input_height = ArraySize(input_dims, 2); local
77 (in_y < input_height)) {
reference_ops.h 174 const int input_height = ArraySize(input_dims, 2); local
195 (in_y < input_height)) {
245 const int input_height = ArraySize(input_dims, 2); local
266 (in_y < input_height)) {
300 const int input_height = ArraySize(input_dims, 2); local
309 DCHECK_EQ(input_height * block_size, output_height);
341 const int input_height = ArraySize(input_dims, 2); local
350 DCHECK_EQ(input_height, output_height * block_size);
355 for (int in_h = 0; in_h < input_height; ++in_h) {
    [all...]
  /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/google/marlin/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 184 * @input_height - Heighr of the input thumbnail buffer
204 OMX_U32 input_height; member in struct:__anon4068
  /device/huawei/angler/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 180 * @input_height - Heighr of the input thumbnail buffer
200 OMX_U32 input_height; member in struct:__anon4630
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 180 * @input_height - Heighr of the input thumbnail buffer
200 OMX_U32 input_height; member in struct:__anon5182
  /external/webrtc/webrtc/modules/video_coding/utility/
quality_scaler_unittest.cc 107 int input_height,
368 int input_height,
373 input_frame_.CreateEmptyFrame(input_width, input_height, input_width,
377 int last_height = input_height;
  /hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 184 * @input_height - Heighr of the input thumbnail buffer
204 OMX_U32 input_height; member in struct:__anon44405
  /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);
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...]
  /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);
249 m_sVenc_cfg.input_height, this);
268 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height;
344 m_sVenc_cfg.input_height= OMX_CORE_QCIF_HEIGHT;
705 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
717 "color_format (%d)", m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
    [all...]
  /hardware/qcom/media/msm8974/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...]
  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 228 float input_height = in_rect.bottom - in_rect.top; local
230 if (input_width < input_height) {
  /hardware/qcom/display/msm8998/sdm/libs/utils/
rect.cpp 255 float input_height = in_rect.bottom - in_rect.top; local
257 if (input_width < input_height) {
  /hardware/qcom/display/sdm845/sdm/libs/utils/
rect.cpp 255 float input_height = in_rect.bottom - in_rect.top; local
257 if (input_width < input_height) {
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 655 int height = m_sVenc_cfg.input_height;
    [all...]
  /hardware/qcom/media/msm8974/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 *

Completed in 1260 milliseconds

1 2 3