Home
last modified time | relevance | path

Searched refs:content (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A DKbuild.include35 # filechk is used to check if the content of a generated file is updated.
42 # The rule defined shall write to stdout the content of the new file.
45 # - If the content differ the new file is used
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Datmlec.h89 } content; member
H A Datmmpc.h58 } content; member
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile891 # is used to encode HtmlHelp index (hhk), content (hhc) and project file
892 # content.
H A Dbsp.dxyfile890 # is used to encode HtmlHelp index (hhk), content (hhc) and project file
891 # content.
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_scaling.c.03745 … //Check if the scaled content can full fill the display window, otherwise garbage will show out.
3884 … //Check if the scaled content can full fill the display window, otherwise garbage will show out.
4794 // Adjust frame mode by 3D content
4921 // Adjust frame mode by 3D content
H A Dmvideo.c.03237 …// since Dolby HDR will fake as RGB but actually YUV content, we have to set our color space as YU…
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1979 dtsUint8 content[DTS_WAV_FILE_CONTENT_LENGTH]; member
14236 if(DTS_WAV_FILE_CONTENT_LENGTH != fread(header->content, 1, DTS_WAV_FILE_CONTENT_LENGTH, fp)) in AU_CUS_DTS_Parser_dtsReadWavFileHeader()
14248 if(0 == memcmp(header->content, DTS_WAV_FILE_CONTENT, DTS_WAV_FILE_CONTENT_LENGTH)) in AU_CUS_DTS_Parser_dtsWavFileHeaderIsValid()