HomeSort by relevance Sort by last modified time
    Searched defs:context_ENC_p (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h 250 typedef struct context_ENC_s *context_ENC_p;
523 void lnc__setup_rcdata(context_ENC_p ctx, PIC_PARAMS *psPicParams, IMG_RC_PARAMS *rc_params);
524 void lnc__update_rcdata(context_ENC_p ctx, PIC_PARAMS *psPicParams, IMG_RC_PARAMS *rc_params);
530 VAStatus lnc_BeginPicture(context_ENC_p ctx);
531 VAStatus lnc_EndPicture(context_ENC_p ctx);
534 context_ENC_p ctx, IMG_UINT16 YSliceStartPos,
539 context_ENC_p ctx,
548 VAStatus lnc_RenderPictureParameter(context_ENC_p ctx);
551 void lnc_reset_encoder_params(context_ENC_p ctx);
  /hardware/intel/img/psb_video/src/
pnw_hostcode.h 332 typedef struct context_ENC_s *context_ENC_p;
553 void pnw__setup_rcdata(context_ENC_p ctx, PIC_PARAMS *psPicParams, IMG_RC_PARAMS *rc_params);
559 VAStatus pnw_BeginPicture(context_ENC_p ctx);
560 VAStatus pnw_EndPicture(context_ENC_p ctx);
563 context_ENC_p ctx, IMG_UINT16 YSliceStartPos,
568 context_ENC_p ctx,
576 VAStatus pnw_RenderPictureParameter(context_ENC_p ctx, int core);
579 void pnw_reset_encoder_params(context_ENC_p ctx);
583 VAStatus pnw_set_bias(context_ENC_p ctx, int core);
tng_hostcode.h 479 typedef struct context_ENC_s *context_ENC_p;
490 //VAStatus tng_InitContext(context_ENC_p ctx);
496 VAStatus tng_BeginPicture(context_ENC_p ctx);
497 VAStatus tng_EndPicture(context_ENC_p ctx);
500 context_ENC_p ctx, IMG_UINT16 YSliceStartPos,
505 context_ENC_p ctx,
513 VAStatus tng_RenderPictureParameter(context_ENC_p ctx);
514 void tng__setup_enc_profile_features(context_ENC_p ctx, IMG_UINT32 ui32EncProfile);
515 VAStatus tng__patch_hw_profile(context_ENC_p ctx);
516 void tng_reset_encoder_params(context_ENC_p ctx)
    [all...]

Completed in 36 milliseconds