Searched refs:decode_params (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoformat.h | 53 MixVideoDecodeParams * decode_params); 152 gint bufincnt, MixVideoDecodeParams * decode_params);
|
D | mixvideoformat.c | 28 MixVideoDecodeParams * decode_params); 318 MixVideoDecodeParams * decode_params) { in mix_videofmt_decode_default() argument 366 gint bufincnt, MixVideoDecodeParams * decode_params) { in mix_videofmt_decode() argument 370 return klass->decode(mix, bufin, bufincnt, decode_params); in mix_videofmt_decode()
|
D | mixvideo.h | 57 gint bufincnt, MixVideoDecodeParams * decode_params); 185 MixVideoDecodeParams * decode_params);
|
D | mixvideoformat_vc1.h | 102 gint bufincnt, MixVideoDecodeParams * decode_params);
|
D | mixvideoformat_mp42.h | 101 gint bufincnt, MixVideoDecodeParams * decode_params);
|
D | mixvideoformat_h264.h | 98 gint bufincnt, MixVideoDecodeParams * decode_params);
|
D | mixvideo.c | 92 gint bufincnt, MixVideoDecodeParams * decode_params); 989 gint bufincnt, MixVideoDecodeParams * decode_params) { in mix_video_decode_default() argument 997 if(!bufin || !bufincnt || !decode_params) { in mix_video_decode_default() 1012 ret = mix_videofmt_decode(priv->video_format, bufin, bufincnt, decode_params); in mix_video_decode_default() 1511 MixVideoDecodeParams * decode_params) { in mix_video_decode() argument 1518 decode_params); in mix_video_decode()
|
D | mixvideoformat_vc1.c | 620 MixVideoDecodeParams * decode_params) { in mix_videofmt_vc1_decode() argument 631 if (mix == NULL || bufin == NULL || decode_params == NULL ) in mix_videofmt_vc1_decode() 648 decode_params); in mix_videofmt_vc1_decode() 658 ret = mix_videodecodeparams_get_timestamp(decode_params, in mix_videofmt_vc1_decode() 665 ret = mix_videodecodeparams_get_discontinuity(decode_params, in mix_videofmt_vc1_decode()
|
D | mixvideoformat_mp42.c | 391 gint bufincnt, MixVideoDecodeParams * decode_params) { in mix_videofmt_mp42_decode() argument 403 if (mix == NULL || bufin == NULL || decode_params == NULL) { in mix_videofmt_mp42_decode() 415 ret = mix_videodecodeparams_get_timestamp(decode_params, &ts); in mix_videofmt_mp42_decode() 424 = mix_videodecodeparams_get_discontinuity(decode_params, in mix_videofmt_mp42_decode()
|