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

  /hardware/intel/common/libmix/videoencoder/
bitstream.h 144 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) function
317 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_SPS);
331 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_PPS);
374 nal_header(&nal_bs, NAL_REF_IDC_NONE, NAL_SEI);
  /hardware/intel/common/libva/test/encode/
avcenc.c 873 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) function
    [all...]
h264encode.c 291 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) function
437 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_PPS);
452 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_SPS);
497 nal_header(&nal_bs, NAL_REF_IDC_NONE, NAL_SEI);
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2580 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) function
    [all...]

Completed in 386 milliseconds