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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
svc_encodeframe.c 268 svc_ctx->encoding_mode = INTER_LAYER_PREDICTION_I;
270 svc_ctx->encoding_mode = ALT_INTER_LAYER_PREDICTION_IP;
272 svc_ctx->encoding_mode = INTER_LAYER_PREDICTION_IP;
274 svc_ctx->encoding_mode = USE_GOLDEN_FRAME;
677 switch (svc_ctx->encoding_mode) {
730 svc_ctx->encoding_mode);
778 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP &&
813 svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP &&
818 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP) {
888 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP &
    [all...]
  /external/libvpx/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/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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
svc_context.h 42 SVC_ENCODING_MODE encoding_mode; // svc encoding strategy member in struct:__anon16837
  /external/libvpx/libvpx/vpx/
svc_context.h 42 SVC_ENCODING_MODE encoding_mode; // svc encoding strategy member in struct:__anon28788
  /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:__anon39876
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp9_spatial_svc_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,
  /external/chromium_org/third_party/libvpx/source/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);
  /external/libvpx/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,
  /external/libvpx/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);
  /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/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...]
  /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...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 615 QOMX_ENCODING_MODE encoding_mode; local
631 encoding_mode = OMX_Serial_Encoding;
632 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode);
    [all...]

Completed in 2330 milliseconds