Lines Matching refs:es_info_length
1100 int es_info_length; in avc_ca_pmt() local
1172 es_info_length = in avc_ca_pmt()
1175 if (es_info_length > 0) in avc_ca_pmt()
1176 es_info_length--; /* Remove pmt_cmd_id */ in avc_ca_pmt()
1177 c->operand[write_pos++] = es_info_length >> 8; in avc_ca_pmt()
1178 c->operand[write_pos++] = es_info_length & 0xff; in avc_ca_pmt()
1179 if (es_info_length > 0) { in avc_ca_pmt()
1185 if (es_info_length > sizeof(c->operand) - 4 - in avc_ca_pmt()
1192 es_info_length); in avc_ca_pmt()
1193 read_pos += es_info_length; in avc_ca_pmt()
1194 write_pos += es_info_length; in avc_ca_pmt()