HomeSort by relevance Sort by last modified time
    Searched refs:MixIOVec (Results 1 - 18 of 18) sorted by null

  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.h 115 * MixIOVec:
124 } MixIOVec;
154 MIX_RESULT (*decode) (MixAudio *mix, const MixIOVec *iovin, gint iovincnt, guint64 *insize, MixIOVec *iovout, gint iovoutcnt, guint64 *outsize);
155 MIX_RESULT (*capture_encode) (MixAudio *mix, MixIOVec *iovout, gint iovoutcnt);
308 * @iovin: a pointer to an array of #MixIOVec structure that contains the input buffers
310 * @iovout: a pointer to an arrya of #MixIOVec structure that represent the output buffer. During input, each size in the #MixIOVec array represents the available buffer size pointed to by data. Upon return, each size value will be updated to reflect how much data has been filled. This parameter is ignored if stream is configured to #MIX_DECODE_DIRECTRENDER. See mix_audio_configure() for more detail.
333 MIX_RESULT mix_audio_decode(MixAudio *mix, const MixIOVec *iovin, gint iovincnt, guint64 *insize, MixIOVec *iovout, gint iovoutcnt, guint64 *outsize)
    [all...]
mixaudio.c 108 MIX_RESULT mix_audio_decode_default(MixAudio *mix, const MixIOVec *iovin, gint iovincnt, guint64 *insize, MixIOVec *iovout, gint iovoutcnt, guint64 *outsize);
109 MIX_RESULT mix_audio_capture_encode_default(MixAudio *mix, MixIOVec *iovout, gint iovoutcnt);
141 static MIX_RESULT mix_audio_SST_writev(MixAudio *mix, const MixIOVec *iovin, gint iovincnt, guint64 *insize);
142 static MIX_RESULT mix_audio_SST_STREAM_DECODE(MixAudio *mix, const MixIOVec *iovin, gint iovincnt, guint64 *insize, MixIOVec *iovout, gint iovoutcnt, guint64 *outsize);
552 MIX_RESULT mix_audio_decode_default(MixAudio *mix, const MixIOVec *iovin, gint iovincnt, guint64 *insize, MixIOVec *iovout, gint iovoutcnt, guint64 *outsize)
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoconfigparamsdec.h 72 MixIOVec header;
145 MixIOVec *header);
147 /* caller is responsible to g_free MixIOVec::data field */
149 MixIOVec ** header);
mixvideodef.h 45 } MixIOVec;
mixvideoformatenc_mpeg4.h 124 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
134 MixIOVec * iovout);
mixvideoformatenc_preview.h 123 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
131 MixIOVec * iovout);
mixvideoformatenc_h264.h 123 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
133 MixIOVec * iovout);
mixvideo.h 69 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
195 MixIOVec * iovout[], gint iovoutcnt,
mixvideoformatenc.h 49 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
166 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
mixvideoconfigparamsdec.c 269 /* MixIOVec header */
346 MixIOVec * header) {
366 MixIOVec ** header) {
372 *header = g_malloc(sizeof(MixIOVec));
mixvideoformatenc.c 26 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
397 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
456 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
mixvideo.c 103 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
1238 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
    [all...]
mixvideoformatenc_mpeg4.c 677 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
    [all...]
mixvideoformatenc_preview.c 620 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
874 MixBuffer * bufin, MixIOVec * iovout)
    [all...]
mixvideoformat_vc1.c 173 MixIOVec *header)
255 MixIOVec *header = NULL;
    [all...]
mixvideoformatenc_h264.c 692 gint bufincnt, MixIOVec * iovout[], gint iovoutcnt,
    [all...]
mixvideoformat_mp42.c 195 MixIOVec *header = NULL;
    [all...]
mixvideoformat_h264.c 165 MixIOVec *header = NULL;
    [all...]

Completed in 115 milliseconds