Searched refs:es_info_length (Results 1 – 1 of 1) sorted by relevance
1102 int es_info_length; in avc_ca_pmt() local1178 es_info_length = in avc_ca_pmt()1181 if (es_info_length > 0) in avc_ca_pmt()1182 es_info_length--; /* Remove pmt_cmd_id */ in avc_ca_pmt()1183 c->operand[write_pos++] = es_info_length >> 8; in avc_ca_pmt()1184 c->operand[write_pos++] = es_info_length & 0xff; in avc_ca_pmt()1185 if (es_info_length > 0) { in avc_ca_pmt()1196 es_info_length > length - read_pos) { in avc_ca_pmt()1202 es_info_length); in avc_ca_pmt()1203 read_pos += es_info_length; in avc_ca_pmt()[all …]