Home
last modified time | relevance | path

Searched refs:VPX_CODEC_INVALID_PARAM (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsvc_test.cc85 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, res); in TEST_F()
87 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, res); in TEST_F()
89 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, res); in TEST_F()
92 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, res); in TEST_F()
96 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, res); in TEST_F()
109 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, res); in TEST_F()
119 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, res); in TEST_F()
124 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, res); in TEST_F()
160 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, res); in TEST_F()
174 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, res); in TEST_F()
[all …]
Dexternal_frame_buffer_test.cc445 ASSERT_EQ(VPX_CODEC_INVALID_PARAM, in TEST_F()
452 ASSERT_EQ(VPX_CODEC_INVALID_PARAM, in TEST_F()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c34 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_dec_init_ver()
84 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_peek_stream_info()
102 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_get_stream_info()
127 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_decode()
157 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_register_put_frame_cb()
177 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_register_put_slice_cb()
197 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_get_mem_map()
213 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_set_mem_map()
240 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_set_frame_buffer_functions()
Dvpx_encoder.c33 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_enc_init_ver()
78 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_enc_init_multi_ver()
102 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_enc_init_multi_ver()
167 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_enc_config_default()
171 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_enc_config_default()
213 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_encode()
264 ctx->err = VPX_CODEC_INVALID_PARAM; in vpx_codec_get_cx_data()
310 return VPX_CODEC_INVALID_PARAM; in vpx_codec_set_cx_data_buf()
368 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_enc_config_set()
Dvpx_codec.c61 case VPX_CODEC_INVALID_PARAM: in vpx_codec_err_to_string()
72 : vpx_codec_err_to_string(VPX_CODEC_INVALID_PARAM); in vpx_codec_error()
87 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_destroy()
115 res = VPX_CODEC_INVALID_PARAM; in vpx_codec_control_()
Dsvc_encodeframe.c276 return VPX_CODEC_INVALID_PARAM; in set_option_encoding_mode()
297 return VPX_CODEC_INVALID_PARAM; in parse_quantizer_values()
311 res = VPX_CODEC_INVALID_PARAM; in parse_quantizer_values()
330 res = VPX_CODEC_INVALID_PARAM; in parse_quantizer_values()
365 res = VPX_CODEC_INVALID_PARAM; in parse_scale_factors()
370 res = VPX_CODEC_INVALID_PARAM; in parse_scale_factors()
376 res = VPX_CODEC_INVALID_PARAM; in parse_scale_factors()
391 res = VPX_CODEC_INVALID_PARAM; in parse_scale_factors()
423 res = VPX_CODEC_INVALID_PARAM; in parse_options()
448 res = VPX_CODEC_INVALID_PARAM; in parse_options()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c91 if (data + data_sz <= data) return VPX_CODEC_INVALID_PARAM; in vp9_peek_si()
318 if (data == NULL || data_sz == 0) return VPX_CODEC_INVALID_PARAM; in vp9_decode()
393 return VPX_CODEC_INVALID_PARAM; in vp9_set_fb_fn()
418 return VPX_CODEC_INVALID_PARAM; in set_reference()
435 return VPX_CODEC_INVALID_PARAM; in copy_reference()
450 return VPX_CODEC_INVALID_PARAM; in get_reference()
464 return VPX_CODEC_INVALID_PARAM; in set_postproc()
509 return VPX_CODEC_INVALID_PARAM; in get_last_ref_updates()
526 return VPX_CODEC_INVALID_PARAM; in get_frame_corrupted()
545 return VPX_CODEC_INVALID_PARAM; in get_display_size()
Dvp9_cx_iface.c120 return VPX_CODEC_INVALID_PARAM;\
453 return VPX_CODEC_INVALID_PARAM; in get_param()
674 return VPX_CODEC_INVALID_PARAM; in vp9e_encode()
871 return VPX_CODEC_INVALID_PARAM; in vp9e_set_reference()
888 return VPX_CODEC_INVALID_PARAM; in vp9e_copy_reference()
904 return VPX_CODEC_INVALID_PARAM; in get_reference()
919 return VPX_CODEC_INVALID_PARAM; in vp9e_set_previewpp()
976 return VPX_CODEC_INVALID_PARAM; in vp9e_set_roi_map()
989 return VPX_CODEC_INVALID_PARAM; in vp9e_set_activemap()
991 return VPX_CODEC_INVALID_PARAM; in vp9e_set_activemap()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c113 return VPX_CODEC_INVALID_PARAM;\
490 return VPX_CODEC_INVALID_PARAM; in get_param()
770 return VPX_CODEC_INVALID_PARAM; in vp8e_encode()
997 return VPX_CODEC_INVALID_PARAM; in vp8e_set_reference()
1018 return VPX_CODEC_INVALID_PARAM; in vp8e_get_reference()
1035 return VPX_CODEC_INVALID_PARAM; in vp8e_set_previewpp()
1139 return VPX_CODEC_INVALID_PARAM; in vp8e_set_roi_map()
1142 return VPX_CODEC_INVALID_PARAM; in vp8e_set_roi_map()
1160 return VPX_CODEC_INVALID_PARAM; in vp8e_set_activemap()
1163 return VPX_CODEC_INVALID_PARAM; in vp8e_set_activemap()
[all …]
Dvp8_dx_iface.c172 res = VPX_CODEC_INVALID_PARAM; in vp8_init()
203 res = VPX_CODEC_INVALID_PARAM; in vp8_peek_si_internal()
340 *res = VPX_CODEC_INVALID_PARAM; in update_fragments()
747 return VPX_CODEC_INVALID_PARAM; in vp8_set_reference()
769 return VPX_CODEC_INVALID_PARAM; in vp8_get_reference()
788 return VPX_CODEC_INVALID_PARAM; in vp8_set_postproc()
839 return VPX_CODEC_INVALID_PARAM; in vp8_get_last_ref_updates()
861 return VPX_CODEC_INVALID_PARAM; in vp8_get_last_ref_frame()
880 return VPX_CODEC_INVALID_PARAM; in vp8_get_frame_corrupted()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h134 VPX_CODEC_INVALID_PARAM, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c2920 vpx_internal_error(&cm->error, VPX_CODEC_INVALID_PARAM,