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

  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 351 ive_ctl_set_frame_type_ip_t s_frame_type_ip; local
354 s_frame_type_ip.e_cmd = IVE_CMD_VIDEO_CTL;
355 s_frame_type_ip.e_sub_cmd = IVE_CMD_CTL_SET_FRAMETYPE;
357 s_frame_type_ip.e_frame_type = e_frame_type;
359 s_frame_type_ip.u4_timestamp_high = -1;
360 s_frame_type_ip.u4_timestamp_low = -1;
362 s_frame_type_ip.u4_size = sizeof(ive_ctl_set_frame_type_ip_t);
365 status = ive_api_function(mCodecCtx, &s_frame_type_ip, &s_frame_type_op);
    [all...]
  /external/libavc/test/encoder/
main.c 1147 ih264e_ctl_set_frame_type_ip_t s_frame_type_ip; local
    [all...]

Completed in 46 milliseconds