Searched refs:es_info_length (Results 1 – 1 of 1) sorted by relevance
1102 int es_info_length; in avc_ca_pmt() local1174 es_info_length = in avc_ca_pmt()1177 if (es_info_length > 0) in avc_ca_pmt()1178 es_info_length--; /* Remove pmt_cmd_id */ in avc_ca_pmt()1179 c->operand[write_pos++] = es_info_length >> 8; in avc_ca_pmt()1180 c->operand[write_pos++] = es_info_length & 0xff; in avc_ca_pmt()1181 if (es_info_length > 0) { in avc_ca_pmt()1187 if (es_info_length > sizeof(c->operand) - 4 - in avc_ca_pmt()1194 es_info_length); in avc_ca_pmt()1195 read_pos += es_info_length; in avc_ca_pmt()[all …]