Lines Matching refs:of
2 format of a YUV frame is specific to this chip and is called HM12. 'HM' stands
12 The Y plane is divided into blocks of 16x16 pixels from left to right
15 So the first 16 bytes are the first line of the top-left block, the
16 second 16 bytes are the second line of the top-left block, etc. After
17 transmitting this block the first line of the block on the right to the
20 The UV plane is divided into blocks of 16x8 UV values going from left
23 So the first 16 bytes are the first line of the top-left block and
25 second line of 8 UV pairs of the top-left block, etc. After transmitting
26 this block the first line of the block on the right to the first block is
30 Y, U and V planes. This code assumes frames of 720x576 (PAL) pixels.
32 The width of a frame is always 720 pixels, regardless of the actual specified
35 If the height is not a multiple of 32 lines, then the captured video is
37 multiple of 32.
56 // The Y plane is divided into blocks of 16x16 pixels
75 // Again, the UV plane is divided into blocks of 16x16 UV values.