OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VA_FOURCC_I420
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/psb_video/src/
psb_surface_ext.h
52
#define
VA_FOURCC_I420
0x30323449
psb_overlay.c
58
#ifndef
VA_FOURCC_I420
59
#define
VA_FOURCC_I420
0x30323449
548
case
VA_FOURCC_I420
:
730
case
VA_FOURCC_I420
:
[
all
...]
/hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp
41
#ifndef
VA_FOURCC_I420
42
#define
VA_FOURCC_I420
0x30323449
275
surface_image.format.fourcc ==
VA_FOURCC_I420
||
293
}else if(surface_image.format.fourcc ==
VA_FOURCC_I420
){
310
surface_image.format.fourcc ==
VA_FOURCC_I420
){
378
surface_image.format.fourcc ==
VA_FOURCC_I420
||
395
} else if(surface_image.format.fourcc ==
VA_FOURCC_I420
){
412
surface_image.format.fourcc ==
VA_FOURCC_I420
){
[
all
...]
/hardware/intel/common/libva/test/encode/
avcenc.c
350
#ifndef
VA_FOURCC_I420
351
#define
VA_FOURCC_I420
0x30323449
403
surface_image.format.fourcc ==
VA_FOURCC_I420
) {
404
const int U = surface_image.format.fourcc ==
VA_FOURCC_I420
? 1 : 2;
405
const int V = surface_image.format.fourcc ==
VA_FOURCC_I420
? 2 : 1;
[
all
...]
Completed in 314 milliseconds