Lines Matching refs:fIndex
360 yuvaIndices[0].fIndex = 0; in create_YUV()
362 yuvaIndices[1].fIndex = 0; in create_YUV()
364 yuvaIndices[2].fIndex = 0; in create_YUV()
366 yuvaIndices[3].fIndex = 0; in create_YUV()
393 yuvaIndices[0].fIndex = 0; in create_YUV()
395 yuvaIndices[1].fIndex = 1; in create_YUV()
397 yuvaIndices[2].fIndex = 1; in create_YUV()
424 yuvaIndices[0].fIndex = 0; in create_YUV()
426 yuvaIndices[1].fIndex = 1; in create_YUV()
428 yuvaIndices[2].fIndex = 1; in create_YUV()
437 yuvaIndices[0].fIndex = 0; in create_YUV()
439 yuvaIndices[1].fIndex = 1; in create_YUV()
441 yuvaIndices[2].fIndex = 2; in create_YUV()
449 yuvaIndices[0].fIndex = 0; in create_YUV()
451 yuvaIndices[1].fIndex = 2; in create_YUV()
453 yuvaIndices[2].fIndex = 1; in create_YUV()
460 yuvaIndices[3].fIndex = -1; in create_YUV()
464 yuvaIndices[3].fIndex = nextLayer; in create_YUV()
534 fYUVBitmaps[fYUVAIndices[0].fIndex], in onGetPixels()
538 fYUVBitmaps[fYUVAIndices[1].fIndex], in onGetPixels()
543 fYUVBitmaps[fYUVAIndices[2].fIndex], in onGetPixels()
547 if (fYUVAIndices[3].fIndex >= 0) { in onGetPixels()
549 fYUVBitmaps[fYUVAIndices[3].fIndex], in onGetPixels()
669 if (yuvaIndices[i].fIndex == texIndex) { in create_yuva_texture()