Lines Matching refs:state
21 SEIRawFillerPayload *current, SEIMessageState *state)
28 current->payload_size = state->payload_size;
39 SEIRawUserDataRegistered *current, SEIMessageState *state)
54 if (state->payload_size < i) {
59 current->data_length = state->payload_size - i;
71 SEIRawUserDataUnregistered *current, SEIMessageState *state)
78 if (state->payload_size < 16) {
83 current->data_length = state->payload_size - 16;
99 SEIRawMasteringDisplayColourVolume *current, SEIMessageState *state)
121 SEIRawContentLightLevelInfo *current, SEIMessageState *state)
136 SEIMessageState *state)
155 SEIMessageState state = {
168 CHECK(desc->READWRITE(ctx, rw, current->payload, &state));
173 if (byte_alignment(rw) || state.extension_present ||