HomeSort by relevance Sort by last modified time
    Searched refs:profilelevel (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 99 int32 *profilelevel);
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 235 struct ven_profilelevel profilelevel; local
297 ioctl_msg.inputparam = &profilelevel;
299 profilelevel.level = VEN_LEVEL_H264_1p1;
321 ioctl_msg.inputparam = &profilelevel;
323 profilelevel.level = VEN_LEVEL_H264_3p1;
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 118 int32 profilelevel = 0; // dummy value discarded here local
119 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel)
133 *profilelevel = 0x0000FFFF; // init to some invalid value. When this value is returned, then no profilelevel info is available
145 *profilelevel = (int) codeword;
    [all...]

Completed in 120 milliseconds