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

  /hardware/qcom/media/mm-video/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
  /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 41 const int input_height = block_height + 4; local
43 const int input_size = input_width * input_height;
  /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...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device_copper.cpp 273 m_sVenc_cfg.input_height= OMX_CORE_QCIF_HEIGHT;
362 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
372 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
549 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
584 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
592 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
626 if(m_sVenc_cfg.input_height != portDefn->format.video.nFrameHeight ||
630 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
    [all...]
video_encoder_device.cpp 242 m_sVenc_cfg.input_height= OMX_CORE_QCIF_HEIGHT;
576 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
    [all...]
  /hardware/qcom/media/mm-video/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 *
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c 549 jpege_config.main_cfg.scale_cfg.input_height = CEILING2(scaling_params->in2_h);
570 jpege_config.thumbnail_cfg.scale_cfg.input_height = CEILING2(scaling_params->in1_h);
  /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
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 1983 static int input_width = 0, input_height = 0; local
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]

Completed in 409 milliseconds