HomeSort by relevance Sort by last modified time
    Searched refs:picture_height (Results 26 - 50 of 63) sorted by null

12 3

  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c     [all...]
lnc_H263ES.c 272 ASSERT(ctx->Height == pBuffer->picture_height);
lnc_MPEG4ES.c 303 ASSERT(ctx->Height == pBuffer->picture_height);
psb_MPEG2.c 585 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 288)) {
592 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 1088)) {
    [all...]
psb_H264.c 355 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 576)) {
364 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 1088)) {
    [all...]
lnc_hostcode.c 56 height = ctx->obj_context->picture_height;
147 height = obj_context->picture_height;
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG2.c 610 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 288)) {
617 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 1088)) {
    [all...]
pnw_H263ES.c 297 ctx->RawHeight = pBuffer->picture_height;
pnw_MPEG4ES.c 341 ASSERT(ctx->Height == pBuffer->picture_height);
tng_MPEG4ES.c 330 ASSERT(ctx->ui16PictureHeight == psPicParams->picture_height);
psb_drv_video.c     [all...]
pnw_H264.c 379 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 576)) {
388 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 1088)) {
    [all...]
pnw_jpeg.c 360 jpeg_ctx->ui32OutputHeight = (unsigned short)(~0x1 & (pBuffer->picture_height + 0x1));
psb_drv_video.h 385 int picture_height; member in struct:object_context_s
tng_H264ES.c 283 max_bps = (ctx->obj_context->picture_width * ctx->obj_context->picture_height * 3 / 2 ) * 8 * psRCParams->ui32FrameRate;
809 ASSERT(ctx->ui16PictureHeight == psPicParams->picture_height);
    [all...]
  /hardware/intel/common/libva/va/
va.h 2324 unsigned short picture_height; member in struct:_VAEncPictureParameterBufferH263
2353 unsigned short picture_height; member in struct:_VAEncPictureParameterBufferMPEG4
    [all...]
va.c 896 int picture_height,
909 vaStatus = ctx->vtable->vaCreateContext( ctx, config_id, picture_width, picture_height,
913 VA_TRACE_ALL(va_TraceCreateContext, dpy, config_id, picture_width, picture_height, flag, render_targets, num_render_targets, context);
    [all...]
va_trace.c 579 int picture_height,
593 va_TraceMsg(trace_ctx, "\theight = %d\n", picture_height);
610 trace_ctx->trace_frame_height = picture_height;
615 trace_ctx->trace_surface_height = picture_height;
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 471 LOG_V( "getcaps says picture size is %d x %d\n", parent->picture_width, parent->picture_height);
515 parent->picture_width, parent->picture_height,
525 LOG_V( "Created libva context width %d, height %d\n", parent->picture_width, parent->picture_height);
    [all...]
mixvideoformat_mp42.c 333 parent->picture_height, VA_RT_FORMAT_YUV420, numSurfaces,
356 parent->picture_width, parent->picture_height, 0, surfaces,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 302 VAStatus vlVaCreateContext(VADriverContextP ctx, VAConfigID config_id, int picture_width, int picture_height,
  /device/google/marlin/camera/
QCamera_Intf.h 234 uint16_t picture_height; /* Picture height seen by VFE */ member in struct:__anon3981
  /device/huawei/angler/camera/
QCamera_Intf.h 234 uint16_t picture_height; /* Picture height seen by VFE */ member in struct:__anon4547
  /device/lge/bullhead/camera/
QCamera_Intf.h 234 uint16_t picture_height; /* Picture height seen by VFE */ member in struct:__anon5099
  /hardware/qcom/camera/msm8998/
QCamera_Intf.h 234 uint16_t picture_height; /* Picture height seen by VFE */ member in struct:__anon44318

Completed in 1167 milliseconds

12 3