Home
last modified time | relevance | path

Searched refs:encoding_mode (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c267 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 …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dsvc_context.h42 SVC_ENCODING_MODE encoding_mode; // svc encoding strategy member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c138 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsvc_test.cc45 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()
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c492 QOMX_ENCODING_MODE encoding_mode; in mm_jpeg_encoding_mode() local
502 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()