Searched refs:elt_p (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_hostheader.c | 86 MTX_HEADER_ELEMENT **elt_p) in Show_Elements() argument 95 …drv_debug_msg(VIDEO_DEBUG_GENERAL, "Encoding Element [%i] - Type:%i\n", f, elt_p[f]->Element_Type); in Show_Elements() 97 if (elt_p[f]->Element_Type == ELEMENT_STARTCODE_RAWDATA || in Show_Elements() 98 elt_p[f]->Element_Type == ELEMENT_RAWDATA) { in Show_Elements() 99 TotalByteSize = elt_p[f]->Size; in Show_Elements() 101 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Writing %i RAW bits to element.\n", elt_p[f]->Size); in Show_Elements() 102 Show_Bits((IMG_UINT8 *)(&elt_p[f]->Size) + 1, 0, TotalByteSize); in Show_Elements() 110 switch (elt_p[f]->Element_Type) { in Show_Elements() 169 MTX_HEADER_ELEMENT **elt_p, in lnc__write_upto8bits_elements() argument 199 size_bits_p = &(elt_p[mtx_hdr->Elements]->Size); in lnc__write_upto8bits_elements() [all …]
|
/hardware/intel/img/psb_video/src/ |
D | pnw_hostheader.c | 86 MTX_HEADER_ELEMENT **elt_p) 95 …drv_debug_msg(VIDEO_DEBUG_GENERAL, "Encoding Element [%i] - Type:%i\n", f, elt_p[f]->Element_Type); 97 if (elt_p[f]->Element_Type == ELEMENT_STARTCODE_RAWDATA || 98 elt_p[f]->Element_Type == ELEMENT_RAWDATA) { 99 TotalByteSize = elt_p[f]->Size; 101 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Writing %i RAW bits to element.\n", elt_p[f]->Size); 102 Show_Bits((IMG_UINT8 *)(&elt_p[f]->Size) + 1, 0, TotalByteSize); 110 switch (elt_p[f]->Element_Type) { 169 MTX_HEADER_ELEMENT **elt_p, in pnw__write_upto8bits_elements() argument 199 size_bits_p = &(elt_p[mtx_hdr->Elements]->Size); in pnw__write_upto8bits_elements() [all …]
|