Searched refs:encoding_mode (Results 1 – 5 of 5) sorted by relevance
267 svc_ctx->encoding_mode = INTER_LAYER_PREDICTION_I; in set_option_encoding_mode()269 svc_ctx->encoding_mode = ALT_INTER_LAYER_PREDICTION_IP; in set_option_encoding_mode()271 svc_ctx->encoding_mode = INTER_LAYER_PREDICTION_IP; in set_option_encoding_mode()273 svc_ctx->encoding_mode = USE_GOLDEN_FRAME; in set_option_encoding_mode()676 switch (svc_ctx->encoding_mode) { in calculate_enc_frame_flags()729 svc_ctx->encoding_mode); in calculate_enc_frame_flags()777 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP && in set_svc_parameters()812 svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP && in set_svc_parameters()817 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP) { in set_svc_parameters()887 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP && in vpx_svc_encode()[all …]
42 SVC_ENCODING_MODE encoding_mode; // svc encoding strategy member
138 svc_ctx->encoding_mode = default_encoding_mode; in parse_command_line()164 svc_ctx->encoding_mode = arg_parse_enum_or_int(&arg); in parse_command_line()277 app_input->frames_to_skip, svc_ctx->encoding_mode, in parse_command_line()
45 svc_.encoding_mode = INTER_LAYER_PREDICTION_IP; in SetUp()142 EXPECT_EQ(ALT_INTER_LAYER_PREDICTION_IP, svc_.encoding_mode); in TEST_F()151 EXPECT_EQ(INTER_LAYER_PREDICTION_IP, svc_.encoding_mode); in TEST_F()
492 QOMX_ENCODING_MODE encoding_mode; in mm_jpeg_encoding_mode() local502 encoding_mode = OMX_Parallel_Encoding; in mm_jpeg_encoding_mode()504 encoding_mode = OMX_Serial_Encoding; in mm_jpeg_encoding_mode()507 (int)encoding_mode); in mm_jpeg_encoding_mode()508 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode); in mm_jpeg_encoding_mode()