/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/ |
viddec_mpeg2_frame_attr.c | 17 MPEG2_FA_DEB("Repeat=%d\n", attr->mpeg2.repeat_first_field); 19 MPEG2_FA_DEB("Temporal_Reference=%d\n", attr->mpeg2.temporal_ref); 20 MPEG2_FA_DEB("Top_Field_First=%d\n", attr->mpeg2.top_field_first); 21 MPEG2_FA_DEB("Progressive_Frame=%d\n", attr->mpeg2.progressive_frame); 22 MPEG2_FA_DEB("Picture_Struct=%d\n", attr->mpeg2.picture_struct); 23 MPEG2_FA_DEB("Pan_Scan_Offsets=%d\n", attr->mpeg2.number_of_frame_center_offsets); 25 for (index = 0; index < attr->mpeg2.number_of_frame_center_offsets; index++) 28 attr->mpeg2.frame_center_offset[index].horz, 29 attr->mpeg2.frame_center_offset[index].vert); 41 attrs->mpeg2.number_of_frame_center_offsets = 0 [all...] |
viddec_mpeg2_parse.c | 4 * This file acts as the main interface between the parser manager and MPEG2 5 * parser. All the operations done by the MPEG2 parser are defined here and 58 MPEG2_DEB("MPEG2 Parser: Context Initialized.\n"); 64 /* MPEG2 parser. */ 335 /* At this point, all the metadata required by the MPEG2 */
|
viddec_mpeg2_workload.c | 220 /* Get MPEG2 Parser context */ 290 /* Get MPEG2 Parser context */ 315 /* Get MPEG2 Parser context */ 415 /* viddec_mpeg2_emit_workload() - Emits MPEG2 parser generated work load */ 417 /* Items include: MPEG2 DMEM Data, Quantization Matrices. */ 423 /* Get MPEG2 Parser context */ 435 /* Transfer all stored metadata into MPEG2 Hardware Info */ 438 /* Send MPEG2 DMEM workitems */ 447 /* Send MPEG2 Quantization Matrix workitems, if updated */
|
viddec_mpeg2_metadata.c | 4 * This file contains all the routines to parse the information from MPEG2 8 * Headers currently parsed from MPEG2 stream include: 129 /* Get MPEG2 Parser context */ 230 /* Get MPEG2 Parser context */ 265 /* Get MPEG2 Parser context */ 283 /* section 6.3.1 in MPEG2 Specification. */ 292 /* section 6.1.1.6 in MPEG2 Specification. */ 371 /* Get MPEG2 Parser context */ 433 /* If true, seq extension followed seq header => MPEG2 Stream */ 447 /* Get MPEG2 Parser context * [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/include/ |
mpeg2.h | 5 * mpeg2.h 17 /* MPEG2 Start Code Values */ 34 /* MPEG2 Extension Start Code ID */ 48 /* MPEG2 Picture Coding Type Values */ 56 /* MPEG2 Picture Structure Type Values */ 64 /* MPEG2 Chroma Format Values */ 72 /* MPEG2 Parser Structures */ 180 /* MPEG2 Info */
|
viddec_mpeg2.h | 8 * prototypes for the MPEG2 parser. This header also defines the debug macros 9 * used by the MPEG2 parser to emit debug messages in host mode. 14 #include "mpeg2.h" 26 /* MPEG2 Start code and prefix size */ 43 /* MPEG2 Stream Levels */ 50 /* MPEG2 Headers and Extensions */ 63 /* MPEG2 Parser Status Codes */ 70 /* MPEG2 Current Workload Status Codes */ 100 /* MPEG2 Parser Workload types */ 103 /* MPEG2 Decoder Specific data * [all...] |
/hardware/intel/common/libva/test/basic/ |
testplan.txt | 60 - Render single MPEG2 I-frame 64 - Render single MPEG2 I-frame, multiple buffer submission 68 - Render single MPEG2 I-frame, split buffers 72 - Render single MPEG2 I-frame, split buffers 77 - Render single MPEG2 I-frame, then check vaQuerySurfaceStatus, vaSyncSurface and vaQuerySurfaceStatus 89 - Render single MPEG2 I-frame, copy surface data to image, check resulting 95 - Render single MPEG2 I-frame, copy half of a VAImage to surface, copy
|
/external/libmpeg2/common/ |
impeg2_defs.h | 27 * MPEG2 Start code and other code definitions 40 * MPEG2 Length of various codes definitions 62 * MPEG2 MB definitions 97 * MPEG2 Picture structure definitions 104 * MPEG2 Profile definitions 110 * MPEG2 Level definitions 116 * MPEG2 Prediction types 125 * MPEG2 Motion vector format 153 /* MPEG2 Motion compensation related definitions */
|
impeg2_mem_func.c | 26 * Contains utility function definitions for MPEG2 codec
|
/frameworks/av/media/libstagefright/data/ |
media_codecs_google_tv.xml | 19 <MediaCodec name="OMX.google.mpeg2.decoder" type="video/mpeg2">
|
/hardware/intel/img/psb_video/debian/ |
changelog | 8 * MPEG2 MC mostly working 25 * Pre-alpha version of video decode driver for Poulsbo, MPEG2 VLD working
|
/external/libavc/encoder/ |
ih264e_globals.h | 153 * @brief maps the h264 quantizer to the mpeg2 quantizer scale 163 * @brief maps the mpeg2 quantizer to the h264 quantizer scale 164 * input : mpeg2 qp 176 * Assuming that h264Qp=12 corresponds to MPEG2 qscale of 2 177 * (the actual mapping seems to be to MPEG2 qscale of 2.5), 184 * equality is 16. Hence when the mpeg2 quant matrix entries
|
/cts/tests/video/src/android/video/cts/ |
VideoEncoderDecoderTest.java | 73 private static final String MPEG2 = MediaFormat.MIMETYPE_VIDEO_MPEG2; 330 // MPEG2 tests 331 public void testMpeg2Count0176x0144() throws Exception { count(MPEG2, 176, 144, 1, 4); } 332 public void testMpeg2Goog0Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, GOOG, 0); } 333 public void testMpeg2Goog0Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, GOOG, 0); } 334 public void testMpeg2Other0Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 0); } 335 public void testMpeg2Other0Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, OTHER, 0); } 336 public void testMpeg2Other1Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 1); } 337 public void testMpeg2Other1Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, OTHER, 1); } 338 public void testMpeg2Other2Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 2); [all...] |
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoDecoderMPEG2.cpp | 24 static const char* MPEG2_MIME_TYPE = "video/mpeg2"; 158 DECLARE_OMX_COMPONENT("OMX.Intel.VideoDecoder.MPEG2", "video_decoder.mpeg2", OMXVideoDecoderMPEG2);
|
/frameworks/wilhelm/tests/examples/ |
xaVideoDecoderCapabilities.cpp | 99 static const id_to_string_t MPEG2[] = { 149 {XA_VIDEOCODEC_MPEG2, MPEG2, sizeof(MPEG2) / sizeof(MPEG2[0])}, 161 static const id_to_string_t MPEG2[] = { 213 {XA_VIDEOCODEC_MPEG2, MPEG2, sizeof(MPEG2) / sizeof(MPEG2[0])},
|
/external/libmpeg2/decoder/ |
impeg2d_mc.h | 26 * Contains MC function declarations for MPEG2 codec
|
impeg2d_vld.h | 37 UWORD16 mpeg2, /*!< MPEG-2 or not */
|
/external/opencv3/modules/videoio/perf/ |
perf_input.cpp | 15 // MPEG2 is not supported by Media Foundation yet
|
/frameworks/av/media/libstagefright/tests/ |
MediaCodecListOverrides_test.cpp | 52 " <MediaCodec name=\"OMX.qcom.video.decoder.mpeg2\" type=\"video/mpeg2\" update=\"true\" >\n" 98 addMaxInstancesSetting("OMX.qcom.video.decoder.mpeg2 video/mpeg2", "3", &dR);
|
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/ |
va_private.h | 29 unsigned int target_usage; // Valid values 1-7 for AVC & MPEG2.
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
va_private.h | 28 unsigned int target_usage; // Valid values 1-7 for AVC & MPEG2.
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/ |
viddec_fw_frame_attr.h | 92 This structure contains MPEG2 specific pan scan offsets extracted from the stream. 101 This structure contains the MPEG2 specific frame attributes. 146 This structure contains MPEG2 specific pan scan offsets extracted from the stream. 244 As of this release, it is populated only for mpeg2 only. 250 For MPEG2, refer to "horizontal_size_value, vertical_size_value" of the sequence header and 263 For MPEG2, refer to "picture_coding_type" in picture header (Table 6-12) in ITU-T H.262 Specification. 273 viddec_mpeg2_frame_attributes_t mpeg2; member in union:viddec_frame_attributes::__anon31070
|
/hardware/intel/common/libva/test/decode/ |
mpeg2vldemo.cpp | 27 * It does VLD decode for a simple MPEG2 clip "mpeg2-I.m2v" 28 * "mpeg2-I.m2v" and VA parameters are hardcoded into mpeg2vldemo.c, 29 * See mpeg2-I.jif to know how those VA parameters come from 54 /* Data dump of a 16x16 MPEG2 video clip,it has one I frame 73 * please see picture mpeg2-I.jpg for bitstream details 99 /* see MPEG2 spec65 for the defines of matrix */
|
/hardware/intel/img/psb_video/fw/topazhp/ |
topazhp_bin.c | 122 FW_MASTER_MPEG2_NO_RC, //!< MPEG2 with no rate control 123 FW_MASTER_MPEG2_VBR, //!< MPEG2 variable bitrate 124 FW_MASTER_MPEG2_CBR, //!< MPEG2 constant bitrate 354 FW_MASTER_INFO(MPEG2_NO_RC, MPG2),//FW_MASTER_MPEG2_NO_RC, //!< MPEG2 with no rate control 355 FW_MASTER_INFO(MPEG2_VBR, MPG2VBR),//FW_MASTER_MPEG2_VBR, //!< MPEG2 variable bitrate 356 FW_MASTER_INFO(MPEG2_CBR, MPG2CBR),//FW_MASTER_MPEG2_CBR, //!< MPEG2 constant bitrate
|
/external/libmpeg2/decoder/mips/ |
impeg2d_function_selector.c | 26 * Contains functions to initialize function pointers used in mpeg2
|