Home | History | Annotate | Download | only in post_proc

Lines Matching defs:stream_type

73 enum STREAM_TYPE {
88 uint32_t stream_type;
227 // dump stream_type / Device / session_id / left / righ volume
230 context->stream_type == MUSIC ? "MUSIC" :
231 context->stream_type == RING ? "RING" :
232 context->stream_type == ALARM ? "ALARM" :
233 context->stream_type == VOICE_CALL ? "VOICE_CALL" :
234 context->stream_type == VC_CALL ? "VC_CALL" :
235 context->stream_type == NOTIFICATION ? "NOTIFICATION" : "--INVALID--",
248 if (context->stream_type == VC_CALL && headset_cal_enabled &&
722 context->stream_type = itt;
764 uint32_t stream_type;
774 stream_type = recv_contex->stream_type;
778 __func__, session_id, stream_type);
790 && (context->stream_type == stream_type)) {
793 PRINT_STREAM_TYPE(context->stream_type);