Lines Matching refs:pcm_frames
444 unsigned int pcm_frames; in handle_out_packet() local
450 pcm_frames = s->process_data_blocks(s, buffer + 2, data_blocks, &syt); in handle_out_packet()
476 if (pcm && pcm_frames > 0) in handle_out_packet()
477 update_pcm_pointers(s, pcm, pcm_frames); in handle_out_packet()
490 unsigned int pcm_frames; in handle_out_packet_without_header() local
496 pcm_frames = s->process_data_blocks(s, buffer, data_blocks, &syt); in handle_out_packet_without_header()
508 if (pcm && pcm_frames > 0) in handle_out_packet_without_header()
509 update_pcm_pointers(s, pcm, pcm_frames); in handle_out_packet_without_header()
525 unsigned int pcm_frames; in handle_in_packet() local
545 pcm_frames = 0; in handle_in_packet()
557 pcm_frames = 0; in handle_in_packet()
613 pcm_frames = s->process_data_blocks(s, buffer + 2, data_blocks, &syt); in handle_in_packet()
625 if (pcm && pcm_frames > 0) in handle_in_packet()
626 update_pcm_pointers(s, pcm, pcm_frames); in handle_in_packet()
638 unsigned int pcm_frames; in handle_in_packet_without_header() local
646 pcm_frames = s->process_data_blocks(s, buffer, data_blocks, NULL); in handle_in_packet_without_header()
653 if (pcm && pcm_frames > 0) in handle_in_packet_without_header()
654 update_pcm_pointers(s, pcm, pcm_frames); in handle_in_packet_without_header()