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

  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.h 35 virtual Decode_Status decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex);
VideoDecoderAVCSecure.cpp 211 Decode_Status VideoDecoderAVCSecure::decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.h 35 virtual Decode_Status decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex);
VideoDecoderAVCSecure.cpp 195 Decode_Status VideoDecoderAVCSecure::decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG2.h 45 Decode_Status decodeSlice(vbp_data_mpeg2 *data, int picIndex, int slcIndex);
VideoDecoderMPEG4.h 40 Decode_Status decodeSlice(vbp_data_mp42 *data, vbp_picture_data_mp42 *picData);
VideoDecoderAVC.h 37 virtual Decode_Status decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex);
VideoDecoderMPEG4.cpp 449 status = decodeSlice(data, picData);
450 CHECK_STATUS("decodeSlice");
457 Decode_Status VideoDecoderMPEG4::decodeSlice(vbp_data_mp42 *data, vbp_picture_data_mp42 *picData) {
VideoDecoderAVC.cpp 293 status = decodeSlice(data, picIndex, sliceIndex);
306 Decode_Status VideoDecoderAVC::decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.h 61 virtual Decode_Status decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex);
VideoDecoderAVCSecure.cpp 205 Decode_Status VideoDecoderAVCSecure::decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
  /hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.h 61 virtual Decode_Status decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex);
VideoDecoderAVCSecure.cpp 209 Decode_Status VideoDecoderAVCSecure::decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.h 41 virtual Decode_Status decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex);
VideoDecoderAVCSecure.cpp 461 status = decodeSlice(data, picIndex, sliceIndex);
717 Decode_Status VideoDecoderAVCSecure::decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.h 41 virtual Decode_Status decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex);
VideoDecoderAVCSecure.cpp 479 status = decodeSlice(data, picIndex, sliceIndex);
737 Decode_Status VideoDecoderAVCSecure::decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
  /prebuilts/go/darwin-x86/src/encoding/gob/
decode.go 611 // decodeSlice decodes a slice and stores it in value.
613 func (dec *Decoder) decodeSlice(state *decoderState, value reflect.Value, elemOp decOp, ovfl error, helper decHelper) {
848 state.dec.decodeSlice(state, value, *elemOp, ovfl, helper)
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
decode.go 611 // decodeSlice decodes a slice and stores it in value.
613 func (dec *Decoder) decodeSlice(state *decoderState, value reflect.Value, elemOp decOp, ovfl error, helper decHelper) {
848 state.dec.decodeSlice(state, value, *elemOp, ovfl, helper)
    [all...]

Completed in 364 milliseconds