Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 95) sorted by relevance

1234

/utopia/UTPA2-700.0.x/modules/njpd/drv/njpd_ex/
H A DdrvNJPD.c608 MS_BOOL MDrv_NJPD_InitBuf(NJPD_BufCfg in, MS_BOOL bMJPEG) in MDrv_NJPD_InitBuf() argument
611 if(in.bThumbnailAccessMode) in MDrv_NJPD_InitBuf()
615 …everse = MDrv_NJPD_SetReadBuffer_Patch(in.u32ThumbnailBufAddr, in.u32ThumbnailBufSize, in.u32Thumb… in MDrv_NJPD_InitBuf()
620 MDrv_NJPD_SetMRCStartAddr(in.u32ThumbnailBufAddr + in.u32ThumbnailBufOffset); in MDrv_NJPD_InitBuf()
622 if(in.u32ThumbnailBufOffset < in.u32ThumbnailBufSize/2) in MDrv_NJPD_InitBuf()
624 MDrv_NJPD_SetReadBuffer0(in.u32ThumbnailBufAddr, in.u32ThumbnailBufSize/2); in MDrv_NJPD_InitBuf()
625 …MDrv_NJPD_SetReadBuffer1(in.u32ThumbnailBufAddr+in.u32ThumbnailBufSize/2, in.u32ThumbnailBufSize/2… in MDrv_NJPD_InitBuf()
631 MDrv_NJPD_SetReadBuffer1(in.u32ThumbnailBufAddr, in.u32ThumbnailBufSize/2); in MDrv_NJPD_InitBuf()
632 …MDrv_NJPD_SetReadBuffer0(in.u32ThumbnailBufAddr+in.u32ThumbnailBufSize/2, in.u32ThumbnailBufSize/2… in MDrv_NJPD_InitBuf()
639 if(in.bProgressive) in MDrv_NJPD_InitBuf()
[all …]
H A DdrvJPD.c908 void MDrv_JPD_InitBuf(JPD_BufCfg in) in MDrv_JPD_InitBuf() argument
910 if(in.bThumbnailAccessMode) in MDrv_JPD_InitBuf()
913 MDrv_JPD_SetReadBuffer(in.u32ThumbnailBufAddr, in.u32ThumbnailBufSize); in MDrv_JPD_InitBuf()
915 MDrv_JPD_SetMRCStartAddr(in.u32ThumbnailBufAddr + in.u32ThumbnailBufOffset); in MDrv_JPD_InitBuf()
919 if(in.bProgressive) in MDrv_JPD_InitBuf()
922 MDrv_JPD_SetReadBuffer(in.u32MRCBufAddr, in.u32MRCBufSize); in MDrv_JPD_InitBuf()
924 MDrv_JPD_SetMRCStartAddr(in.u32MRCBufAddr); in MDrv_JPD_InitBuf()
929 MDrv_JPD_SetReadBuffer(in.u32MRCBufAddr, in.u32MRCBufSize); in MDrv_JPD_InitBuf()
931 MDrv_JPD_SetMRCStartAddr(in.u32MRCBufAddr + in.u32MRCBufOffset); in MDrv_JPD_InitBuf()
936 MDrv_JPD_SetOutputFrameBuffer(in.u32MWCBufAddr, in.u16MWCBufLineNum); in MDrv_JPD_InitBuf()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/drv/jpd_ex/
H A DdrvJPD.c907 void MDrv_JPD_InitBuf(JPD_BufCfg in) in MDrv_JPD_InitBuf() argument
909 if(in.bThumbnailAccessMode) in MDrv_JPD_InitBuf()
912 MDrv_JPD_SetReadBuffer(in.u32ThumbnailBufAddr, in.u32ThumbnailBufSize); in MDrv_JPD_InitBuf()
914 MDrv_JPD_SetMRCStartAddr(in.u32ThumbnailBufAddr + in.u32ThumbnailBufOffset); in MDrv_JPD_InitBuf()
918 if(in.bProgressive) in MDrv_JPD_InitBuf()
921 MDrv_JPD_SetReadBuffer(in.u32MRCBufAddr, in.u32MRCBufSize); in MDrv_JPD_InitBuf()
923 MDrv_JPD_SetMRCStartAddr(in.u32MRCBufAddr); in MDrv_JPD_InitBuf()
928 MDrv_JPD_SetReadBuffer(in.u32MRCBufAddr, in.u32MRCBufSize); in MDrv_JPD_InitBuf()
930 MDrv_JPD_SetMRCStartAddr(in.u32MRCBufAddr + in.u32MRCBufOffset); in MDrv_JPD_InitBuf()
935 MDrv_JPD_SetOutputFrameBuffer(in.u32MWCBufAddr, in.u16MWCBufLineNum); in MDrv_JPD_InitBuf()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/drv/jpd/
H A DdrvJPD.c888 void MDrv_JPD_InitBuf(JPD_BufCfg in) in MDrv_JPD_InitBuf() argument
890 if(in.bThumbnailAccessMode) in MDrv_JPD_InitBuf()
893 MDrv_JPD_SetReadBuffer(in.u32ThumbnailBufAddr, in.u32ThumbnailBufSize); in MDrv_JPD_InitBuf()
895 MDrv_JPD_SetMRCStartAddr(in.u32ThumbnailBufAddr + in.u32ThumbnailBufOffset); in MDrv_JPD_InitBuf()
899 if(in.bProgressive) in MDrv_JPD_InitBuf()
902 MDrv_JPD_SetReadBuffer(in.u32MRCBufAddr, in.u32MRCBufSize); in MDrv_JPD_InitBuf()
904 MDrv_JPD_SetMRCStartAddr(in.u32MRCBufAddr); in MDrv_JPD_InitBuf()
909 MDrv_JPD_SetReadBuffer(in.u32MRCBufAddr, in.u32MRCBufSize); in MDrv_JPD_InitBuf()
911 MDrv_JPD_SetMRCStartAddr(in.u32MRCBufAddr + in.u32MRCBufOffset); in MDrv_JPD_InitBuf()
916 MDrv_JPD_SetOutputFrameBuffer(in.u32MWCBufAddr, in.u16MWCBufLineNum); in MDrv_JPD_InitBuf()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dsumversion.c88 static void md4_transform(uint32_t *hash, uint32_t const *in) in md4_transform() argument
97 ROUND1(a, b, c, d, in[0], 3); in md4_transform()
98 ROUND1(d, a, b, c, in[1], 7); in md4_transform()
99 ROUND1(c, d, a, b, in[2], 11); in md4_transform()
100 ROUND1(b, c, d, a, in[3], 19); in md4_transform()
101 ROUND1(a, b, c, d, in[4], 3); in md4_transform()
102 ROUND1(d, a, b, c, in[5], 7); in md4_transform()
103 ROUND1(c, d, a, b, in[6], 11); in md4_transform()
104 ROUND1(b, c, d, a, in[7], 19); in md4_transform()
105 ROUND1(a, b, c, d, in[8], 3); in md4_transform()
[all …]
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile18 # This tag specifies the encoding used for all characters in the config file
45 # 4096 sub-directories (in 2 levels) under the output directory of each output
48 # source files, where putting all generated files in the same directory would
53 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
55 # information to generate all constant output in the proper language.
67 # include brief member descriptions after the members that are listed in
81 # that is used to form the text in various listings. Each string
82 # in this list, if found as the leading text of the brief description, will be
109 # inherited members of a class in the documentation of that class as if those
116 # path before files name in the file list and in the header files. If set
[all …]
H A Dbsp.dxyfile17 # This tag specifies the encoding used for all characters in the config file
44 # 4096 sub-directories (in 2 levels) under the output directory of each output
47 # source files, where putting all generated files in the same directory would
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
54 # information to generate all constant output in the proper language.
66 # include brief member descriptions after the members that are listed in
80 # that is used to form the text in various listings. Each string
81 # in this list, if found as the leading text of the brief description, will be
108 # inherited members of a class in the documentation of that class as if those
115 # path before files name in the file list and in the header files. If set
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/include/
H A Dmhal_xc_chip_config.h.030 // confidential information in strictest confidence and not disclose to any
37 // and in conformity with any international standard. You agree to waive any
44 // even if MStar Software has been modified by MStar in accordance with your
46 // parties in writing.
49 // services in relation with MStar Software to you for your use of
50 // MStar Software in conjunction with your or your customer`s product
52 // You understand and agree that, except otherwise agreed by both parties in
54 // disclaimer set forth in Section 4 above shall apply.
65 // 7. These terms shall be governed by and construed in accordance with the laws
69 // Taipei in accordance with the ROC Arbitration Law and the Arbitration
[all …]
H A Dmhal_dip.h.030 // confidential information in strictest confidence and not disclose to any
37 // and in conformity with any international standard. You agree to waive any
44 // even if MStar Software has been modified by MStar in accordance with your
46 // parties in writing.
49 // services in relation with MStar Software to you for your use of
50 // MStar Software in conjunction with your or your customer`s product
52 // You understand and agree that, except otherwise agreed by both parties in
54 // disclaimer set forth in Section 4 above shall apply.
65 // 7. These terms shall be governed by and construed in accordance with the laws
69 // Taipei in accordance with the ROC Arbitration Law and the Arbitration
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped147 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
156 /* The state buf must be large enough to hold one state per character in the main buffer.
203 char *yy_buf_pos; /* current position in input buffer */
205 /* Size of input buffer in bytes, not including room for EOB
266 /* We provide macros for accessing buffer states in case in the
267 * future we want to put the buffer states in a more general
286 /* Points to current character in buffer. */
377 /* This struct is not used in this scanner,
563 * This program is distributed in the hope that it will be useful,
657 /* Macros after this point can all be overridden by user definitions in
[all …]
H A Ddtc-parser.tab.c_shipped4 /* Skeleton implementation for Bison's Yacc-like parsers in C
14 This program is distributed in the hope that it will be useful,
32 This special exception was added by the Free Software Foundation in
366 elements in the stack, and YYPTR gives the new location of the
384 /* YYLAST -- Last index in YYTABLE. */
436 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
518 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
539 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
560 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
858 if the built-in stack extension method is used).
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped190 /* The state buf must be large enough to hold one state per character in the main buffer.
248 char *yy_buf_pos; /* current position in input buffer */
250 /* Size of input buffer in bytes, not including room for EOB
320 /* We provide macros for accessing buffer states in case in the
321 * future we want to put the buffer states in a more general
345 /* Points to current character in buffer. */
451 /* This struct is not used in this scanner,
643 This program is distributed in the hope that it will be useful, but
662 and then we categorize those basic tokens in the second stage. */
730 /* Macros after this point can all be overridden by user definitions in
[all …]
H A Dparse.c_shipped4 /* Skeleton implementation for Bison's Yacc-like parsers in C
14 This program is distributed in the hope that it will be useful,
32 This special exception was added by the Free Software Foundation in
386 elements in the stack, and YYPTR gives the new location of the
404 /* YYLAST -- Last index in YYTABLE. */
459 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
628 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
664 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
700 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
1106 if the built-in stack extension method is used).
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c_shipped165 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
174 /* The state buf must be large enough to hold one state per character in the main buffer.
221 char *yy_buf_pos; /* current position in input buffer */
223 /* Size of input buffer in bytes, not including room for EOB
284 /* We provide macros for accessing buffer states in case in the
285 * future we want to put the buffer states in a more general
304 /* Points to current character in buffer. */
715 /* This struct is not used in this scanner,
891 /* Macros after this point can all be overridden by user definitions in
942 * is returned in "result".
[all …]
H A Dconfdata.c78 static char *conf_expand_value(const char *in) in conf_expand_value() argument
87 while ((src = strchr(in, '$'))) { in conf_expand_value()
88 strncat(res_value, in, src - in); in conf_expand_value()
97 in = src; in conf_expand_value()
99 strcat(res_value, in); in conf_expand_value()
184 FILE *in = NULL; in conf_read_simple() local
191 in = zconf_fopen(name); in conf_read_simple()
196 in = zconf_fopen(name); in conf_read_simple()
197 if (in) in conf_read_simple()
211 in = zconf_fopen(name); in conf_read_simple()
[all …]
H A Dzconf.tab.c_shipped4 /* Skeleton implementation for Bison's Yacc-like parsers in C
14 This program is distributed in the hope that it will be useful,
32 This special exception was added by the Free Software Foundation in
404 elements in the stack, and YYPTR gives the new location of the
422 /* YYLAST -- Last index in YYTABLE. */
477 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
624 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
661 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
698 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
1057 if the built-in stack extension method is used).
[all …]
/utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/
H A DGPL.txt26 in new free programs; and that you know you can do these things.
52 program will individually obtain patent licenses, in effect making the
69 language. (Hereinafter, translation is included without limitation in
80 source code as you receive it, in any medium, provided that you
88 you may at your option offer warranty protection in exchange for a fee.
98 b) You must cause any work that you distribute or publish, that in
99 whole or in part contains or is derived from the Program or any
105 interactive use in the most ordinary way, to print or display an
116 and can be reasonably considered independent and separate works in
135 under Section 2) in object code or executable form under the terms of
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A DKbuild.include24 # Escape single quote for use in echo statements
47 # - stdin is piped in from the first prerequisite ($<) so one has
64 # See documentation in Documentation/kbuild/makefiles.txt
68 # Return first prefix where a prefix$(CC) is found in PATH.
69 # If no $(CC) found in PATH with listed prefixes return nothing
207 # in $(cmd_xxx) double $$ your perl vars
211 # PHONY targets skipped in both cases.
239 # Output (listed in the order they are checked):
245 # (6) - due to target not in $(targets)
249 # (4) The command line stored in the file named dir/.target.cmd
[all …]
H A Dkallsyms.c102 static int read_symbol(FILE *in, struct sym_entry *s) in read_symbol() argument
108 rc = fscanf(in, "%llx %c %499s\n", &s->addr, &stype, str); in read_symbol()
110 if (rc != EOF && fgets(str, 500, in) == NULL) in read_symbol()
230 static void read_map(FILE *in) in read_map() argument
232 while (!feof(in)) { in read_map()
241 if (read_symbol(in, &table[table_cnt]) == 0) { in read_map()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstab.def10 The GNU C Library is distributed in the hope that it will be useful,
23 To find the address, look in the corresponding external symbol. */
27 To find the address, look in the corresponding external symbol. */
43 This is not used in C. */
46 /* Global symbol in Pascal.
62 optimization flags used in this module. */
71 /* Line number in text segment. Desc is the line number;
106 /* Structure or union element. Value is offset in the structure. */
113 /* Automatic variable in the stack. Value is offset from frame pointer.
132 In an object file, there is no significant data in this entry.
[all …]
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_pip.c.030 // confidential information in strictest confidence and not disclose to any
37 // and in conformity with any international standard. You agree to waive any
44 // even if MStar Software has been modified by MStar in accordance with your
46 // parties in writing.
49 // services in relation with MStar Software to you for your use of
50 // MStar Software in conjunction with your or your customer`s product
52 // You understand and agree that, except otherwise agreed by both parties in
54 // disclaimer set forth in Section 4 above shall apply.
65 // 7. These terms shall be governed by and construed in accordance with the laws
69 // Taipei in accordance with the ROC Arbitration Law and the Arbitration
[all …]
H A Dmdrv_sc_scaling.c.030 // confidential information in strictest confidence and not disclose to any
37 // and in conformity with any international standard. You agree to waive any
44 // even if MStar Software has been modified by MStar in accordance with your
46 // parties in writing.
49 // services in relation with MStar Software to you for your use of
50 // MStar Software in conjunction with your or your customer`s product
52 // You understand and agree that, except otherwise agreed by both parties in
54 // disclaimer set forth in Section 4 above shall apply.
65 // 7. These terms shall be governed by and construed in accordance with the laws
69 // Taipei in accordance with the ROC Arbitration Law and the Arbitration
[all …]
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_PCMonitor.c.030 // confidential information in strictest confidence and not disclose to any
37 // and in conformity with any international standard. You agree to waive any
44 // even if MStar Software has been modified by MStar in accordance with your
46 // parties in writing.
49 // services in relation with MStar Software to you for your use of
50 // MStar Software in conjunction with your or your customer`s product
52 // You understand and agree that, except otherwise agreed by both parties in
54 // disclaimer set forth in Section 4 above shall apply.
65 // 7. These terms shall be governed by and construed in accordance with the laws
69 // Taipei in accordance with the ROC Arbitration Law and the Arbitration
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt40 // with the name of the directory in which FlexeLint has
50 +cpp(.cc,.C) // extensions for C++ that are commonly used in addition
61 -elib(516) // lots of redeclarations in Linux stdlib.h
70 -elib(602) // in dial.h there are comments within comments ?
72 -elib(2) // unclosed quotes in nserve.h
82 -elib(793) // Linux has minor ANSI violation in stddef.h
83 -elib(569) // Linux truncates some data in huge_val.h
205 // Built-in identifiers follow. These constants are compiled into gcc and are not
206 // defined in any GCC headers. They might vary from platform to platform. To
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DKconfig30 bool "Enable File-in VQ"
60 bool "Enable MM file in"
63 Select if you want to enable MM file in. If unsure, say 'Y'.
66 bool "Enable MM file in 3D"
69 Select if you want to enable MM file in 3D. If unsure, say 'N'.
84 bool "Enable MM file in MOBF"
87 Select if you want to enable MM file in MOBF. If unsure, say 'N'.

1234