Searched refs:height (Results 126 - 150 of 679) sorted by relevance

1234567891011>>

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h92 bool dev_is_video_session_supported(OMX_U32 width, OMX_U32 height);
94 OMX_U32 height);
/hardware/intel/common/libmix/videoencoder/
H A DPVSoftMPEG4Encoder.cpp40 int32_t width, int32_t height) {
42 int32_t outYsize = width * height;
52 for (int32_t i = height >> 1; i > 0; --i) {
69 int32_t width, int32_t height,
74 uv_start = dataOut + width * height;
78 for (h = 0; h < height; h++)
80 for (h = 0; h < height / 2; h++)
135 mComParams.resolution.height = 0;
311 mVideoHeight = mComParams.resolution.height;
426 trimBuffer(img, mTrimedInputData, pvinfo->width, pvinfo->height,
38 ConvertYUV420SemiPlanarToYUV420Planar( uint8_t *inyuv, uint8_t* outyuv, int32_t width, int32_t height) argument
68 trimBuffer(uint8_t *dataIn, uint8_t *dataOut, int32_t width, int32_t height, int32_t alignedHeight, int32_t stride) argument
[all...]
/hardware/libhardware/modules/usbcamera/
H A DStream.cpp155 if (s->height != mStream->height) {
156 ALOGE("%s:%d: Mismatched height in reused stream. Got %d expect %d",
157 __func__, mId, s->height, mStream->height);
168 dprintf(fd, "Width: %" PRIu32 " Height: %" PRIu32 "\n", mStream->width, mStream->height);
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_priv_handle.h71 int height; // holds height of the actual buffer allocated member in struct:private_handle_t
73 int unaligned_height; // holds height client asked to allocate
99 int height,
112 height(height),
167 hnd->id, hnd->width, hnd->height, hnd->unaligned_width, hnd->unaligned_height, hnd->size,
95 private_handle_t(int fd, int meta_fd, int flags, int width, int height, int uw, int uh, int format, int buf_type, unsigned int size, gralloc1_producer_usage_t prod_usage = GRALLOC1_PRODUCER_USAGE_NONE, gralloc1_consumer_usage_t cons_usage = GRALLOC1_CONSUMER_USAGE_NONE) argument
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderWMV.cpp116 mVideoFormatInfo.height != data->se_data->CODED_HEIGHT) &&
119 ITRACE("video size is changed from %dx%d to %dx%d", mVideoFormatInfo.width, mVideoFormatInfo.height,
125 mVideoFormatInfo.height = data->se_data->CODED_HEIGHT;
135 || (mVideoFormatInfo.height > mVideoFormatInfo.surfaceHeight);
462 p[6] = (mVideoFormatInfo.height >> 8) & 0x0ff;
463 p[7] = mVideoFormatInfo.height & 0x0ff;
492 mVideoFormatInfo.width, mVideoFormatInfo.height,
495 mVideoFormatInfo.cropBottom = data->se_data->CODED_HEIGHT > mVideoFormatInfo.height ?
496 data->se_data->CODED_HEIGHT - mVideoFormatInfo.height : 0;
501 mVideoFormatInfo.height !
[all...]
H A DVideoDecoderVP8.cpp52 uint32_t height = data->codec_data->frame_height; local
54 mVideoFormatInfo.width, mVideoFormatInfo.height, width, height);
61 mVideoFormatInfo.height != height) &&
62 width && height) {
64 (VideoDecoderBase::alignMB(mVideoFormatInfo.height) != height)) {
69 mVideoFormatInfo.height = height;
[all...]
/hardware/qcom/display/msm8960/libgralloc/
H A Dmapper.cpp261 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
262 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
272 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height);
273 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1);
284 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
285 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height
286 + cstride * hnd->height / 2);
344 int height = va_arg(args, int); local
359 hnd->height = height;
370 int height = va_arg(args, int); local
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_primary.cpp60 int width = 0, height = 0; local
62 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height);
63 if (width > 0 && height > 0) {
65 primary_height = UINT32(height);
353 output_buffer->height = output_buffer_info.buffer_config.height;
421 &output_buffer_info_.buffer_config.height);
463 output_buffer_info_.buffer_config.height < panel_height)) {
467 output_buffer_info_.buffer_config.height < fb_height)) {
502 DisplayError HWCDisplayPrimary::SetMixerResolution(uint32_t width, uint32_t height) { argument
506 GetMixerResolution(uint32_t *width, uint32_t *height) argument
[all...]
H A Dblit_engine_c2d.cpp139 int BlitEngineC2d::AllocateBlitTargetBuffers(uint32_t width, uint32_t height, uint32_t format, argument
142 if (width <= 0 || height <= 0) {
149 INT(height) != blit_target_buffer_[0]->height) {
156 status = alloc_buffer(&blit_target_buffer_[i], width, height, format, usage);
189 buffer.h = hnd->height;
286 int fbheight = INT(layer_buffer->height);
298 // Set the buffer height and width
300 layer_buffer->height = fbheight/3;
336 int height local
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display_primary.cpp64 int width = 0, height = 0; local
66 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height);
67 if (width > 0 && height > 0) {
69 primary_height = UINT32(height);
409 output_buffer->height = output_buffer_info.buffer_config.height;
477 &output_buffer_info_.buffer_config.height);
518 output_buffer_info_.buffer_config.height < panel_height)) {
522 output_buffer_info_.buffer_config.height < fb_height)) {
558 DisplayError HWCDisplayPrimary::SetMixerResolution(uint32_t width, uint32_t height) { argument
562 GetMixerResolution(uint32_t *width, uint32_t *height) argument
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display_primary.cpp61 int width = 0, height = 0; local
63 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height);
64 if (width > 0 && height > 0) {
66 primary_height = UINT32(height);
409 output_buffer->height = alloc_buffer_info.aligned_height;
411 output_buffer->unaligned_height = buffer_config.height;
479 &output_buffer_info_.buffer_config.height);
521 output_buffer_info.buffer_config.height < panel_height)) {
525 output_buffer_info.buffer_config.height < fb_height)) {
569 DisplayError HWCDisplayPrimary::SetMixerResolution(uint32_t width, uint32_t height) { argument
573 GetMixerResolution(uint32_t *width, uint32_t *height) argument
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display_primary.cpp64 int width = 0, height = 0; local
66 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height);
67 if (width > 0 && height > 0) {
69 primary_height = UINT32(height);
410 output_buffer->height = alloc_buffer_info.aligned_height;
412 output_buffer->unaligned_height = buffer_config.height;
480 &output_buffer_info_.buffer_config.height);
521 output_buffer_info_.buffer_config.height < panel_height)) {
525 output_buffer_info_.buffer_config.height < fb_height)) {
571 DisplayError HWCDisplayPrimary::SetMixerResolution(uint32_t width, uint32_t height) { argument
575 GetMixerResolution(uint32_t *width, uint32_t *height) argument
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DMultiDisplayObserver.cpp315 mode.vdisplay = timing.height;
318 ITRACE("timing to set: %dx%d@%dHz", timing.width, timing.height, timing.refresh);
377 info->height = videoInfo.displayH;
381 info->width, info->height, info->frameRate);
413 int32_t width, int32_t height,
421 if (width <= 0 || height <= 0 ||
424 ETRACE(" Invalid parameter: %dx%d, %dx%d, %dx%d", width, height, offX, offY, bufWidth, bufHeight);
428 status_t ret = mMDSDecoderConfig->setDecoderOutputResolution(sessionID, width, height, offX, offY, bufWidth, bufHeight);
430 ITRACE("Video Session[%d] output resolution %dx%d ", sessionID, width, height);
411 setDecoderOutputResolution( int sessionID, int32_t width, int32_t height, int32_t offX, int32_t offY, int32_t bufWidth, int32_t bufHeight) argument
H A DMultiDisplayObserver.h35 int height; member in struct:android::intel::VideoSourceInfo
76 int32_t width, int32_t height,
132 int32_t width, int32_t height,
130 setDecoderOutputResolution( int sessionID, int32_t width, int32_t height, int32_t, int32_t, int32_t, int32_t) argument
/hardware/intel/common/libva/test/basic/
H A Dtest_09.c65 int height = 288; local
72 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, width, height, surfaces, total_surfaces, NULL, 0);
79 va_status = vaCreateContext( va_dpy, configs[i], width, height, flags, surfaces + i*surface_count, surface_count, &contexts[i] );
H A Dtest_10.c43 int height = 288; local
50 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, width, height, surfaces, total_surfaces, NULL, 0);
55 va_status = vaCreateContext( va_dpy, config, width, height, flags, surfaces, surface_count, &context );
/hardware/intel/common/utils/ISV/include/
H A Disv_bufmanager.h53 int height; // \see alloc_device_t::alloc member in struct:ISVBuffer::_ufo_buffer_details_t
62 int allocHeight; // allocated buffer height in lines.
75 uint32_t width, uint32_t height,
82 mHeight(height),
73 ISVBuffer(sp<ISVWorker> worker, unsigned long buffer, unsigned long grallocHandle, uint32_t width, uint32_t height, uint32_t stride, uint32_t colorFormat, ISV_BUFFERTYPE type, uint32_t flag) argument
H A Disv_worker.h95 status_t init(uint32_t width, uint32_t height);
125 status_t allocSurface(uint32_t* width, uint32_t* height,
151 status_t writeNV12(int width, int height, unsigned char *out_buf, int y_pitch, int uv_pitch);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DDummyDevice.cpp99 bool DummyDevice::getDisplaySize(int *width, int *height) argument
102 if (!width || !height) {
109 *height = 720;//1280;
/hardware/intel/img/psb_video/src/android/
H A Dpsb_android_glue.cpp93 int* width, int* height,
97 width == NULL || height == NULL ||
108 bool ret = mds->getDecoderOutputResolution(width, height, offX, offY, bufW, bufH);
92 psb_android_get_mds_decoder_output_resolution(void* output, int* width, int* height, int* offX, int* offY, int* bufW, int* bufH) argument
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_x11.c123 unsigned short width, height; local
145 height = srch;
147 height = desth;
160 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: clipped w x h = %d x %d\n", width, height);
189 ximg = XCreateImage((Display *)ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, width, height, 32, 0);
218 ximg->data = (char *) malloc(ximg->bytes_per_line * height);
225 uint8_t *src_uv = surface_data + psb_surface->stride * (obj_surface->height + srcy / 2);
227 for (y = srcy; y < (srcy + height); y += 2) {
252 XPutImage((Display *)ctx->native_dpy, draw, gc, ximg, 0, 0, destx, desty, width, height);
407 static int pnw_check_output_method(VADriverContextP ctx, object_surface_p obj_surface, int width, int height, in argument
[all...]
/hardware/qcom/display/msm8084/libgralloc/
H A Dmapper.cpp314 int height = va_arg(args, int); local
328 hnd->height = height;
339 int height = va_arg(args, int); local
346 hnd->height = height;
384 int *height = va_arg(args, int *); local
391 *height = metadata->bufferDim.sliceHeight;
394 *height = hnd->height;
402 int height = va_arg(args, int); local
[all...]
/hardware/qcom/display/msm8226/libgralloc/
H A Dmapper.cpp314 int height = va_arg(args, int); local
328 hnd->height = height;
339 int height = va_arg(args, int); local
346 hnd->height = height;
384 int *height = va_arg(args, int *); local
391 *height = metadata->bufferDim.sliceHeight;
394 *height = hnd->height;
402 int height = va_arg(args, int); local
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
H A Dvidc_color_converter.cpp89 bool omx_c2d_conv::open(unsigned int height,unsigned int width, argument
95 c2dcc = mConvertOpen(width, height, width, height,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp95 bool omx_c2d_conv::open(unsigned int height,unsigned int width, argument
101 c2dcc = mConvertOpen(width, height, width, height,

Completed in 573 milliseconds

1234567891011>>