OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eStandard
(Results
1 - 10
of
10
) sorted by null
/hardware/intel/img/psb_video/src/
tng_hostcode.c
90
IMG_STANDARD
eStandard
,
96
if (
eStandard
== IMG_STANDARD_H264) {
160
if (ctx->
eStandard
== IMG_STANDARD_H264) {
418
if (ctx->
eStandard
!= IMG_STANDARD_H264) {
604
psRCParams->bIsH264Codec = (ctx->
eStandard
== IMG_STANDARD_H264) ? IMG_TRUE : IMG_FALSE;
646
switch (ctx->
eStandard
) {
753
//FIXME: Zhaohan,
eStandard
is always 0 here.
754
ctx->bNoOffscreenMv = (ctx->
eStandard
== IMG_STANDARD_H263) ? IMG_TRUE : IMG_FALSE; //Default Value ?? Extended Parameter and bUseOffScreenMVUserSetting
[
all
...]
tng_hostbias.c
465
switch (ctx->
eStandard
) {
710
IMG_STANDARD
eStandard
= ctx->
eStandard
;
712
switch (
eStandard
) {
tng_MPEG4ES.c
136
ctx->
eStandard
= IMG_STANDARD_MPEG4;
tng_hostcode.h
303
IMG_STANDARD
eStandard
; //!< Video standard
tng_H263ES.c
135
ctx->
eStandard
= IMG_STANDARD_H263;
tng_hostdefs.h
638
IMG_STANDARD
eStandard
; //!< Encoder standard (H264 / H263 / MPEG4 / JPEG)
[
all
...]
tng_H264ES.c
94
"%s: obj_config->profile = %dctx->
eStandard
= %d, ctx->bEnableMVC = %d\n",
95
__FUNCTION__, obj_config->profile, ctx->
eStandard
, ctx->bEnableMVC);
[
all
...]
tng_enc_trace.c
554
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t
eStandard
=%d\n", data->
eStandard
);
[
all
...]
tng_hostair.c
314
if (ctx->
eStandard
== IMG_STANDARD_H264) {
[
all
...]
tng_trace.c
[
all
...]
Completed in 1152 milliseconds