Searched defs:SourceFormatType (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_H263ES.c253 H263_SOURCE_FORMAT_TYPE SourceFormatType; local
277 SourceFormatType = _128x96_SubQCIF;
279 SourceFormatType = _176x144_QCIF;
281 SourceFormatType = _352x288_CIF;
283 SourceFormatType = _704x576_4CIF;
285 SourceFormatType = 7;
299 SourceFormatType,
H A Dlnc_hostheader.c1779 H263_SOURCE_FORMAT_TYPE SourceFormatType,
1794 p[6] = ((Temporal_Ref & 63) << 2) | 2 | (SourceFormatType << 10);
1822 lnc__write_upto8bits_elements(mtx_hdr, elt_p, SourceFormatType, 3);
1834 if (SourceFormatType != 7) {
1844 if ((PictureCodingType == I_FRAME) || (SourceFormatType == 7) || *OptionalCustomPCF) {
1939 if (SourceFormatType != 7) {
2021 H263_SOURCE_FORMAT_TYPE SourceFormatType,
2038 SourceFormatType,
2330 H263_SOURCE_FORMAT_TYPE SourceFormatType,
2343 SourceFormatType,
1773 H263_writebits_VideoPictureHeader( MTX_HEADER_PARAMS *mtx_hdr, MTX_HEADER_ELEMENT **elt_p, IMG_UINT8 Temporal_Ref, H263_PICTURE_CODING_TYPE PictureCodingType, H263_SOURCE_FORMAT_TYPE SourceFormatType, IMG_UINT8 FrameRate, IMG_UINT16 PictureWidth, IMG_UINT16 PictureHeight, IMG_UINT8 *OptionalCustomPCF) argument
2017 lnc__H263_getelements_videopicture_header( MTX_HEADER_PARAMS *mtx_hdr, IMG_UINT8 Temporal_Ref, H263_PICTURE_CODING_TYPE PictureCodingType, H263_SOURCE_FORMAT_TYPE SourceFormatType, IMG_UINT8 FrameRate, IMG_UINT16 PictureWidth, IMG_UINT16 PictureHeight, IMG_UINT8 *OptionalCustomPCF) argument
2326 lnc__H263_prepare_picture_header( IMG_UINT32 *pHeaderMem, IMG_UINT8 Temporal_Ref, H263_PICTURE_CODING_TYPE PictureCodingType, H263_SOURCE_FORMAT_TYPE SourceFormatType, IMG_UINT8 FrameRate, IMG_UINT16 PictureWidth, IMG_UINT16 PictureHeight, IMG_UINT8 *OptionalCustomPCF) argument
[all...]
/hardware/intel/img/psb_video/src/
H A Dpnw_H263ES.c277 H263_SOURCE_FORMAT_TYPE SourceFormatType; local
302 SourceFormatType = _128x96_SubQCIF;
304 SourceFormatType = _176x144_QCIF;
306 SourceFormatType = _352x288_CIF;
308 SourceFormatType = _704x576_4CIF;
310 SourceFormatType = 7;
322 SourceFormatType,
H A Dpnw_hostheader.c1463 H263_SOURCE_FORMAT_TYPE SourceFormatType,
1496 pnw__write_upto8bits_elements(mtx_hdr, elt_p, SourceFormatType, 3);
1505 if (SourceFormatType != 7) {
1514 if ((PictureCodingType == I_FRAME) || (SourceFormatType == 7) || OCPCF) {
1603 if (SourceFormatType != 7) {
2510 H263_SOURCE_FORMAT_TYPE SourceFormatType,
2530 SourceFormatType,
1457 H263_writebits_VideoPictureHeader( MTX_HEADER_PARAMS *mtx_hdr, MTX_HEADER_ELEMENT **elt_p, IMG_UINT8 Temporal_Ref, H263_PICTURE_CODING_TYPE PictureCodingType, H263_SOURCE_FORMAT_TYPE SourceFormatType, IMG_UINT8 FrameRate, IMG_UINT32 PictureWidth, IMG_UINT32 PictureHeight) argument
2506 pnw__H263_prepare_picture_header( unsigned char *pHeaderMem, IMG_UINT8 Temporal_Ref, H263_PICTURE_CODING_TYPE PictureCodingType, H263_SOURCE_FORMAT_TYPE SourceFormatType, IMG_UINT8 FrameRate, IMG_UINT16 PictureWidth, IMG_UINT16 PictureHeigth) argument
H A Dtng_hostheader.c1058 H263_SOURCE_FORMAT_TYPE SourceFormatType,
1092 tng__write_upto8bits_elements(pMTX_Header, aui32ElementPointers, SourceFormatType, 3);
1094 if (SourceFormatType != 7)
1211 if (SourceFormatType != 7)
1709 H263_SOURCE_FORMAT_TYPE SourceFormatType,
1741 tng__write_upto8bits_elements(mtx_hdr, aui32ElementPointers, SourceFormatType, 3);
1743 if (SourceFormatType != 7) {
1825 if (SourceFormatType != 7) {
1892 //H263_SOURCE_FORMAT_TYPE SourceFormatType,
1908 //SourceFormatType,
1055 H263_NOTFORSIMS_WriteBits_VideoPictureHeader(MTX_HEADER_PARAMS *pMTX_Header, MTX_HEADER_ELEMENT **aui32ElementPointers, H263_PICTURE_CODING_TYPE PictureCodingType, H263_SOURCE_FORMAT_TYPE SourceFormatType, IMG_UINT8 __maybe_unused ui8FrameRate, IMG_UINT32 ui32PictureWidth, IMG_UINT32 ui32PictureHeight ) argument
1703 H263_writebits_VideoPictureHeader( MTX_HEADER_PARAMS *mtx_hdr, MTX_HEADER_ELEMENT **aui32ElementPointers, IMG_UINT8 Temporal_Ref, H263_PICTURE_CODING_TYPE PictureCodingType, H263_SOURCE_FORMAT_TYPE SourceFormatType, IMG_UINT8 __maybe_unused FrameRate, IMG_UINT32 PictureWidth, IMG_UINT32 PictureHeight) argument
3029 tng__H263_prepare_picture_header( IMG_UINT32 *pHeaderMem, IMG_UINT8 Temporal_Ref, H263_PICTURE_CODING_TYPE PictureCodingType, H263_SOURCE_FORMAT_TYPE SourceFormatType, IMG_UINT8 FrameRate, IMG_UINT16 PictureWidth, IMG_UINT16 PictureHeigth) argument
[all...]

Completed in 62 milliseconds