Lines Matching refs:es_info_length
1102 int es_info_length;
1178 es_info_length =
1181 if (es_info_length > 0)
1182 es_info_length--; /* Remove pmt_cmd_id */
1183 c->operand[write_pos++] = es_info_length >> 8;
1184 c->operand[write_pos++] = es_info_length & 0xff;
1185 if (es_info_length > 0) {
1195 if (es_info_length > sizeof(c->operand) - 4 - write_pos ||
1196 es_info_length > length - read_pos) {
1202 es_info_length);
1203 read_pos += es_info_length;
1204 write_pos += es_info_length;