Home
last modified time | relevance | path

Searched refs:FCode (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostcode.h171 IMG_UINT8 FCode; /* F Code (MP4 only) */ member
212 unsigned int FCode; member
506 IMG_UINT32 FCode; /*FCode value MP4 only*/ member
Dpnw_hostcode.c535 ctx->FCode = 0; in pnw_CreateContext()
1057 …_debug_msg(VIDEO_DEBUG_GENERAL, "psPicParams->sInParams.FCode %d\n", psPicParams->sInParams.FCode); in pnw_EndPicture()
1900 psSliceParams->FCode = ctx->FCode;/* Not clear yet, This field is not appare in firmware doc */ in pnw__send_encode_slice_params()
1984 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psSliceParams->FCode %x\n", psSliceParams->FCode); in pnw__send_encode_slice_params()
Dpnw_MPEG4ES.c346 ctx->FCode = 4 - 1; /* 4 is default value of "ui8Search_range" */ in pnw__MPEG4ES_process_picture_param()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.h139 IMG_UINT8 FCode; /* F Code (MP4 only) */ member
168 unsigned int FCode; member
397 IMG_UINT32 FCode; member
Dlnc_hostcode.c169 ctx->FCode = 0; in lnc_CreateContext()
1392 psSliceParams->FCode = ctx->FCode;/* Not clear yet, This field is not appare in firmware doc */ in lnc__send_encode_slice_params()
Dlnc_MPEG4ES.c124 ctx->FCode = 3; in lnc_MPEG4ES_CreateContext()