Home | History | Annotate | Download | only in mrst

Lines Matching refs:Elements

93     for (f = 0; f < mtx_hdr->Elements; f++) {
155 drv_debug_msg(VIDEO_DEBUG_GENERAL, "\nCombined ELEMENTS Stream:\n");
188 if (mtx_hdr->Elements >= MAXNUMBERELEMENTS) {
199 size_bits_p = &(elt_p[mtx_hdr->Elements]->Size);
202 wrt_bytes_p = &(elt_p[mtx_hdr->Elements]->Bits);
209 mtx_hdr->Elements++; /* Increment element index */
211 elt_p[mtx_hdr->Elements] = (MTX_HEADER_ELEMENT *) & wrt_bytes_p[15];
214 elt_p[mtx_hdr->Elements]->Element_Type = ELEMENT_RAWDATA;
217 elt_p[mtx_hdr->Elements]->Size = 0;
334 if (mtx_hdr->Elements != ELEMENTS_EMPTY) {
335 if (elt_p[mtx_hdr->Elements]->Element_Type == ELEMENT_STARTCODE_RAWDATA
336 || elt_p[mtx_hdr->Elements]->Element_Type == ELEMENT_RAWDATA) {
342 Offset = elt_p[mtx_hdr->Elements]->Size + 8 + 31;
350 mtx_hdr->Elements++;
351 P = (IMG_UINT8 *) elt_p[mtx_hdr->Elements-1];
353 elt_p[mtx_hdr->Elements] = (MTX_HEADER_ELEMENT *) P;
355 mtx_hdr->Elements = 0;
357 elt_p[mtx_hdr->Elements]->Element_Type = Token;
358 elt_p[mtx_hdr->Elements]->Size = 0;
602 SBP = (elt_p[mtx_hdr->Elements]->Size) & 7;
668 /* Byte align is done using an element command (MTX elements in this structure, we don't know it's size) */
1002 mtx_hdr->Elements = ELEMENTS_EMPTY;
1020 mtx_hdr->Elements++;
1034 mtx_hdr->Elements = ELEMENTS_EMPTY;
1054 mtx_hdr->Elements++;
1066 mtx_hdr->Elements = ELEMENTS_EMPTY;
1079 mtx_hdr->Elements++;
1094 mtx_hdr->Elements = ELEMENTS_EMPTY;
1105 mtx_hdr->Elements++; /* Has been used as an index, so need to add 1 for a valid element count */
1120 mtx_hdr->Elements = ELEMENTS_EMPTY;
1125 mtx_hdr->Elements++; /* Has been used as an index, so need to add 1 for a valid element count */
1136 mtx_hdr->Elements = ELEMENTS_EMPTY;
1141 mtx_hdr->Elements++; //Has been used as an index, so need to add 1 for a valid element count
1155 mtx_hdr->Elements = ELEMENTS_EMPTY;
1163 mtx_hdr->Elements++; /* Has been used as an index, so need to add 1 for a valid element count */
1175 mtx_hdr->Elements = ELEMENTS_EMPTY;
1180 mtx_hdr->Elements++; /* Has been used as an index, so need to add 1 for a valid element count */
1192 mtx_hdr->Elements = ELEMENTS_EMPTY;
1197 mtx_hdr->Elements++; /* Has been used as an index, so need to add 1 for a valid element count */
1653 mtx_hdr->Elements = ELEMENTS_EMPTY;
1667 mtx_hdr->Elements++; /* Has been used as an index, so need to add 1 for a valid element count */
1685 mtx_hdr->Elements = ELEMENTS_EMPTY;
1698 mtx_hdr->Elements++; /* Has been used as an index, so need to add 1 for a valid element count */
1717 mtx_hdr->Elements = ELEMENTS_EMPTY;
1729 mtx_hdr->Elements++; /* Has been used as an index, so need to add 1 for a valid element count */
2008 mtx_hdr->Elements = ELEMENTS_EMPTY;
2014 mtx_hdr->Elements++; /* Has been used as an index, so need to add 1 for a valid element count */
2030 mtx_hdr->Elements = ELEMENTS_EMPTY;
2043 mtx_hdr->Elements++; /* Has been used as an index, so need to add 1 for a valid element count */
2054 mtx_hdr->Elements = ELEMENTS_EMPTY;
2060 mtx_hdr->Elements++; //Has been used as an index, so need to add 1 for a valid element count
2080 /* Route output elements to memory provided */
2144 /* Functions that actually pack Elements (MTX_HEADER_PARAMS structure) with header information */
2153 /* Route output elements to memory provided */
2170 /* Functions that actually pack Elements (MTX_HEADER_PARAMS structure) with header information */
2189 /* Route output elements to memory provided */
2219 /* Route output elements to memory provided */
2229 /* Route output elements to memory provided */
2239 /* Route output elements to memory provided */
2272 /* Route output elements to memory provided */