Home
last modified time | relevance | path

Searched refs:decode_params (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat.h53 MixVideoDecodeParams * decode_params);
152 gint bufincnt, MixVideoDecodeParams * decode_params);
Dmixvideoformat.c28 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()
Dmixvideo.h57 gint bufincnt, MixVideoDecodeParams * decode_params);
185 MixVideoDecodeParams * decode_params);
Dmixvideoformat_vc1.h102 gint bufincnt, MixVideoDecodeParams * decode_params);
Dmixvideoformat_mp42.h101 gint bufincnt, MixVideoDecodeParams * decode_params);
Dmixvideoformat_h264.h98 gint bufincnt, MixVideoDecodeParams * decode_params);
Dmixvideo.c92 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()
Dmixvideoformat_vc1.c620 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()
Dmixvideoformat_mp42.c391 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()