Home
last modified time | relevance | path

Searched refs:format (Results 7401 - 7425 of 11519) sorted by relevance

1...<<291292293294295296297298299300>>...461

/third_party/ffmpeg/libavfilter/
H A Dvf_fade.c408 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(inlink->format); in config_input()
413 ff_fill_rgba_map(s->rgba_map, inlink->format); in config_input()
431 ff_fmt_is_in(inlink->format, studio_level_pix_fmts) && !s->alpha ? 16 * (1 << (s->depth - 8)): 0; in config_input()
H A Dvf_colorchannelmixer.c310 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(outlink->format); in config_output()
314 ff_fill_rgba_map(s->rgba_map, outlink->format); in config_output()
349 switch (outlink->format) { in config_output()
H A Dvf_xmedian.c254 s->desc = av_pix_fmt_desc_get(outlink->format); in config_output()
257 s->nb_planes = av_pix_fmt_count_planes(outlink->format); in config_output()
267 if ((ret = av_image_fill_linesizes(s->linesizes, inlink->format, inlink->w)) < 0) in config_output()
H A Dvf_mix.c273 s->desc = av_pix_fmt_desc_get(outlink->format); in config_output()
276 s->nb_planes = av_pix_fmt_count_planes(outlink->format); in config_output()
280 if ((ret = av_image_fill_linesizes(s->linesizes, inlink->format, inlink->w)) < 0) in config_output()
H A Dvf_perspective.c224 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input()
230 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input()
231 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
H A Dvf_w3fdif.c277 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input()
280 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
291 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input()
/third_party/ffmpeg/libavcodec/
H A Drkmppdec.c346 av_log(avctx, AV_LOG_INFO, "Decoder noticed an info change (%dx%d), format=%d\n", in rkmpp_retrieve_frame()
367 hwframes->format = AV_PIX_FMT_DRM_PRIME; in rkmpp_retrieve_frame()
397 frame->format = AV_PIX_FMT_DRM_PRIME; in rkmpp_retrieve_frame()
428 layer->format = drmformat; in rkmpp_retrieve_frame()
/third_party/ffmpeg/libavdevice/
H A Ddecklink_enc.cpp93 virtual HRESULT STDMETHODCALLTYPE GetTimecode (BMDTimecodeFormat format, IDeckLinkTimecode **timecode) { return S_FALSE; } in GetTimecode() argument
177 if (c->format != AV_PIX_FMT_UYVY422) { in decklink_setup_video()
178 av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format!" in decklink_setup_video()
445 if (tmp->format != AV_PIX_FMT_UYVY422 || in decklink_write_video_packet()
448 av_log(avctx, AV_LOG_ERROR, "Got a frame with invalid pixel format or dimension.\n"); in decklink_write_video_packet()
/third_party/ffmpeg/libavformat/
H A Dfifo.c41 char *format; member
534 oformat = av_guess_format(fifo->format, avf->url, NULL); in fifo_init()
669 {"fifo_format", "Target muxer", OFFSET(format),
H A Dswfdec.c357 av_log(s, AV_LOG_ERROR, "invalid bitmap format %d, skipped\n", bmp_fmt); in swf_read_packet()
454 if (st->codecpar->format != AV_PIX_FMT_NONE && st->codecpar->format != pix_fmt) { in swf_read_packet()
455 av_log(s, AV_LOG_ERROR, "pixel format change unsupported\n"); in swf_read_packet()
457 st->codecpar->format = pix_fmt; in swf_read_packet()
/third_party/backends/backend/
H A Dsm3600.c685 p->format=SANE_FRAME_RGB; in sane_get_parameters()
690 p->format=SANE_FRAME_GRAY; in sane_get_parameters()
696 p->format=SANE_FRAME_GRAY; in sane_get_parameters()
H A Drts8891_low.c206 SANE_Int format, SANE_Word total, unsigned char *image) in rts8891_simple_scan()
213 rts8891_commit (devnum, format); in rts8891_simple_scan()
302 * set the data format. Is part of the commit sequence. Then returned
754 session->params.format == in read_data()
205 rts8891_simple_scan(SANE_Int devnum, SANE_Byte * regs, int regcount, SANE_Int format, SANE_Word total, unsigned char *image) rts8891_simple_scan() argument
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.c108 handle->format = SND_PCM_FORMAT_S16_LE; in create_loopback_handle()
183 "-f,--format sample format\n" in help()
371 {"format", 1, NULL, 'f'}, in parse_config()
468 logit(LOG_WARNING, "Unknown format, setting to default S16_LE\n"); in parse_config()
616 play->format = capt->format = arg_format; in parse_config()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleMatcher.java635 s.append(String.format(" threshold=%d", thresholdDistance)); in toString()
1198 s.append(String.format(" threshold=%d", thresholdDistance)); in toString()
1200 s.append(String.format(" demotion=%d", demotionPerDesiredLocale)); in toString()
H A DTimeZone.java467 * then this method returns a string in the localized GMT offset format
486 * then this method returns a string in the localized GMT offset format
507 * then this method returns a string in the localized GMT offset format
541 // Generic format in _getDisplayName()
548 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType); in _getDisplayName()
551 result = tzfmt.format(Style.GENERIC_LONG, this, date, timeType); in _getDisplayName()
554 result = tzfmt.format(Style.GENERIC_SHORT, this, date, timeType); in _getDisplayName()
558 // Generic format many use Localized GMT as the final fallback. in _getDisplayName()
559 // When Localized GMT format is used, the result might not be in _getDisplayName()
569 // Offset format in _getDisplayName()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java195 logln("PASS: Expected boundary at " + expectedBoundary + " = " + fmt.format(new Date(expectedBoundary))); in findDaylightBoundaryUsingTimeZone()
197 errln("FAIL: Expected boundary at " + expectedBoundary + " = " + fmt.format(new Date(expectedBoundary))); in findDaylightBoundaryUsingTimeZone()
233 fmt.format(d) + " = " + d.getTime(); in showDate()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DTimeZone.java435 * then this method returns a string in the localized GMT offset format
453 * then this method returns a string in the localized GMT offset format
473 * then this method returns a string in the localized GMT offset format
506 // Generic format in _getDisplayName()
513 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType); in _getDisplayName()
516 result = tzfmt.format(Style.GENERIC_LONG, this, date, timeType); in _getDisplayName()
519 result = tzfmt.format(Style.GENERIC_SHORT, this, date, timeType); in _getDisplayName()
523 // Generic format many use Localized GMT as the final fallback. in _getDisplayName()
524 // When Localized GMT format is used, the result might not be in _getDisplayName()
534 // Offset format in _getDisplayName()
[all...]
H A DLocaleMatcher.java560 s.append(String.format(" threshold=%d", thresholdDistance)); in toString()
1065 s.append(String.format(" threshold=%d", thresholdDistance)); in toString()
1067 s.append(String.format(" demotion=%d", demotionPerDesiredLocale)); in toString()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java192 logln("PASS: Expected boundary at " + expectedBoundary + " = " + fmt.format(new Date(expectedBoundary))); in findDaylightBoundaryUsingTimeZone()
194 errln("FAIL: Expected boundary at " + expectedBoundary + " = " + fmt.format(new Date(expectedBoundary))); in findDaylightBoundaryUsingTimeZone()
230 fmt.format(d) + " = " + d.getTime(); in showDate()
/third_party/icu/icu4c/source/i18n/
H A Dlistformatter.cpp641 UnicodeString& ListFormatter::format( in format() function in ListFormatter
647 return format(items, nItems, appendTo, -1, offset, errorCode); in format()
650 UnicodeString& ListFormatter::format( in format() function in ListFormatter
/third_party/libsnd/src/
H A Dmpeg_decode.c592 { case 1 : psf->sf.format |= SF_FORMAT_MPEG_LAYER_I ; break ; in mpeg_decoder_init()
593 case 2 : psf->sf.format |= SF_FORMAT_MPEG_LAYER_II ; break ; in mpeg_decoder_init()
594 case 3 : psf->sf.format |= SF_FORMAT_MPEG_LAYER_III ; break ; in mpeg_decoder_init()
H A Dgsm610.c108 switch (SF_CONTAINER (psf->sf.format)) in gsm610_init()
395 if ((SF_CONTAINER (psf->sf.format)) == SF_FORMAT_WAV || in gsm610_seek()
396 (SF_CONTAINER (psf->sf.format)) == SF_FORMAT_W64) in gsm610_seek()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-logs.h128 _lws_log(int filter, const char *format, ...) LWS_FORMAT(2);
130 _lws_logv(int filter, const char *format, va_list vl);
173 int filter, const char *_fun, const char *format, ...) LWS_FORMAT(6);
/third_party/mesa3d/src/freedreno/ir2/
H A Ddisasm-a2xx.c356 if (fetch_types[vtx->format].name) { in print_fetch_vtx()
357 printf(" %s", fetch_types[vtx->format].name); in print_fetch_vtx()
359 printf(" TYPE(0x%x)", vtx->format); in print_fetch_vtx()
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer_postRA.cpp223 if (instr->format != Format::PSEUDO_BRANCH || instr->operands.size() == 0 || in try_apply_branch_vcc()
351 } else if ((instr->format == Format::PSEUDO_BRANCH && instr->operands.size() == 1 && in try_optimize_scc_nocompare()
382 if (instr->format == Format::PSEUDO_BRANCH) in try_optimize_scc_nocompare()

Completed in 32 milliseconds

1...<<291292293294295296297298299300>>...461