Searched defs:dataFormat (Results 1 - 18 of 18) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DOriginalFormatBox.java35 private String dataFormat = " "; field in class:OriginalFormatBox
42 return dataFormat;
46 public void setDataFormat(String dataFormat) { argument
47 assert dataFormat.length() == 4;
48 this.dataFormat = dataFormat;
57 dataFormat = IsoTypeReader.read4cc(content);
62 byteBuffer.put(IsoFile.fourCCtoBytes(dataFormat));
67 return "OriginalFormatBox[dataFormat=" + getDataFormat() + "]";
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dudata.h90 * <p>The <code>dataFormat</code> may be used to identify
134 uint8_t dataFormat[4]; member in struct:__anon12025
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_translate.c458 VGImageFormat dataFormat,
464 switch (dataFormat) {
1030 VGint _vega_size_for_format(VGImageFormat dataFormat) argument
1032 switch (dataFormat) {
454 _vega_unpack_float_span_rgba(struct vg_context *ctx, VGuint n, VGuint offset, const void * data, VGImageFormat dataFormat, VGfloat rgba[][4]) argument
H A Dapi_images.c173 VGImageFormat dataFormat,
184 if (!supported_image_format(dataFormat)) {
194 image_sub_data(img, data, dataStride, dataFormat,
201 VGImageFormat dataFormat,
212 if (!supported_image_format(dataFormat)) {
221 image_get_sub_data(img, data, dataStride, dataFormat,
354 VGImageFormat dataFormat,
360 if (!supported_image_format(dataFormat)) {
375 struct vg_image *img = image_create(dataFormat, width, height);
376 image_sub_data(img, data, dataStride, dataFormat,
170 vegaImageSubData(VGImage image, const void * data, VGint dataStride, VGImageFormat dataFormat, VGint x, VGint y, VGint width, VGint height) argument
198 vegaGetImageSubData(VGImage image, void * data, VGint dataStride, VGImageFormat dataFormat, VGint x, VGint y, VGint width, VGint height) argument
353 vegaWritePixels(const void * data, VGint dataStride, VGImageFormat dataFormat, VGint dx, VGint dy, VGint width, VGint height) argument
391 vegaReadPixels(void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
[all...]
H A Dimage.c377 VGImageFormat dataFormat,
426 _vega_unpack_float_span_rgba(ctx, width, xoffset, src, dataFormat, temp);
438 VGImageFormat dataFormat,
465 _vega_pack_rgba_span_float(ctx, width, temp, dataFormat, dst);
374 image_sub_data(struct vg_image *image, const void * data, VGint dataStride, VGImageFormat dataFormat, VGint x, VGint y, VGint width, VGint height) argument
435 image_get_sub_data(struct vg_image * image, void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
H A Dmask.c97 VGImageFormat dataFormat,
116 xoffset *= _vega_size_for_format(dataFormat);
141 _vega_pack_rgba_span_float(ctx, width, temp, dataFormat,
96 read_alpha_mask(void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
/external/icu/icu4c/source/common/unicode/
H A Dudata.h90 * <p>The <code>dataFormat</code> may be used to identify
134 uint8_t dataFormat[4]; member in struct:__anon21815
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_translate.c458 VGImageFormat dataFormat,
464 switch (dataFormat) {
1030 VGint _vega_size_for_format(VGImageFormat dataFormat) argument
1032 switch (dataFormat) {
454 _vega_unpack_float_span_rgba(struct vg_context *ctx, VGuint n, VGuint offset, const void * data, VGImageFormat dataFormat, VGfloat rgba[][4]) argument
H A Dapi_images.c173 VGImageFormat dataFormat,
184 if (!supported_image_format(dataFormat)) {
194 image_sub_data(img, data, dataStride, dataFormat,
201 VGImageFormat dataFormat,
212 if (!supported_image_format(dataFormat)) {
221 image_get_sub_data(img, data, dataStride, dataFormat,
354 VGImageFormat dataFormat,
360 if (!supported_image_format(dataFormat)) {
375 struct vg_image *img = image_create(dataFormat, width, height);
376 image_sub_data(img, data, dataStride, dataFormat,
170 vegaImageSubData(VGImage image, const void * data, VGint dataStride, VGImageFormat dataFormat, VGint x, VGint y, VGint width, VGint height) argument
198 vegaGetImageSubData(VGImage image, void * data, VGint dataStride, VGImageFormat dataFormat, VGint x, VGint y, VGint width, VGint height) argument
353 vegaWritePixels(const void * data, VGint dataStride, VGImageFormat dataFormat, VGint dx, VGint dy, VGint width, VGint height) argument
391 vegaReadPixels(void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
[all...]
H A Dimage.c377 VGImageFormat dataFormat,
426 _vega_unpack_float_span_rgba(ctx, width, xoffset, src, dataFormat, temp);
438 VGImageFormat dataFormat,
465 _vega_pack_rgba_span_float(ctx, width, temp, dataFormat, dst);
374 image_sub_data(struct vg_image *image, const void * data, VGint dataStride, VGImageFormat dataFormat, VGint x, VGint y, VGint width, VGint height) argument
435 image_get_sub_data(struct vg_image * image, void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
H A Dmask.c97 VGImageFormat dataFormat,
116 xoffset *= _vega_size_for_format(dataFormat);
141 _vega_pack_rgba_span_float(ctx, width, temp, dataFormat,
96 read_alpha_mask(void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DSwizzleTest.cpp97 void init2DTexture(GLenum internalFormat, GLenum dataFormat, GLenum dataType, const T* data) argument
102 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, dataFormat, dataType, data);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dswapimpl.cpp89 pInfo->dataFormat[0]==0x70 && /* dataFormat="pnam" */
90 pInfo->dataFormat[1]==0x6e &&
91 pInfo->dataFormat[2]==0x61 &&
92 pInfo->dataFormat[3]==0x6d &&
96 pInfo->dataFormat[0], pInfo->dataFormat[1],
97 pInfo->dataFormat[2], pInfo->dataFormat[3],
178 pInfo->dataFormat[
705 uint8_t dataFormat[4]; member in struct:__anon12420
[all...]
H A Dpkgitems.cpp547 uint8_t dataFormat[4]; member in struct:__anon12416
549 { { 0x52, 0x65, 0x73, 0x42 } }, /* dataFormat="ResB" */
550 { { 0x63, 0x6e, 0x76, 0x74 } }, /* dataFormat="cnvt" */
551 { { 0x43, 0x76, 0x41, 0x6c } } /* dataFormat="CvAl" */
562 getDataFormat(const uint8_t dataFormat[4]) { argument
566 if(0==memcmp(dataFormats[i].dataFormat, dataFormat, 4)) {
585 int32_t format=getDataFormat(pInfo->dataFormat);
/external/icu/icu4c/source/tools/toolutil/
H A Dswapimpl.cpp89 pInfo->dataFormat[0]==0x70 && /* dataFormat="pnam" */
90 pInfo->dataFormat[1]==0x6e &&
91 pInfo->dataFormat[2]==0x61 &&
92 pInfo->dataFormat[3]==0x6d &&
96 pInfo->dataFormat[0], pInfo->dataFormat[1],
97 pInfo->dataFormat[2], pInfo->dataFormat[3],
178 pInfo->dataFormat[
705 uint8_t dataFormat[4]; member in struct:__anon22232
[all...]
H A Dpkgitems.cpp547 uint8_t dataFormat[4]; member in struct:__anon22228
549 { { 0x52, 0x65, 0x73, 0x42 } }, /* dataFormat="ResB" */
550 { { 0x63, 0x6e, 0x76, 0x74 } }, /* dataFormat="cnvt" */
551 { { 0x43, 0x76, 0x41, 0x6c } } /* dataFormat="CvAl" */
562 getDataFormat(const uint8_t dataFormat[4]) { argument
566 if(0==memcmp(dataFormats[i].dataFormat, dataFormat, 4)) {
585 int32_t format=getDataFormat(pInfo->dataFormat);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.cpp199 qcms_data_type dataFormat = hasAlpha ? QCMS_DATA_RGBA_8 : QCMS_DATA_RGB_8; local
201 m_transform = qcms_transform_create(inputProfile, dataFormat, deviceProfile, dataFormat, QCMS_INTENT_PERCEPTUAL);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp626 qcms_data_type dataFormat = hasAlpha ? QCMS_DATA_RGBA_8 : QCMS_DATA_RGB_8; local
628 m_transform = qcms_transform_create(inputProfile, dataFormat, deviceProfile, dataFormat, QCMS_INTENT_PERCEPTUAL);

Completed in 4895 milliseconds