Home
last modified time | relevance | path

Searched refs:bufin (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_h264.h122 MIX_RESULT mix_videofmtenc_h264_encode(MixVideoFormatEnc *mix, MixBuffer * bufin[],
132 MIX_RESULT mix_videofmtenc_h264_process_encode (MixVideoFormatEnc_H264 *mix, MixBuffer * bufin,
135 guint8 * bufin, guint bufin_len, guint8* bufout, guint *bufout_len);
Dmixvideo.h56 typedef MIX_RESULT (*MixVideoDecodeFunc)(MixVideo * mix, MixBuffer * bufin[],
68 typedef MIX_RESULT (*MixVideoEncodeFunc)(MixVideo * mix, MixBuffer * bufin[],
184 MIX_RESULT mix_video_decode(MixVideo * mix, MixBuffer * bufin[], gint bufincnt,
194 MIX_RESULT mix_video_encode(MixVideo * mix, MixBuffer * bufin[], gint bufincnt,
Dmixvideoformatenc_h264.c691 MIX_RESULT mix_videofmtenc_h264_encode(MixVideoFormatEnc *mix, MixBuffer * bufin[], in mix_videofmtenc_h264_encode() argument
710 if (mix == NULL ||bufin[0] == NULL || iovout[0] == NULL) { in mix_videofmtenc_h264_encode()
724 return parent_class->encode(mix, bufin, bufincnt, iovout, in mix_videofmtenc_h264_encode()
745 bufin[0], iovout[0]); in mix_videofmtenc_h264_encode()
1263 MixBuffer * bufin, MixIOVec * iovout) in mix_videofmtenc_h264_process_encode() argument
1276 if ((mix == NULL) || (bufin == NULL) || (iovout == NULL)) { in mix_videofmtenc_h264_process_encode()
1424 "input buf size = %d\n", bufin->size); in mix_videofmtenc_h264_process_encode()
1426 guint8 *inbuf = bufin->data; in mix_videofmtenc_h264_process_encode()
1510 memcpy (&ci_idx, bufin->data, bufin->size); in mix_videofmtenc_h264_process_encode()
1823 guint8 * bufin, guint bufin_len, guint8* bufout, guint * bufout_len) in mix_videofmtenc_h264_AnnexB_to_length_prefixed() argument
[all …]
Dmixvideoformatenc_preview.c619 MIX_RESULT mix_videofmtenc_preview_encode(MixVideoFormatEnc *mix, MixBuffer * bufin[], in mix_videofmtenc_preview_encode() argument
638 if (mix == NULL ||bufin[0] == NULL || iovout[0] == NULL) { in mix_videofmtenc_preview_encode()
652 return parent_class->encode(mix, bufin, bufincnt, iovout, in mix_videofmtenc_preview_encode()
673 bufin[0], iovout[0]); in mix_videofmtenc_preview_encode()
874 MixBuffer * bufin, MixIOVec * iovout) in mix_videofmtenc_preview_process_encode() argument
887 if ((mix == NULL) || (bufin == NULL) || (iovout == NULL)) { in mix_videofmtenc_preview_process_encode()
1025 "input buf size = %d\n", bufin->size); in mix_videofmtenc_preview_process_encode()
1027 guint8 *inbuf = bufin->data; in mix_videofmtenc_preview_process_encode()
1111 memcpy (&ci_idx, bufin->data, bufin->size); in mix_videofmtenc_preview_process_encode()
Dmixvideoformatenc_mpeg4.h123 MIX_RESULT mix_videofmtenc_mpeg4_encode(MixVideoFormatEnc *mix, MixBuffer * bufin[],
133 MIX_RESULT mix_videofmtenc_mpeg4_process_encode (MixVideoFormatEnc_MPEG4 *mix, MixBuffer * bufin,
Dmixvideoformatenc_preview.h122 MIX_RESULT mix_videofmtenc_preview_encode(MixVideoFormatEnc *mix, MixBuffer * bufin[],
130 …_RESULT mix_videofmtenc_preview_process_encode (MixVideoFormatEnc_Preview *mix, MixBuffer * bufin,
Dmixvideoformat.h52 MixBuffer * bufin[], gint bufincnt,
151 MIX_RESULT mix_videofmt_decode(MixVideoFormat *mix, MixBuffer * bufin[],
Dmixvideoformatenc.h48 typedef MIX_RESULT (*MixVideoFmtEncodeFunc)(MixVideoFormatEnc *mix, MixBuffer * bufin[],
165 MIX_RESULT mix_videofmtenc_encode(MixVideoFormatEnc *mix, MixBuffer * bufin[],
Dmixvideoformat_mp42.c390 MIX_RESULT mix_videofmt_mp42_decode(MixVideoFormat *mix, MixBuffer * bufin[], in mix_videofmt_mp42_decode() argument
403 if (mix == NULL || bufin == NULL || decode_params == NULL) { in mix_videofmt_mp42_decode()
474 (int) parent->parser_handle, (guint) bufin[i]->data, in mix_videofmt_mp42_decode()
475 bufin[i]->size); in mix_videofmt_mp42_decode()
477 vbp_ret = vbp_parse(parent->parser_handle, bufin[i]->data, in mix_videofmt_mp42_decode()
478 bufin[i]->size, FALSE); in mix_videofmt_mp42_decode()
504 mix_buffer_ref(bufin[i]); in mix_videofmt_mp42_decode()
515 bufentry->buf = bufin[i]; in mix_videofmt_mp42_decode()
555 mix_buffer_ref(bufin[i]); in mix_videofmt_mp42_decode()
566 bufentry->buf = bufin[i]; in mix_videofmt_mp42_decode()
Dmixvideo.c91 MIX_RESULT mix_video_decode_default(MixVideo * mix, MixBuffer * bufin[],
102 MIX_RESULT mix_video_encode_default(MixVideo * mix, MixBuffer * bufin[],
988 MIX_RESULT mix_video_decode_default(MixVideo * mix, MixBuffer * bufin[], 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()
1237 MIX_RESULT mix_video_encode_default(MixVideo * mix, MixBuffer * bufin[], in mix_video_encode_default() argument
1247 if(!bufin || !bufincnt) { //we won't check encode_params here, it's just a placeholder in mix_video_encode_default()
1254 ret = mix_videofmtenc_encode(priv->video_format_enc, bufin, bufincnt, in mix_video_encode_default()
1510 MIX_RESULT mix_video_decode(MixVideo * mix, MixBuffer * bufin[], gint bufincnt, in mix_video_decode() argument
1517 return klass->decode_func(mix, bufin, bufincnt, in mix_video_decode()
[all …]
Dmixvideoformat.c27 MixBuffer * bufin[], gint bufincnt,
317 MixBuffer * bufin[], gint bufincnt, in mix_videofmt_decode_default() argument
365 MIX_RESULT mix_videofmt_decode(MixVideoFormat *mix, MixBuffer * bufin[], in mix_videofmt_decode() argument
370 return klass->decode(mix, bufin, bufincnt, decode_params); in mix_videofmt_decode()
Dmixvideoformat_vc1.c619 MixBuffer * bufin[], gint bufincnt, in mix_videofmt_vc1_decode() argument
631 if (mix == NULL || bufin == NULL || decode_params == NULL ) in mix_videofmt_vc1_decode()
647 return parent_class->decode(mix, bufin, bufincnt, in mix_videofmt_vc1_decode()
721 … handle %d, buf %x, size %d\n", (int)parent->parser_handle, (guint)bufin[i]->data, bufin[i]->size); in mix_videofmt_vc1_decode()
724 bufin[i]->data, in mix_videofmt_vc1_decode()
725 bufin[i]->size, in mix_videofmt_vc1_decode()
746 mix_buffer_ref(bufin[i]); in mix_videofmt_vc1_decode()
759 bufentry->buf = bufin[i]; in mix_videofmt_vc1_decode()
796 mix_buffer_ref(bufin[i]); in mix_videofmt_vc1_decode()
808 bufentry->buf = bufin[i]; in mix_videofmt_vc1_decode()
Dmixvideoformat_h264.c565 MIX_RESULT mix_videofmt_h264_decode(MixVideoFormat *mix, MixBuffer * bufin[], in mix_videofmt_h264_decode() argument
579 if (mix == NULL || bufin == NULL || decode_params == NULL ) in mix_videofmt_h264_decode()
591 return parent_class->decode(mix, bufin, bufincnt, in mix_videofmt_h264_decode()
666 … handle %d, buf %x, size %d\n", (int)parent->parser_handle, (guint)bufin[i]->data, bufin[i]->size); in mix_videofmt_h264_decode()
669 bufin[i]->data, in mix_videofmt_h264_decode()
670 bufin[i]->size, in mix_videofmt_h264_decode()
691 mix_buffer_ref(bufin[i]); in mix_videofmt_h264_decode()
704 bufentry->buf = bufin[i]; in mix_videofmt_h264_decode()
741 mix_buffer_ref(bufin[i]); in mix_videofmt_h264_decode()
753 bufentry->buf = bufin[i]; in mix_videofmt_h264_decode()
Dmixvideoformatenc.c25 mix_videofmtenc_encode_default(MixVideoFormatEnc *mix, MixBuffer * bufin[],
396 static MIX_RESULT mix_videofmtenc_encode_default (MixVideoFormatEnc *mix, MixBuffer * bufin[], in mix_videofmtenc_encode_default() argument
455 MIX_RESULT mix_videofmtenc_encode(MixVideoFormatEnc *mix, MixBuffer * bufin[], in mix_videofmtenc_encode() argument
461 return klass->encode(mix, bufin, bufincnt, iovout, iovoutcnt, encode_params); in mix_videofmtenc_encode()
Dmixvideoformatenc_mpeg4.c676 MIX_RESULT mix_videofmtenc_mpeg4_encode(MixVideoFormatEnc *mix, MixBuffer * bufin[], in mix_videofmtenc_mpeg4_encode() argument
695 if (mix == NULL ||bufin[0] == NULL || iovout[0] == NULL) { in mix_videofmtenc_mpeg4_encode()
709 return parent_class->encode(mix, bufin, bufincnt, iovout, in mix_videofmtenc_mpeg4_encode()
730 bufin[0], iovout[0]); in mix_videofmtenc_mpeg4_encode()
1199 MixBuffer * bufin, MixIOVec * iovout) in mix_videofmtenc_mpeg4_process_encode() argument
1212 if ((mix == NULL) || (bufin == NULL) || (iovout == NULL)) { in mix_videofmtenc_mpeg4_process_encode()
1360 "input buf size = %d\n", bufin->size); in mix_videofmtenc_mpeg4_process_encode()
1362 guint8 *inbuf = bufin->data; in mix_videofmtenc_mpeg4_process_encode()
1444 memcpy (&ci_idx, bufin->data, bufin->size); in mix_videofmtenc_mpeg4_process_encode()
Dmixvideoformat_vc1.h101 MIX_RESULT mix_videofmt_vc1_decode(MixVideoFormat *mix, MixBuffer * bufin[],
Dmixvideoformat_mp42.h100 MIX_RESULT mix_videofmt_mp42_decode(MixVideoFormat *mix, MixBuffer * bufin[],
Dmixvideoformat_h264.h97 MIX_RESULT mix_videofmt_h264_decode(MixVideoFormat *mix, MixBuffer * bufin[],