Home
last modified time | relevance | path

Searched refs:Height (Results 1 – 21 of 21) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dlnc_H263ES.c228 if (ctx->Height <= 400) in lnc__H263ES_process_sequence_param()
230 else if (ctx->Height < 800) in lnc__H263ES_process_sequence_param()
233 ctx->sRCParams.Slices = (ctx->Height + 15) >> (4 + (MBRows >> 1)); in lnc__H263ES_process_sequence_param()
272 ASSERT(ctx->Height == pBuffer->picture_height); in lnc__H263ES_process_picture_param()
276 if ((ctx->Width == 128) && (ctx->Height == 96)) in lnc__H263ES_process_picture_param()
278 else if ((ctx->Width == 176) && (ctx->Height == 144)) in lnc__H263ES_process_picture_param()
280 else if ((ctx->Width == 352) && (ctx->Height == 288)) in lnc__H263ES_process_picture_param()
282 else if ((ctx->Width == 704) && (ctx->Height == 576)) in lnc__H263ES_process_picture_param()
284 else if ((ctx->Width <= 720) && (ctx->Height <= 576)) in lnc__H263ES_process_picture_param()
302 ctx->Height, in lnc__H263ES_process_picture_param()
Dlnc_hostcode.c162 ctx->Height = (unsigned short)(~0xf & (height + 0xf)); in lnc_CreateContext()
164 ctx->HeightMinus16MinusLRBTopOffset = ctx->Height - (MVEA_LRB_TOP_OFFSET + 16); in lnc_CreateContext()
165 ctx->HeightMinus32MinusLRBTopOffset = ctx->Height - (MVEA_LRB_TOP_OFFSET + 32); in lnc_CreateContext()
166 …ctx->HeightMinusLRB_TopAndBottom_OffsetsPlus16 = ctx->Height - (MVEA_LRB_TOP_OFFSET + MVEA_LRB_TOP… in lnc_CreateContext()
167 ctx->HeightMinusLRBSearchHeight = ctx->Height - MVEA_LRB_SEARCH_HEIGHT; in lnc_CreateContext()
230 lnc_cmdbuf_insert_command_param(cmdbuf, (ctx->Width << 16) | ctx->Height); in lnc_BeginPicture()
354 psPicParams->Height = ctx->Height; in lnc_RenderPictureParameter()
515 MBSkipRun = (ctx->Width * ctx->Height) / 256; in lnc_RedoRenderPictureSkippedFrame()
698 MBs = ctx->Height * ctx->Width / (16 * 16); in lnc__setup_busize()
700 SliceHeight = ctx->Height / ctx->Slices; in lnc__setup_busize()
[all …]
Dlnc_H264ES.c475 if ((pBuffer->slice_height == 0) || (pBuffer->start_row_number >= ctx->Height)) { in lnc__H264ES_process_slice_param()
496 MBSkipRun = (ctx->Width * ctx->Height) / 256; in lnc__H264ES_process_slice_param()
707 if (((ctx->Height * ctx->Width) >> 8) < air_param->air_num_mbs) in lnc__H264ES_process_misc_param()
708 air_param->air_num_mbs = ((ctx->Height * ctx->Width) >> 8); in lnc__H264ES_process_misc_param()
Dlnc_hostcode.h162 IMG_UINT32 Height; member
369 IMG_UINT16 Height; member
Dpsb_deblock.c470 uint32_t Height in h264_secondPass() argument
482 PicSize = Width * Height; in h264_secondPass()
Dlnc_MPEG4ES.c303 ASSERT(ctx->Height == pBuffer->picture_height); in lnc__MPEG4ES_process_picture_param()
/hardware/intel/img/psb_video/src/
Dpnw_hostcode.c517 ctx->Height = (unsigned short)(~0xf & (height + 0xf)); in pnw_CreateContext()
521 ctx->Height = (unsigned short)(~0x1 & (height + 0x1)); in pnw_CreateContext()
525 SearchHeight = min(MVEA_LRB_SEARCH_HEIGHT, ctx->Height); in pnw_CreateContext()
530 ctx->HeightMinus16MinusLRBTopOffset = ctx->Height - (SearchTopOffset + 16); in pnw_CreateContext()
531 ctx->HeightMinus32MinusLRBTopOffset = ctx->Height - (SearchTopOffset + 32); in pnw_CreateContext()
532 …ctx->HeightMinusLRB_TopAndBottom_OffsetsPlus16 = ctx->Height - (SearchTopOffset + SearchTopOff… in pnw_CreateContext()
533 ctx->HeightMinusLRBSearchHeight = ctx->Height - SearchHeight; in pnw_CreateContext()
627 pnw_cmdbuf_insert_command_param((ctx->Width << 16) | ctx->Height); in pnw_BeginPicture()
676 (ctx->sRCParams.FrameRate * ctx->Width * ctx->Height); in pnw_set_bias()
799 psPicParams->Height = ctx->Height; in pnw_RenderPictureParameter()
[all …]
Dpnw_H263ES.c142 ctx->Slices = ctx->Height / 16; in pnw_H263ES_CreateContext()
301 if ((ctx->Width == 128) && (ctx->Height == 96)) in pnw__H263ES_process_picture_param()
303 else if ((ctx->Width == 176) && (ctx->Height == 144)) in pnw__H263ES_process_picture_param()
305 else if ((ctx->Width == 352) && (ctx->Height == 288)) in pnw__H263ES_process_picture_param()
307 else if ((ctx->Width == 704) && (ctx->Height == 576)) in pnw__H263ES_process_picture_param()
309 else if ((ctx->Width <= 720) && (ctx->Height <= 576)) in pnw__H263ES_process_picture_param()
Dpnw_H264ES.c235 pSequenceParams->bits_per_second = ctx->Height * ctx->Width * 30 * 12; in pnw__H264ES_process_sequence_param()
253 max_bps = (ctx->Width * ctx->Height * 3 / 2 ) * 8 * ctx->sRCParams.FrameRate; in pnw__H264ES_process_sequence_param()
260 ctx->Width, ctx->Height, ctx->sRCParams.FrameRate); in pnw__H264ES_process_sequence_param()
731 if (pBuffer->slice_height > (ctx->Height / 16) || in pnw__H264ES_encode_one_slice()
732 pBuffer->start_row_number > (ctx->Height / 16) || in pnw__H264ES_encode_one_slice()
733 (pBuffer->slice_height + pBuffer->start_row_number) > (ctx->Height / 16)) { in pnw__H264ES_encode_one_slice()
857 if (obj_buffer->num_elements > (ctx->Height / 16)) { in pnw__H264ES_process_slice_param()
1098 max_bps = (ctx->Width * ctx->Height * 3 / 2 ) * 8 * ctx->sRCParams.FrameRate; in pnw__H264ES_process_misc_param()
1105 ctx->Width, ctx->Height, ctx->sRCParams.FrameRate); in pnw__H264ES_process_misc_param()
1196 if (((ctx->Height * ctx->Width) >> 8) < (int)air_param->air_num_mbs) in pnw__H264ES_process_misc_param()
[all …]
Dpnw_hostcode.h207 IMG_UINT16 Height; /* ~0xf & (RawHeight + 0xf */ member
448 IMG_UINT16 Height; member
Dpsb_surface_attrib.c259 int Height, in psb_CreateSurfacesForUserPtr() argument
281 unsigned int height = (unsigned int)Height; in psb_CreateSurfacesForUserPtr()
Dpnw_hostjpeg.h73 JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, eFormat) \
Dpnw_MPEG4ES.c341 ASSERT(ctx->Height == pBuffer->picture_height); in pnw__MPEG4ES_process_picture_param()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1038 height == mActiveConfig->getAttribute(Attribute::Height) && in getClientTargetSupport()
1149 newConfig->setAttribute(Attribute::Height, in populateConfigs()
1196 config->setAttribute(Attribute::Height, static_cast<int32_t>(height)); in populateConfigs()
1634 auto attributes = {HWC2::Attribute::Width, HWC2::Attribute::Height, in merge()
1670 mAttributes.at(HWC2::Attribute::Height)); in toString()
1871 int32_t height = mActiveConfig->getAttribute(Attribute::Height); in prepareFramebufferTarget()
/hardware/interfaces/renderscript/1.0/
DIContext.hal254 * @param h Height of the region to update
279 * @param h Height of the region to update
382 * @param h Height of the region to copy
411 * @param h Height of the region to copy
471 * @param height Height of the region to update
496 * @param height Height of the region to update
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1193 newConfig->setAttribute(Attribute::Height, in populateConfigs()
1241 config->setAttribute(Attribute::Height, static_cast<int32_t>(height)); in populateConfigs()
1725 auto attributes = {HWC2::Attribute::Width, HWC2::Attribute::Height, in merge()
1763 mAttributes.at(HWC2::Attribute::Height)); in toString()
1942 int32_t height = mActiveConfig->getAttribute(Attribute::Height); in prepareFramebufferTarget()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h595 Height = HWC2_ATTRIBUTE_HEIGHT, enumerator
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display.cpp576 case HWC2::Attribute::Height: in BuildLayerStack()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display.cpp767 case HWC2::Attribute::Height: in BuildLayerStack()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display.cpp811 case HWC2::Attribute::Height: in BuildLayerStack()
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal126 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width,
593 * Height, Width, and Channels).