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

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_vc1.c 844 unsigned int ui32SrcHeight = mix->picture_height;
869 vaStatus = vaCreateImage(mix->va_display, &va_image_format, ui32SrcWidth, ui32SrcHeight, &va_image);
873 vaStatus = vaGetImage( mix->va_display, frame->frame_id, 0, 0, ui32SrcWidth, ui32SrcHeight, va_image.image_id );
886 g_print ("width = %d, height = %d\n", ui32SrcWidth, ui32SrcHeight);
899 for (i = 0; i < ui32SrcWidth * ui32SrcHeight / 2; i +=2)
902 for (i = 0; i < ui32SrcWidth * ui32SrcHeight / 2; i +=2)
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 641 void APP_CopyToWithStride(IMG_UINT8* pSrc, IMG_UINT8* pDest , IMG_UINT32 ui32SrcWidth, IMG_UINT32 ui32SrcPhysWidth, IMG_UINT32 ui32SrcStep, IMG_UINT32 ui32SrcHeight, IMG_UINT32 ui32DestPhysWidth, IMG_UINT32 ui32DestPhysHeight);

Completed in 956 milliseconds