Home | History | Annotate | Download | only in src

Lines Matching refs:ui8ProfileIdc

75             ctx->ui8ProfileIdc = H264ES_PROFILE_BASELINE;
78 ctx->ui8ProfileIdc = H264ES_PROFILE_MAIN;
81 ctx->ui8ProfileIdc = H264ES_PROFILE_HIGH;
84 ctx->ui8ProfileIdc = H264ES_PROFILE_HIGH;
89 ctx->ui8ProfileIdc = H264ES_PROFILE_BASELINE;
720 if ((psRCParams->ui16BFrames > 0) && (ctx->ui8ProfileIdc == H264ES_PROFILE_BASELINE)) {
721 ctx->ui8ProfileIdc = H264ES_PROFILE_MAIN;
911 if ((ctx->bH2648x8Transform == 1) && (ctx->ui8ProfileIdc != H264ES_PROFILE_HIGH)) {