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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
svc_context.h 42 SVC_ENCODING_MODE encoding_mode; // svc encoding strategy member in struct:__anon30283
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 267 svc_ctx->encoding_mode = INTER_LAYER_PREDICTION_I;
269 svc_ctx->encoding_mode = ALT_INTER_LAYER_PREDICTION_IP;
271 svc_ctx->encoding_mode = INTER_LAYER_PREDICTION_IP;
273 svc_ctx->encoding_mode = USE_GOLDEN_FRAME;
676 switch (svc_ctx->encoding_mode) {
729 svc_ctx->encoding_mode);
777 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP &&
812 svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP &&
817 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP) {
887 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP &
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 138 svc_ctx->encoding_mode = default_encoding_mode;
164 svc_ctx->encoding_mode = arg_parse_enum_or_int(&arg);
277 app_input->frames_to_skip, svc_ctx->encoding_mode,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
svc_test.cc 45 svc_.encoding_mode = INTER_LAYER_PREDICTION_IP;
142 EXPECT_EQ(ALT_INTER_LAYER_PREDICTION_IP, svc_.encoding_mode);
151 EXPECT_EQ(INTER_LAYER_PREDICTION_IP, svc_.encoding_mode);
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 475 QOMX_ENCODING_MODE encoding_mode; local
485 encoding_mode = OMX_Parallel_Encoding;
487 encoding_mode = OMX_Serial_Encoding;
490 (int)encoding_mode);
491 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode);
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 475 QOMX_ENCODING_MODE encoding_mode; local
485 encoding_mode = OMX_Parallel_Encoding;
487 encoding_mode = OMX_Serial_Encoding;
490 (int)encoding_mode);
491 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 463 QOMX_ENCODING_MODE encoding_mode; local
476 encoding_mode = OMX_Parallel_Encoding;
478 encoding_mode = OMX_Serial_Encoding;
481 (int)encoding_mode);
482 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 492 QOMX_ENCODING_MODE encoding_mode; local
502 encoding_mode = OMX_Parallel_Encoding;
504 encoding_mode = OMX_Serial_Encoding;
507 (int)encoding_mode);
508 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode);
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 566 QOMX_ENCODING_MODE encoding_mode; local
576 encoding_mode = OMX_Parallel_Encoding;
578 encoding_mode = OMX_Serial_Encoding;
581 (int)encoding_mode);
582 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode);
    [all...]

Completed in 1392 milliseconds