Searched refs:formats (Results 1 – 12 of 12) sorted by relevance
518 static const char* formats[MDP_IMGTYPE_LIMIT + 1] = {0}; in getFormatString() local519 formats[MDP_RGB_565] = STR(MDP_RGB_565); in getFormatString()520 formats[MDP_XRGB_8888] = STR(MDP_XRGB_8888); in getFormatString()521 formats[MDP_Y_CBCR_H2V2] = STR(MDP_Y_CBCR_H2V2); in getFormatString()522 formats[MDP_Y_CBCR_H2V2_ADRENO] = STR(MDP_Y_CBCR_H2V2_ADRENO); in getFormatString()523 formats[MDP_ARGB_8888] = STR(MDP_ARGB_8888); in getFormatString()524 formats[MDP_RGB_888] = STR(MDP_RGB_888); in getFormatString()525 formats[MDP_Y_CRCB_H2V2] = STR(MDP_Y_CRCB_H2V2); in getFormatString()526 formats[MDP_YCBYCR_H2V1] = STR(MDP_YCBYCR_H2V1); in getFormatString()527 formats[MDP_YCRYCB_H2V1] = STR(MDP_YCRYCB_H2V1); in getFormatString()[all …]
508 static const char* formats[MDP_IMGTYPE_LIMIT + 1] = {0}; in getFormatString() local509 formats[MDP_RGB_565] = STR(MDP_RGB_565); in getFormatString()510 formats[MDP_XRGB_8888] = STR(MDP_XRGB_8888); in getFormatString()511 formats[MDP_Y_CBCR_H2V2] = STR(MDP_Y_CBCR_H2V2); in getFormatString()512 formats[MDP_Y_CBCR_H2V2_ADRENO] = STR(MDP_Y_CBCR_H2V2_ADRENO); in getFormatString()513 formats[MDP_ARGB_8888] = STR(MDP_ARGB_8888); in getFormatString()514 formats[MDP_RGB_888] = STR(MDP_RGB_888); in getFormatString()515 formats[MDP_Y_CRCB_H2V2] = STR(MDP_Y_CRCB_H2V2); in getFormatString()516 formats[MDP_YCRYCB_H2V1] = STR(MDP_YCRYCB_H2V1); in getFormatString()517 formats[MDP_CBYCRY_H2V1] = STR(MDP_CBYCRY_H2V1); in getFormatString()[all …]
32 formats AUDIO_FORMAT_PCM_16_BIT41 formats AUDIO_FORMAT_PCM_16_BIT51 formats AUDIO_FORMAT_PCM_16_BIT59 formats AUDIO_FORMAT_PCM_16_BIT
68 for (index = 0; index < ARRAY_SIZE(profile->formats); index++) { in profile_init()69 profile->formats[index] = PCM_FORMAT_INVALID; in profile_init()172 return profile_is_valid(profile) ? profile->formats[0] : DEFAULT_SAMPLE_FORMAT; in profile_get_default_format()178 for (index = 0; profile->formats[index] != PCM_FORMAT_INVALID; index++) { in profile_is_format_valid()179 if (profile->formats[index] == fmt) { in profile_is_format_valid()261 profile->formats[num_written++] = format; in profile_enum_sample_formats()262 if (num_written == ARRAY_SIZE(profile->formats) - 1) { in profile_enum_sample_formats()429 for (index = 0; profile->formats[index] != PCM_FORMAT_INVALID; index++) { in profile_get_format_strs()433 strncat(buffer, format_string_map[profile->formats[index]], buffSize); in profile_get_format_strs()
43 enum pcm_format formats[MAX_PROFILE_FORMATS]; member
126 unsigned char formats[16]; in getHDMIAudioSinkCaps() local176 formats [nIndex] = (sad[nIndex] & 0xFF) >> 3; in getHDMIAudioSinkCaps()188 ALOGV("Format Byte %d\n", formats[i]); in getHDMIAudioSinkCaps()189 … pInfo->AudioBlocksArray[i].nFormatId = (EDID_AUDIO_FORMAT_ID)printFormatFromEDID(formats[i]); in getHDMIAudioSinkCaps()197 … pInfo->AudioBlocksArray[i].nBitsPerSample = getBitsPerSampleFromEDID(bitrate[i],formats[i]); in getHDMIAudioSinkCaps()
80 - Query image formats100 - Query subpicture formats
510 static const char* const formats[] = { in getFormatString() local543 if(format < 0 || format >= (int)(sizeof(formats) / sizeof(formats[0]))) { in getFormatString()547 return formats[format]; in getFormatString()
67 XvImageFormatValues *formats; in GetPortId() local89 formats = XvListImageFormats(dpy, info[i].base_id, &numImages); in GetPortId()91 if (formats[j].id != FOURCC_XVVA) continue; in GetPortId()106 XFree(formats); in GetPortId()
5 easily support multiple video formats with minimal code duplication or
84 formats are provided, but the only difference is the tools used to