Lines Matching defs:h_outstream

446 u16 hpi_outstream_close(u32 h_outstream)
453 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
460 hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index);
465 hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index);
471 u16 hpi_outstream_get_info_ex(u32 h_outstream, u16 *pw_state,
479 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
498 u16 hpi_outstream_write_buf(u32 h_outstream, const u8 *pb_data,
505 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
517 u16 hpi_outstream_start(u32 h_outstream)
523 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
531 u16 hpi_outstream_wait_start(u32 h_outstream)
537 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
545 u16 hpi_outstream_stop(u32 h_outstream)
551 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
559 u16 hpi_outstream_sinegen(u32 h_outstream)
565 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
573 u16 hpi_outstream_reset(u32 h_outstream)
579 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
587 u16 hpi_outstream_query_format(u32 h_outstream, struct hpi_format *p_format)
594 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
604 u16 hpi_outstream_set_format(u32 h_outstream, struct hpi_format *p_format)
611 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
621 u16 hpi_outstream_set_velocity(u32 h_outstream, short velocity)
628 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
637 u16 hpi_outstream_set_punch_in_out(u32 h_outstream, u32 punch_in_sample,
645 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
656 u16 hpi_outstream_ancillary_reset(u32 h_outstream, u16 mode)
663 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
670 u16 hpi_outstream_ancillary_get_info(u32 h_outstream, u32 *pframes_available)
677 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
689 u16 hpi_outstream_ancillary_read(u32 h_outstream,
699 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
712 u16 hpi_outstream_set_time_scale(u32 h_outstream, u32 time_scale)
719 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
729 u16 hpi_outstream_host_buffer_allocate(u32 h_outstream, u32 size_in_bytes)
736 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
743 u16 hpi_outstream_host_buffer_get_info(u32 h_outstream, u8 **pp_buffer,
751 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
764 u16 hpi_outstream_host_buffer_free(u32 h_outstream)
771 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
777 u16 hpi_outstream_group_add(u32 h_outstream, u32 h_stream)
787 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
810 u16 hpi_outstream_group_get_map(u32 h_outstream, u32 *poutstream_map,
818 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))
830 u16 hpi_outstream_group_reset(u32 h_outstream)
837 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))