/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_H263ES.c | 228 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()
|
D | lnc_hostcode.c | 162 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 …]
|
D | lnc_H264ES.c | 475 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()
|
D | lnc_hostcode.h | 162 IMG_UINT32 Height; member 369 IMG_UINT16 Height; member
|
D | psb_deblock.c | 470 uint32_t Height in h264_secondPass() argument 482 PicSize = Width * Height; in h264_secondPass()
|
D | lnc_MPEG4ES.c | 303 ASSERT(ctx->Height == pBuffer->picture_height); in lnc__MPEG4ES_process_picture_param()
|
/hardware/intel/img/psb_video/src/ |
D | pnw_hostcode.c | 517 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 …]
|
D | pnw_H263ES.c | 142 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()
|
D | pnw_H264ES.c | 235 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 …]
|
D | pnw_hostcode.h | 207 IMG_UINT16 Height; /* ~0xf & (RawHeight + 0xf */ member 448 IMG_UINT16 Height; member
|
D | psb_surface_attrib.c | 259 int Height, in psb_CreateSurfacesForUserPtr() argument 281 unsigned int height = (unsigned int)Height; in psb_CreateSurfacesForUserPtr()
|
D | pnw_hostjpeg.h | 73 JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, eFormat) \
|
D | pnw_MPEG4ES.c | 341 ASSERT(ctx->Height == pBuffer->picture_height); in pnw__MPEG4ES_process_picture_param()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 1038 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/ |
D | IContext.hal | 254 * @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/ |
D | HWC2On1Adapter.cpp | 1193 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/ |
D | hwcomposer2.h | 595 Height = HWC2_ATTRIBUTE_HEIGHT, enumerator
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_display.cpp | 576 case HWC2::Attribute::Height: in BuildLayerStack()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display.cpp | 767 case HWC2::Attribute::Height: in BuildLayerStack()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display.cpp | 811 case HWC2::Attribute::Height: in BuildLayerStack()
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 126 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width, 593 * Height, Width, and Channels).
|