• Home
  • Raw
  • Download

Lines Matching refs:open

930 	struct asm_stream_cmd_open_write_v3 *open;  in q6asm_open_write()  local
935 pkt_size = APR_HDR_SIZE + sizeof(*open); in q6asm_open_write()
942 open = p + APR_HDR_SIZE; in q6asm_open_write()
946 open->mode_flags = 0x00; in q6asm_open_write()
947 open->mode_flags |= ASM_LEGACY_STREAM_SESSION; in q6asm_open_write()
949 open->mode_flags |= BIT(ASM_SHIFT_GAPLESS_MODE_FLAG); in q6asm_open_write()
952 open->sink_endpointype = ASM_END_POINT_DEVICE_MATRIX; in q6asm_open_write()
953 open->bits_per_sample = bits_per_sample; in q6asm_open_write()
954 open->postprocopo_id = ASM_NULL_POPP_TOPOLOGY; in q6asm_open_write()
958 open->dec_fmt_id = ASM_MEDIA_FMT_MP3; in q6asm_open_write()
961 open->dec_fmt_id = ASM_MEDIA_FMT_MULTI_CHANNEL_PCM_V2; in q6asm_open_write()
964 open->dec_fmt_id = ASM_MEDIA_FMT_FLAC; in q6asm_open_write()
969 open->dec_fmt_id = ASM_MEDIA_FMT_WMA_V9; in q6asm_open_write()
975 open->dec_fmt_id = ASM_MEDIA_FMT_WMA_V10; in q6asm_open_write()
985 open->dec_fmt_id = ASM_MEDIA_FMT_ALAC; in q6asm_open_write()
988 open->dec_fmt_id = ASM_MEDIA_FMT_APE; in q6asm_open_write()
1503 struct asm_stream_cmd_open_read_v3 *open; in __q6asm_open_read() local
1508 pkt_size = APR_HDR_SIZE + sizeof(*open); in __q6asm_open_read()
1514 open = p + APR_HDR_SIZE; in __q6asm_open_read()
1519 open->src_endpointype = ASM_END_POINT_DEVICE_MATRIX; in __q6asm_open_read()
1521 open->preprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_NONE; in __q6asm_open_read()
1522 open->bits_per_sample = bits_per_sample; in __q6asm_open_read()
1523 open->mode_flags = 0x0; in __q6asm_open_read()
1525 open->mode_flags |= ASM_LEGACY_STREAM_SESSION << in __q6asm_open_read()
1530 open->mode_flags |= 0x00; in __q6asm_open_read()
1531 open->enc_cfg_id = ASM_MEDIA_FMT_MULTI_CHANNEL_PCM_V2; in __q6asm_open_read()