Home
last modified time | relevance | path

Searched refs:FrameWidth (Results 1 – 9 of 9) sorted by relevance

/third_party/openh264/testbin/
Dlayer2_vd_rc.cfg5 FrameWidth 320 # Output frame width
Dlayer2_arbitrary_res.cfg5 FrameWidth 320 # Output frame width
Dlayer2_vd.cfg5 FrameWidth 320 # Output frame width
Dlayer2.cfg5 FrameWidth 320 # Output frame width
/third_party/ffmpeg/libavcodec/
Dnvdec_vc1.c64 .FrameWidth = cur_frame->width, in nvdec_vc1_start_frame()
/third_party/openh264/codec/build/windowsphone/all/CodecApp/
Dlayer2.cfg5 FrameWidth 160 # Input frame width
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c398 hdr->UpscaledWidth = hdr->FrameWidth; in superres_params()
399 hdr->FrameWidth = (hdr->UpscaledWidth * 8 + (hdr->SuperresDenom / 2)) / in superres_params()
407 hdr->MiCols = 2 * ((hdr->FrameWidth + 7) >> 3); in compute_image_size()
421 hdr->FrameWidth = frame_width_minus_1 + 1; in frame_size()
424 hdr->FrameWidth = seq->max_frame_width_minus_1 + 1; in frame_size()
611 hdr->FrameWidth = hdr->UpscaledWidth; in frame_size_with_refs()
1561 if (hdr->allow_screen_content_tools && (hdr->UpscaledWidth == hdr->FrameWidth)) in frame_header_obu()
1622 hdr->AllLossless = hdr->CodedLossless && (hdr->FrameWidth == hdr->UpscaledWidth); in frame_header_obu()
1654 priv->picture.av1.picture_parameter.frame_width = hdr->FrameWidth; in frame_header_obu()
2195 priv->codec_data.av1.uncompressed_header.FrameWidth; in dec_av1_EndFrame()
Dvid_dec_av1.h378 unsigned FrameWidth; member
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h433 int FrameWidth; /**< Actual frame width */ member