H264_PROF_BASELINE 643 libavcodec/videotoolboxenc.c profile = vtctx->has_b_frames ? H264_PROF_MAIN : H264_PROF_BASELINE; H264_PROF_BASELINE 652 libavcodec/videotoolboxenc.c case H264_PROF_BASELINE: H264_PROF_BASELINE 1343 libavcodec/videotoolboxenc.c if(vtctx->has_b_frames && vtctx->profile == H264_PROF_BASELINE){ H264_PROF_BASELINE 1348 libavcodec/videotoolboxenc.c if (vtctx->entropy == VT_CABAC && vtctx->profile == H264_PROF_BASELINE) { H264_PROF_BASELINE 2556 libavcodec/videotoolboxenc.c { "baseline", "Baseline Profile", 0, AV_OPT_TYPE_CONST, { .i64 = H264_PROF_BASELINE }, INT_MIN, INT_MAX, VE, "profile" },