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

  /hardware/intel/img/psb_video/src/
pnw_hostcode.c 872 && ctx->in_params_cache.IntraPeriod != ctx->sRCParams.IntraFreq) {
875 ctx->raw_frame_count, ctx->in_params_cache.IntraPeriod,
877 ctx->in_params_cache.IntraPeriod = ctx->sRCParams.IntraFreq;
878 ctx->in_params_cache.BitsPerGOP =
885 memcpy(&psPicParams->sInParams, &ctx->in_params_cache, sizeof(IN_RC_PARAMS));
    [all...]
pnw_hostcode.h 287 IN_RC_PARAMS in_params_cache; /* following frames reuse the first frame's IN_RC_PARAMS, cache it */ member in struct:context_ENC_s
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 406 memcpy(&psPicParams->sInParams, &ctx->in_params_cache, sizeof(IN_RC_PARAMS));
581 memcpy(&ctx->in_params_cache, (unsigned char *)&psPicParams->sInParams, sizeof(IN_RC_PARAMS));
609 memcpy(&ctx->in_params_cache, (unsigned char *)&psPicParams->sInParams, sizeof(IN_RC_PARAMS));
    [all...]
lnc_hostcode.h 223 IN_RC_PARAMS in_params_cache; /* following frames reuse the first frame's IN_RC_PARAMS, cache it */ member in struct:context_ENC_s

Completed in 42 milliseconds