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

  /external/libvpx/libvpx/vpx/
svc_context.h 43 SVC_ENCODING_MODE encoding_mode; // svc encoding strategy member in struct:__anon21332
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 253 svc_ctx->encoding_mode = INTER_LAYER_PREDICTION_I;
255 svc_ctx->encoding_mode = ALT_INTER_LAYER_PREDICTION_IP;
257 svc_ctx->encoding_mode = INTER_LAYER_PREDICTION_IP;
259 svc_ctx->encoding_mode = USE_GOLDEN_FRAME;
606 switch (svc_ctx->encoding_mode) {
659 svc_ctx->encoding_mode);
706 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP &&
729 svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP &&
734 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP) {
801 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP &
    [all...]
  /external/libvpx/libvpx/test/
svc_test.cc 45 svc_.encoding_mode = INTER_LAYER_PREDICTION_IP;
141 EXPECT_EQ(ALT_INTER_LAYER_PREDICTION_IP, svc_.encoding_mode);
150 EXPECT_EQ(INTER_LAYER_PREDICTION_IP, svc_.encoding_mode);
  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 210 svc_ctx->encoding_mode = default_encoding_mode;
238 svc_ctx->encoding_mode = arg_parse_enum_or_int(&arg);
292 app_input->frames_to_skip, svc_ctx->encoding_mode,
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 599 QOMX_ENCODING_MODE encoding_mode; local
615 encoding_mode = OMX_Serial_Encoding;
616 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 597 QOMX_ENCODING_MODE encoding_mode; local
613 encoding_mode = OMX_Serial_Encoding;
614 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode);
    [all...]

Completed in 90 milliseconds